From 7c163edb63fcdccc7b232b3b24fe398a363d00a7 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 16 Oct 2014 12:01:17 +0200 Subject: New theme Estate --- pyload/webui/themes/estate/tml/settings.html | 204 +++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 pyload/webui/themes/estate/tml/settings.html (limited to 'pyload/webui/themes/estate/tml/settings.html') diff --git a/pyload/webui/themes/estate/tml/settings.html b/pyload/webui/themes/estate/tml/settings.html new file mode 100644 index 000000000..e9a57f884 --- /dev/null +++ b/pyload/webui/themes/estate/tml/settings.html @@ -0,0 +1,204 @@ +{% extends '/estate/tml/base.html' %} + +{% block title %}{{ _("Settings") }} - {{ super() }} {% endblock %} +{% block subtitle %}{{ _("Settings") }}{% endblock %} + +{% block head %} + + + + +{% endblock %} + +{% block content %} + + + +
+ +
+ + + + + + +
+ +
+

   {{ _("Choose a section from the menu") }}

+
+
+ + +
+
+ + + + + + +
+ + +
+

   {{ _("Choose a section from the menu") }}

+
+
+ +
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + {% for account in conf.accs %} + {% set plugin = account.type %} + + + + + + + + + + + + + + {% endfor %} +
{{ _("Plugin") }}{{ _("Name") }}{{ _("Password") }}{{ _("Status") }}{{ _("Premium") }}{{ _("Valid until") }}{{ _("Traffic left") }}{{ _("Time") }}{{ _("Max Parallel") }}{{ _("Delete?") }}
+ {{ plugin }} + + + + {% if account.valid %} + + {{ _("valid") }} + {% else %} + + {{ _("not valid") }} + {% endif %} + + + {% if account.premium %} + + {{ _("yes") }} + {% else %} + + {{ _("no") }} + {% endif %} + + + + {{ account.validuntil }} + + + + {{ account.trafficleft }} + + + + + + + +
+ + + +
+
+
+{% endblock %} +{% block hidden %} +
+
+

{{_("Add Account")}}

+

{{_("Enter your account data to use premium features.")}}

+ + + + + + + + + + + +
+ +
+ +
+{% endblock %} \ No newline at end of file -- cgit v1.2.3