From 46aebca302ac3efa4cc864e27c3fd8560c85f1fe Mon Sep 17 00:00:00 2001 From: phear Date: Sun, 18 Apr 2010 18:19:58 +0000 Subject: [PATCH] many stubs: landing pages and use cases; legal stuff. --- wortschlucker/templates/nodes/agb.html | 33 ++++++++++++++++ .../templates/nodes/auswertungsmethode.html | 35 +++++++++++++++++ .../templates/nodes/datenschutz.html | 33 ++++++++++++++++ .../templates/nodes/einkaufsliste.html | 36 ++++++++++++++++++ .../nodes/einkaufszettel_online.html | 36 ++++++++++++++++++ .../templates/nodes/feedback_online.html | 35 +++++++++++++++++ wortschlucker/templates/nodes/impressum.html | 32 ++++++++++++++++ .../templates/nodes/kartenabfrage_online.html | 36 ++++++++++++++++++ wortschlucker/templates/nodes/kontakt.html | 33 ++++++++++++++++ .../nodes/microblogging_zwischenablage.html | 37 ++++++++++++++++++ .../templates/nodes/notizzettel_online.html | 35 +++++++++++++++++ .../nodes/papierkorb_fragezeichen_koffer.html | 38 +++++++++++++++++++ .../templates/nodes/seminarauswertung.html | 36 ++++++++++++++++++ 13 files changed, 455 insertions(+) create mode 100644 wortschlucker/templates/nodes/agb.html create mode 100644 wortschlucker/templates/nodes/auswertungsmethode.html create mode 100644 wortschlucker/templates/nodes/datenschutz.html create mode 100644 wortschlucker/templates/nodes/einkaufsliste.html create mode 100644 wortschlucker/templates/nodes/einkaufszettel_online.html create mode 100644 wortschlucker/templates/nodes/feedback_online.html create mode 100644 wortschlucker/templates/nodes/impressum.html create mode 100644 wortschlucker/templates/nodes/kartenabfrage_online.html create mode 100644 wortschlucker/templates/nodes/kontakt.html create mode 100644 wortschlucker/templates/nodes/microblogging_zwischenablage.html create mode 100644 wortschlucker/templates/nodes/notizzettel_online.html create mode 100644 wortschlucker/templates/nodes/papierkorb_fragezeichen_koffer.html create mode 100644 wortschlucker/templates/nodes/seminarauswertung.html diff --git a/wortschlucker/templates/nodes/agb.html b/wortschlucker/templates/nodes/agb.html new file mode 100644 index 0000000..08dc8a6 --- /dev/null +++ b/wortschlucker/templates/nodes/agb.html @@ -0,0 +1,33 @@ + + + + + + + + + ${title} + + +

${title}

+
+ + ${Markup(content01)} + +
+ + + diff --git a/wortschlucker/templates/nodes/auswertungsmethode.html b/wortschlucker/templates/nodes/auswertungsmethode.html new file mode 100644 index 0000000..dc5449a --- /dev/null +++ b/wortschlucker/templates/nodes/auswertungsmethode.html @@ -0,0 +1,35 @@ + + + + + + + + + ${title} + + +

${title}

+
+ + ${Markup(content01)} + + ${poll_new_small()} +
+ + + diff --git a/wortschlucker/templates/nodes/datenschutz.html b/wortschlucker/templates/nodes/datenschutz.html new file mode 100644 index 0000000..f65b9a0 --- /dev/null +++ b/wortschlucker/templates/nodes/datenschutz.html @@ -0,0 +1,33 @@ + + + + + + + + + ${title} + + +

${title}

+
+ + ${Markup(content01)} + +
+ + + diff --git a/wortschlucker/templates/nodes/einkaufsliste.html b/wortschlucker/templates/nodes/einkaufsliste.html new file mode 100644 index 0000000..7d46559 --- /dev/null +++ b/wortschlucker/templates/nodes/einkaufsliste.html @@ -0,0 +1,36 @@ + + + + + + + + + ${title} + + +

${title}

+
+ + ${Markup(content01)} + + ${poll_new_small()} +
+ + + diff --git a/wortschlucker/templates/nodes/einkaufszettel_online.html b/wortschlucker/templates/nodes/einkaufszettel_online.html new file mode 100644 index 0000000..486a12f --- /dev/null +++ b/wortschlucker/templates/nodes/einkaufszettel_online.html @@ -0,0 +1,36 @@ + + + + + + + + + ${title} + + +

${title}

+
+ + ${Markup(content01)} + + ${poll_new_small()} +
+ + + diff --git a/wortschlucker/templates/nodes/feedback_online.html b/wortschlucker/templates/nodes/feedback_online.html new file mode 100644 index 0000000..003bde2 --- /dev/null +++ b/wortschlucker/templates/nodes/feedback_online.html @@ -0,0 +1,35 @@ + + + + + + + + + ${title} + + +

${title}

+
+ + ${Markup(content01)} + + ${poll_new_small()} +
+ + + diff --git a/wortschlucker/templates/nodes/impressum.html b/wortschlucker/templates/nodes/impressum.html new file mode 100644 index 0000000..4c1ec09 --- /dev/null +++ b/wortschlucker/templates/nodes/impressum.html @@ -0,0 +1,32 @@ + + + + + + + + + ${title} + + +

${title}

+
+ + ${Markup(content01)} + +
+ + + diff --git a/wortschlucker/templates/nodes/kartenabfrage_online.html b/wortschlucker/templates/nodes/kartenabfrage_online.html new file mode 100644 index 0000000..6057948 --- /dev/null +++ b/wortschlucker/templates/nodes/kartenabfrage_online.html @@ -0,0 +1,36 @@ + + + + + + + + + ${title} + + +

${title}

+
+ + ${Markup(content01)} + + ${poll_new_small()} +
+ + + diff --git a/wortschlucker/templates/nodes/kontakt.html b/wortschlucker/templates/nodes/kontakt.html new file mode 100644 index 0000000..4947a09 --- /dev/null +++ b/wortschlucker/templates/nodes/kontakt.html @@ -0,0 +1,33 @@ + + + + + + + + + ${title} + + +

${title}

+
+ + ${Markup(content01)} + +
+ + + diff --git a/wortschlucker/templates/nodes/microblogging_zwischenablage.html b/wortschlucker/templates/nodes/microblogging_zwischenablage.html new file mode 100644 index 0000000..b67ab93 --- /dev/null +++ b/wortschlucker/templates/nodes/microblogging_zwischenablage.html @@ -0,0 +1,37 @@ + + + + + + + + + ${title} + + +

${title}

+
+ + ${Markup(content01)} + + ${poll_new_small()} +
+ + + diff --git a/wortschlucker/templates/nodes/notizzettel_online.html b/wortschlucker/templates/nodes/notizzettel_online.html new file mode 100644 index 0000000..1d95835 --- /dev/null +++ b/wortschlucker/templates/nodes/notizzettel_online.html @@ -0,0 +1,35 @@ + + + + + + + + + ${title} + + +

${title}

+
+ + ${Markup(content01)} + + ${poll_new_small()} +
+ + + diff --git a/wortschlucker/templates/nodes/papierkorb_fragezeichen_koffer.html b/wortschlucker/templates/nodes/papierkorb_fragezeichen_koffer.html new file mode 100644 index 0000000..2845c44 --- /dev/null +++ b/wortschlucker/templates/nodes/papierkorb_fragezeichen_koffer.html @@ -0,0 +1,38 @@ + + + + + + + + + ${title} + + +

${title}

+
+ + ${Markup(content01)} + + ${poll_new_small()} +
+ + + diff --git a/wortschlucker/templates/nodes/seminarauswertung.html b/wortschlucker/templates/nodes/seminarauswertung.html new file mode 100644 index 0000000..bd685d8 --- /dev/null +++ b/wortschlucker/templates/nodes/seminarauswertung.html @@ -0,0 +1,36 @@ + + + + + + + + + ${title} + + +

${title}

+
+ + ${Markup(content01)} + + ${poll_new_small()} +
+ + +