From a304d7a56563b16ca98d9b45ebed521c52f6347c Mon Sep 17 00:00:00 2001 From: ficus Date: Fri, 14 Sep 2012 20:10:43 +0200 Subject: backup WIP --- templates/base.html | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..a2c1407 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,77 @@ + + + + torouter configuration interface + + + + + + + +
+
+
+ +
+
+ {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} + {% for category, message in messages %} +
+ + {% if category == "warning" %}Warning:{% endif %} + {% if category == "error" %}Error:{% endif %} + {% if category == "info" %}Note:{% endif %} + {{ message }} +
+ {% endfor %} + {% endif %} + {% endwith %} +{% block body %}{% endblock %} +
+
+
+
+

© torouter, copyleft 2012

+
+
+ + + -- cgit v1.2.3