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/clearbright/tml/admin.html | 98 ++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 pyload/webui/themes/clearbright/tml/admin.html (limited to 'pyload/webui/themes/clearbright/tml/admin.html') diff --git a/pyload/webui/themes/clearbright/tml/admin.html b/pyload/webui/themes/clearbright/tml/admin.html new file mode 100644 index 000000000..cc3f5379b --- /dev/null +++ b/pyload/webui/themes/clearbright/tml/admin.html @@ -0,0 +1,98 @@ +{% extends '/clearbright/tml/base.html' %} + +{% block head %} + +{% endblock %} + + +{% block title %}{{ _("Administrate") }} - {{ super() }} {% endblock %} +{% block subtitle %}{{ _("Administrate") }}{% endblock %} + +{% block content %} + + {{_("Quit pyLoad")}} | + {{_("Restart pyLoad")}} +
+
+ + {{ _("To add user or change passwords use:") }} python pyload.py -u
+ {{ _("Important: Admin user have always all permissions!") }} + +
+ + + + + + + + + {% for name, data in users.iteritems() %} + + + + + + + {% endfor %} + + +
+ {{ _("Name") }} + + {{ _("Change Password") }} + + {{ _("Admin") }} + + {{ _("Permissions") }} +
{{ name }}{{ _("change") }} + +
+ + +
+{% endblock %} +{% block hidden %} +
+
+

{{ _("Change Password") }}

+ +

{{ _("Enter your current and desired Password.") }}

+ + + + + + + + + + + + + + + +
+ +
+ +
+{% endblock %} -- cgit v1.2.3