From 2bc9c97d3096c5a8df415c28aeb67a3c84ac15e6 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 20 Nov 2014 23:23:16 +0100 Subject: Rename theme clearbright to bright --- pyload/webui/themes/clearbright/tml/base.html | 180 -------------------------- 1 file changed, 180 deletions(-) delete mode 100644 pyload/webui/themes/clearbright/tml/base.html (limited to 'pyload/webui/themes/clearbright/tml/base.html') diff --git a/pyload/webui/themes/clearbright/tml/base.html b/pyload/webui/themes/clearbright/tml/base.html deleted file mode 100644 index 8faf53a12..000000000 --- a/pyload/webui/themes/clearbright/tml/base.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - - - - - - - - - - - -{% block title %}pyLoad {{_("Web UI")}}{% endblock %} - -{% block head %} -{% endblock %} - - - - -
- - -
- {% block headpanel %} - - {% if user.is_authenticated %} - - -{% if update %} - -{{_("pyLoad Update available!")}} - -{% endif %} - - -{% if plugins %} - -{{_("Plugins updated, please restart!")}} - -{% endif %} - - -Captcha: -{{_("Captcha waiting")}} - - - User:{{user.name}} - -{% else %} - {{_("Please Login!")}} -{% endif %} - - {% endblock %} -
- - - -
- -
- -
-
- -{% if perms.STATUS %} - -{% endif %} - -{% if perms.LIST %} - -{% endif %} - -{% block pageactions %} -{% endblock %} -
- -
- -
- -

{% block subtitle %}pyLoad - {{_("Web UI")}}{% endblock %}

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

{{message}}

-{% endfor %} - -
- - {{_("loading")}} -
- -{% block content %} -{% endblock content %} - -
- - -
-
- -
- {% include '/clearbright/tml/window.html' %} - {% include '/clearbright/tml/captcha.html' %} - {% block hidden %} - {% endblock %} -
- - -- cgit v1.2.3