From a5f665f504dc544b4a03f2ee81da6c44555415e5 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 17 Feb 2015 19:35:35 +0100 Subject: Update webui --- module/web/templates/default/settings.html | 217 ----------------------------- 1 file changed, 217 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 7b06caa97..000000000 --- a/module/web/templates/default/settings.html +++ /dev/null @@ -1,217 +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.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.")}}

- -
- - -

{{_("Your username.")}}

-
-
- - -

{{_("The password for this account.")}}

-
-
- -

{{_("Choose the hoster for your account.")}}

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