From 64c43443cef210b3c7c35c8be048193ac78858a3 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 6 Jun 2012 18:25:58 +0200 Subject: Default template now uses new features. --- .../templates/src/usertemplates/standard.html | 118 +++++++++------------ 1 file changed, 51 insertions(+), 67 deletions(-) (limited to 'ratatoeskr/templates/src/usertemplates/standard.html') diff --git a/ratatoeskr/templates/src/usertemplates/standard.html b/ratatoeskr/templates/src/usertemplates/standard.html index c4d1eb9..ef0862e 100644 --- a/ratatoeskr/templates/src/usertemplates/standard.html +++ b/ratatoeskr/templates/src/usertemplates/standard.html @@ -1,72 +1,56 @@ - - $current[section] - - -
-

$article[title]

- $article[excerpt] - -
-
- - -
-
+ + +
+

$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):
-
- - -
-
-
-
-
-
+ +
+

$article[title]

+ + $article[text] + + $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]
+
+
+ +
+
+
+
- - $current[tag] - - -
-

$article[title]

- $article[excerpt] - -
-
- - -
-
+ + +
+

$article[title]

+ $article[excerpt] + +
+
+ + +
-- cgit v1.2.3-54-g00ecf From 4c5700e7f61380b82997566e1e29b947e5fb73d0 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 6 Jun 2012 21:54:24 +0200 Subject: Removed debug stuff from standard.html template. --- ratatoeskr/templates/src/usertemplates/standard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratatoeskr/templates/src/usertemplates/standard.html') diff --git a/ratatoeskr/templates/src/usertemplates/standard.html b/ratatoeskr/templates/src/usertemplates/standard.html index ef0862e..ef78001 100644 --- a/ratatoeskr/templates/src/usertemplates/standard.html +++ b/ratatoeskr/templates/src/usertemplates/standard.html @@ -16,7 +16,7 @@

$article[title]

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