From 29f9dc8fb3396b03d732ebcbeb1cc8f00fe13897 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 25 Aug 2010 18:22:27 +0200 Subject: new dirs --- core/module/web/templates/default/base.html | 317 ---------------------------- 1 file changed, 317 deletions(-) delete mode 100644 core/module/web/templates/default/base.html (limited to 'core/module/web/templates/default/base.html') diff --git a/core/module/web/templates/default/base.html b/core/module/web/templates/default/base.html deleted file mode 100644 index fd18aee84..000000000 --- a/core/module/web/templates/default/base.html +++ /dev/null @@ -1,317 +0,0 @@ -{% load i18n %} - - - - - - - - - - - - - - - - - - -{% block title %}pyLoad {% trans "Webinterface" %}{% endblock %} - - - -{% block head %} -{% endblock %} - - - - -
- -
- -{% if user.is_authenticated %} - - -Captcha: -{% trans "Captcha waiting" %} - - -User:{{user.username}} - -{% else %} - {% trans "Please Login!" %} -{% endif %} - -
- - - -
- -
- -
-
- -{% if perms.pyload.can_change_status %} - -{% endif %} - -{% if perms.pyload.can_see_dl %} -
-{% endif %} - -
- -
- -

{% block subtitle %}pyLoad - {% trans "Webinterface" %}{% endblock %}

- -{% block statusbar %} -{% endblock %} - - -
- -
-
- -{% for message in messages %} -

{{message}}

-{% endfor %} - -{% block content %} -{% endblock content %} - -
- - -
-
- -{% include "default/window.html" %} -{% include "default/captcha.html" %} - - -- cgit v1.2.3