From c4d2777542413eaf3a3a7bc74df15a274b2128c2 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 15 Nov 2014 15:01:56 +0100 Subject: Rename theme "estate" to "clearbright" --- pyload/webui/themes/estate/tml/base.html | 180 ------------------------------- 1 file changed, 180 deletions(-) delete mode 100644 pyload/webui/themes/estate/tml/base.html (limited to 'pyload/webui/themes/estate/tml/base.html') diff --git a/pyload/webui/themes/estate/tml/base.html b/pyload/webui/themes/estate/tml/base.html deleted file mode 100644 index 2ad1be6d1..000000000 --- a/pyload/webui/themes/estate/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 '/estate/tml/window.html' %} - {% include '/estate/tml/captcha.html' %} - {% block hidden %} - {% endblock %} -
- - -- cgit v1.2.3