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/bright/tml/base.html | 180 +++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 pyload/webui/themes/bright/tml/base.html (limited to 'pyload/webui/themes/bright/tml/base.html') diff --git a/pyload/webui/themes/bright/tml/base.html b/pyload/webui/themes/bright/tml/base.html new file mode 100644 index 000000000..274dbe82c --- /dev/null +++ b/pyload/webui/themes/bright/tml/base.html @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + +{% 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 '/bright/tml/window.html' %} + {% include '/bright/tml/captcha.html' %} + {% block hidden %} + {% endblock %} +
+ + -- cgit v1.2.3