From 2909dc657a865b3bf35707fa4599ecab0bfe3b8f Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Fri, 30 Dec 2011 00:06:08 +0100 Subject: add templates and first view for news --- sublab_project/templates/404.html | 13 ++++ sublab_project/templates/500.html | 130 +++++++++++++++++++++++++++++++ sublab_project/templates/base.html | 151 +++++++++++++++++++++++++++++++++++++ 3 files changed, 294 insertions(+) (limited to 'sublab_project/templates') diff --git a/sublab_project/templates/404.html b/sublab_project/templates/404.html index e69de29..0aab876 100644 --- a/sublab_project/templates/404.html +++ b/sublab_project/templates/404.html @@ -0,0 +1,13 @@ +{% extends 'base.html' %} + +{% block title %}sublab - page not found{% endblock %} + +{# {% block motd %}{% endblock %} #} +{% block content %} + Leider konnten wir die Datei zu Deiner Anfrage nicht finden. Eventuell + ist der Link den Du benutzt hast fehlerhaft oder veraltet. Falls Du der + Meinung bist, dass dieser Link funktionieren sollte, kontaktiere bitte + kontakt [at] sublab.org. + + Hier geht es zur Startseite. +{% endblock %} diff --git a/sublab_project/templates/500.html b/sublab_project/templates/500.html index e69de29..dd87d27 100644 --- a/sublab_project/templates/500.html +++ b/sublab_project/templates/500.html @@ -0,0 +1,130 @@ + + + + + sublab - page not found + + + + + + {# #} + {# #} + + + + + + + + + +
+
+ + + +
+

+ [ mate und technik ] +

+

+ Das sublab - ein Hackerspace in Leipzig +

+
+ + + +
+ +

+ Statusdisplay +

+
+
+ + + + + + + + + + + + + +
+ Taifun: + + Online  Offline +
+ Trieste: + + Online  Offline +
+ Nautilus: + + Online  Offline +
+
+
+

+ Mitglied werden +

+
+ +
+ Bei der Verarbeitung deiner Anfrage ist ein Fehler aufgetreten. Falls Du der + Meinung bist, dass das dieser Vorgang funktionieren sollte, kontaktiere bitte + kontakt [at] sublab.org.
+ Hier geht es zur Startseite. +
+
+ + + +
+
+ + + diff --git a/sublab_project/templates/base.html b/sublab_project/templates/base.html index e69de29..2c71ff7 100644 --- a/sublab_project/templates/base.html +++ b/sublab_project/templates/base.html @@ -0,0 +1,151 @@ + + + + + {% block title %}sublab - Ein Hackerspace in Leipzig{% endblock %} + + + + + {% if meta_date %}{% endif %} + + {# #} + {# #} + + + + + + + + + +
+
+ + + +
+

+ [ mate und technik ] +

+

+ Das sublab - ein Hackerspace in Leipzig +

+
+ + + +
+ +

+ Statusdisplay +

+
+
+ + + + + + + + + + + + + +
+ Taifun: + + Online  Offline +
+ Trieste: + + Online  Offline +
+ Nautilus: + + Online  Offline +
+
+
+

+ {% block motd %} + sublab website - jetzt mit Django + {% endblock %} +

+
+ Webcam im Fenster +
+ Temperaturen im sublab +
+

+ Mitglied werden +

+
+ +
+ {% block content %} + This is where the content would be. + {% endblock %} +
+
+ + + +
+
+ + + -- cgit v1.2.1