From a36e46d44db24622eeed4438342dfdbd98a28727 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 21 Jan 2012 22:00:33 +0100 Subject: Setup script and clean config file. --- ratatoeskr/templates/src/usertemplates/master.html | 43 +++++++++++++ .../templates/src/usertemplates/some_useful_tags | 20 ++++++ .../templates/src/usertemplates/standard.html | 72 ++++++++++++++++++++++ 3 files changed, 135 insertions(+) create mode 100644 ratatoeskr/templates/src/usertemplates/master.html create mode 100644 ratatoeskr/templates/src/usertemplates/some_useful_tags create mode 100644 ratatoeskr/templates/src/usertemplates/standard.html (limited to 'ratatoeskr/templates/src/usertemplates') diff --git a/ratatoeskr/templates/src/usertemplates/master.html b/ratatoeskr/templates/src/usertemplates/master.html new file mode 100644 index 0000000..937247d --- /dev/null +++ b/ratatoeskr/templates/src/usertemplates/master.html @@ -0,0 +1,43 @@ + + + + + + + Your Website + + + +
+
+

Your Website

+ A slogan for your website. +
+ +
+
+ +
+

+ +
+
+
+ +
+
+ +
+ + diff --git a/ratatoeskr/templates/src/usertemplates/some_useful_tags b/ratatoeskr/templates/src/usertemplates/some_useful_tags new file mode 100644 index 0000000..091e969 --- /dev/null +++ b/ratatoeskr/templates/src/usertemplates/some_useful_tags @@ -0,0 +1,20 @@ + + returns the current section name. If the current viewed site is a single article it will return the articles section name. If the section could not be determined, nothing will be returned. + + + + $current[section] + $current[section][name] + + + $current[article] + $current[article][section][name] + + + + + + + + + \ No newline at end of file diff --git a/ratatoeskr/templates/src/usertemplates/standard.html b/ratatoeskr/templates/src/usertemplates/standard.html new file mode 100644 index 0000000..c4d1eb9 --- /dev/null +++ b/ratatoeskr/templates/src/usertemplates/standard.html @@ -0,0 +1,72 @@ + + + + $current[section] + + +
+

$article[title]

+ $article[excerpt] + +
+
+ + +
+
+ + + $current[article] + +
+

$current[article][title]

+ + $current[article][text] + + $current[article][comments_allowed] + +

Comments ()

+ +
+

Name: $comment[author]

+

Date: %d. %B %Y, %H:%M

+ $comment[text] +
+
+ ?{$current[commented]|Comment sucessfully stored!|} + ?{$current[comment_fail]|Comment could not be stored: $current[comment_fail]|} + $current[comment_prev] + +

Comment preview

+
$current[comment_prev]
+
+
+ + Name:
+ Mail:
+ Text (Markdown):
+
+ + +
+
+
+
+
+
+ + + $current[tag] + + +
+

$article[title]

+ $article[excerpt] + +
+
+ + +
+
+
-- cgit v1.2.3-54-g00ecf