From 55f6f6386f169409477fd31a72f89de6f7192b86 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 6 Aug 2010 12:01:56 +0200 Subject: Gregy's settings page + TheBrayns new icons --- module/web/templates/default/settings.html | 101 +++++++++++++++++++---------- 1 file changed, 66 insertions(+), 35 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 48ae85170..02ded19a4 100644 --- a/module/web/templates/default/settings.html +++ b/module/web/templates/default/settings.html @@ -5,6 +5,30 @@ {% block title %}{% trans "Config" %} - {{block.super}} {% endblock %} {% block subtitle %}{% trans "Config" %}{% endblock %} +{% block head %} + + +{% endblock %} + {% block menu %}
  • {% trans "Home" %} @@ -31,47 +55,54 @@ {% for message in errors %} {{message}}
    {% endfor %} - -
    +{% if conf|length > 0 %} +
    +
    +
      + {% for skey, section in conf.iteritems %} +
    • {{section.desc}}
    • + {% endfor %} +
    +
    + {% for skey, section in conf.iteritems %} - -

    {{section.desc}}

    - - {% for okey, option in section.items %} - - {% ifnotequal okey "desc" %} - - - - {% endifnotequal %} - - {% endfor %} -



    + +
    {% endfor %} + {% if conf %} -
    {% endif %} -
    - + + +{% endif %} {% endblock %} -- cgit v1.2.3