From b0022839470ec540d8f3721e2bd4320afa91eed2 Mon Sep 17 00:00:00 2001 From: phear Date: Sat, 17 Apr 2010 13:18:36 +0000 Subject: [PATCH] added a small includable starter form with just one input field, started layouting it, added a frontpage.html (currently just polls.html + form), modified links --- wortschlucker/templates/frontpage.html | 32 +++++++++++ wortschlucker/templates/layout.html | 56 +++++++++++-------- wortschlucker/templates/media/style.css | 33 +++++++++++ .../templates/nodes/brainstorming.html | 7 ++- wortschlucker/wortschlucker.py | 5 ++ 5 files changed, 106 insertions(+), 27 deletions(-) create mode 100644 wortschlucker/templates/frontpage.html diff --git a/wortschlucker/templates/frontpage.html b/wortschlucker/templates/frontpage.html new file mode 100644 index 0000000..bbc0bc3 --- /dev/null +++ b/wortschlucker/templates/frontpage.html @@ -0,0 +1,32 @@ + + + + + + Instant Notes + + + +

Neuer Wortschlucker

+ ${poll_new_small()} + + +

All Polls

+

Error: +

+

+

Create a new poll

+ + + + diff --git a/wortschlucker/templates/layout.html b/wortschlucker/templates/layout.html index 9ba5478..5755027 100644 --- a/wortschlucker/templates/layout.html +++ b/wortschlucker/templates/layout.html @@ -13,6 +13,17 @@ +
+
+ + + + ${errors.title} + + +
+
+
@@ -69,35 +80,32 @@