From 3c9f55270a83b0e88ec0dc516f9d9921e4d7b6ea Mon Sep 17 00:00:00 2001 From: mkaay Date: Wed, 25 Aug 2010 16:48:55 +0200 Subject: merged gui --- module/web/templates/default/base.html | 317 --------------------------------- 1 file changed, 317 deletions(-) delete mode 100644 module/web/templates/default/base.html (limited to 'module/web/templates/default/base.html') diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html deleted file mode 100644 index fd18aee84..000000000 --- a/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