From 68d662e689cd42687341c550fb6ebb74e6968d21 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 8 Sep 2014 00:29:57 +0200 Subject: module -> pyload --- module/webui/themes/default/tml/settings.html | 204 -------------------------- 1 file changed, 204 deletions(-) delete mode 100644 module/webui/themes/default/tml/settings.html (limited to 'module/webui/themes/default/tml/settings.html') diff --git a/module/webui/themes/default/tml/settings.html b/module/webui/themes/default/tml/settings.html deleted file mode 100644 index fddc6e35c..000000000 --- a/module/webui/themes/default/tml/settings.html +++ /dev/null @@ -1,204 +0,0 @@ -{% extends '/default/tml/base.html' %} - -{% block title %}{{ _("Config") }} - {{ super() }} {% endblock %} -{% block subtitle %}{{ _("Config") }}{% 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 %} -- cgit v1.2.3