From 236ad4c8dbef414ef29348634fd0a6ccded1a1d6 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 17 Aug 2008 12:08:12 +0200 Subject: initial import --- templates/base.html | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 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..0828ba4 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,95 @@ + + + + dev.spline.de - {% block title %}Welcome{% endblock %} + + + + + + +
+
+ + {% if info_msg %} +
+ {{ info_msg }} +
+ {% endif %} + {% if error_msg %} +
+ {{ error_msg }} +
+ {% endif %} +
+
+
+ + {% if session.login %} + + {% else %} + + + {% endif %} +
+
+
+
+ {% block content %}{% endblock %} +
+ +
 
+
+
+ + + {% if debug_msg %} +
+ {{ debug_msg }} +
+ {% endif %} +
+
+ + -- cgit v1.2.3