From a8f763fb85756f69899f7b3b71c01bb01461ee3c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 10 Aug 2012 22:12:10 +0200 Subject: beginning new pyload web-ui from scratch --- module/web/templates/default/settings.html | 204 ----------------------------- 1 file changed, 204 deletions(-) delete mode 100644 module/web/templates/default/settings.html (limited to 'module/web/templates/default/settings.html') diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html deleted file mode 100644 index be320970b..000000000 --- a/module/web/templates/default/settings.html +++ /dev/null @@ -1,204 +0,0 @@ -{% extends 'default/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.__name__ %} - - - - - - - - - - - - - - {% 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