From 46eaa480d1f80b7aa701d756de953050f7885f0c Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 16 Feb 2015 10:39:43 +0100 Subject: Fix filename case --- pyload/webui/themes/Default/tml/base.html | 177 ++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 pyload/webui/themes/Default/tml/base.html (limited to 'pyload/webui/themes/Default/tml/base.html') diff --git a/pyload/webui/themes/Default/tml/base.html b/pyload/webui/themes/Default/tml/base.html new file mode 100644 index 000000000..aac70a394 --- /dev/null +++ b/pyload/webui/themes/Default/tml/base.html @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + +{% block title %}pyLoad {{_("Webinterface")}}{% endblock %} + +{% block head %} +{% endblock %} + + + + +
+ + +
+ {% block headpanel %} + + {% if user.is_authenticated %} + + +{% if update %} + +{{_("New pyLoad version %s available!") % update}} + +{% 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 - {{_("Webinterface")}}{% endblock %}

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

{{message}}

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