From ced83335a5a338cb9c24956b96da526465d94df8 Mon Sep 17 00:00:00 2001 From: ficus Date: Sat, 15 Sep 2012 22:50:14 +0200 Subject: refactor to distributable format --- torouterui/templates/base.html | 75 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 torouterui/templates/base.html (limited to 'torouterui/templates/base.html') diff --git a/torouterui/templates/base.html b/torouterui/templates/base.html new file mode 100644 index 0000000..4c15c73 --- /dev/null +++ b/torouterui/templates/base.html @@ -0,0 +1,75 @@ + + + + torouter configuration interface + + + + + + + +
+
+
+ +
+
+ {% if messages %} + {{ mesages }} + {% for category, message in messages %} +
+ + {% if category == "warning" %}Warning:{% endif %} + {% if category == "error" %}Error:{% endif %} + {% if category == "info" %}Note:{% endif %} + {{ message }} +
+ {% endfor %} + {% endif %} +{% block body %}{% endblock %} +
+
+
+
+

© torouter, copyleft 2012

+
+
+ + + -- cgit v1.2.3