From 44941dd9b11d9140589f7b1eacb9baf2a82d4c8b Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 3 Apr 2010 11:06:18 +0200 Subject: webif settings page --- module/web/templates/default/settings.html | 133 ++++++----------------------- 1 file changed, 27 insertions(+), 106 deletions(-) (limited to 'module/web/templates/default/settings.html') diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html index d3d906c47..4d2d2a591 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -27,126 +27,47 @@ {% block content %} -{{ conf }} +{% for message in errors %} +{{message}}
+{% endfor %} +
-

Coming Soon.

- - - - {% for key, section in conf.items %} + {% for skey, section in conf.items %}
{{section.name}} - {% for key, option in section.options.items %} + {% for okey, option in section.options.items %} -
{% endfor %} - -
- - Name - - - - -
-
-
- - - Address - - - - - - -
-
-
- - Payment details - -
- - - Credit card - - - - - - -
-
- - - - -
- -
+ {% if conf %} + +
+ {% endif %}
-- cgit v1.2.3