diff --git a/contrib/templates/chen-chan/board.mustache b/contrib/templates/chen-chan/board.mustache index f4cb076..265c9f6 100644 --- a/contrib/templates/chen-chan/board.mustache +++ b/contrib/templates/chen-chan/board.mustache @@ -11,24 +11,17 @@ - Navbar ( a function that renders the navbar, should not be escaped ) - Threads ( a list of Thread Models with the last few replies ) }} - - - - - {{board.Board}} - - - {{{board.Navbar}}} - {{{form}}} -
-
+{{board.Board}} + {{{board.Navbar}}} + {{{form}}} +
+
{{#board.Threads}} - {{{OP.Truncate.RenderPost}}} - {{#Truncate.Replies}} - {{{Truncate.RenderPost}}} - {{/Truncate.Replies}} -
+ {{{OP.Truncate.RenderPost}}} + {{#Truncate.Replies}} + {{{Truncate.RenderPost}}} + {{/Truncate.Replies}} +
{{/board.Threads}} -
- - +
+ diff --git a/contrib/templates/chen-chan/boardlist.mustache b/contrib/templates/chen-chan/boardlist.mustache index e6f0144..27bfd7f 100644 --- a/contrib/templates/chen-chan/boardlist.mustache +++ b/contrib/templates/chen-chan/boardlist.mustache @@ -5,36 +5,29 @@ - frontend ( the name of the frontend ) - prefix ( the site's prefix ) }} - - - - - {{frontend}} boards - - - +{{frontend}} boards +
+ + + + + + + {{# graph}} - - - - + + + + - {{# graph}} - - - - - - - {{/ graph}} -
boardposts per hourposts per daytotal
boardposts per hourposts per daytotal + {{Board}} + + {{Hour}} + + {{Day}} + + {{All}} +
- {{Board}} - - {{Hour}} - - {{Day}} - - {{All}} -
- - + {{/ graph}} + + diff --git a/contrib/templates/chen-chan/frontpage.mustache b/contrib/templates/chen-chan/frontpage.mustache index 1f11e02..a8c3215 100644 --- a/contrib/templates/chen-chan/frontpage.mustache +++ b/contrib/templates/chen-chan/frontpage.mustache @@ -8,4 +8,4 @@ - frontend ( the name of the frontend ) - prefix ( the site's prefix ) }} -{{frontend}} on nntpchan

{{frontend}} on nntpchan

overboard boards faq

last posts:
{{{overview.Render}}}
board stats:
{{# boardgraph}}{{/ boardgraph}}
boardposts this hourposts todaytotal
{{Board}}{{Hour}}{{Day}}{{All}}
total stats:
{{{postsgraph.Render}}}

{{totalposts}} posts total

+{{frontend}} on nntpchan

{{frontend}} on nntpchan

overboard boards faq

last posts:
{{{overview.Render}}}
board stats:
{{# boardgraph}}{{/ boardgraph}}
boardposts this hourposts todaytotal
{{Board}}{{Hour}}{{Day}}{{All}}
total stats:
{{{postsgraph.Render}}}

{{totalposts}} posts total

diff --git a/contrib/templates/chen-chan/keygen.mustache b/contrib/templates/chen-chan/keygen.mustache index 2a8e6ab..8b41aea 100644 --- a/contrib/templates/chen-chan/keygen.mustache +++ b/contrib/templates/chen-chan/keygen.mustache @@ -5,9 +5,9 @@ - public ( the public key in hex ) - secret ( the secret key in hex ) - tripcode ( html version of the public key ) - }} +}} new tripcode
-new tripcode:
+new tripcode
 
 secret: {{secret}}
 public: {{public}}
diff --git a/contrib/templates/chen-chan/modlogin.mustache b/contrib/templates/chen-chan/modlogin.mustache
index fb8e584..a75e478 100644
--- a/contrib/templates/chen-chan/modlogin.mustache
+++ b/contrib/templates/chen-chan/modlogin.mustache
@@ -1,14 +1,10 @@
-
-  
-    
-    
-    login
-  
-  
-    
- - - -
- - + + + login + +
+ + + +
+ diff --git a/contrib/templates/chen-chan/modlogin_result.mustache b/contrib/templates/chen-chan/modlogin_result.mustache index 55cbaa2..a86984b 100644 --- a/contrib/templates/chen-chan/modlogin_result.mustache +++ b/contrib/templates/chen-chan/modlogin_result.mustache @@ -6,14 +6,4 @@ - message ( the message returned from the login attempt ) - fail ( present if the login failed ) // not yet added }} - - - - - - login - - -

{{message}}

- - \ No newline at end of file +login

{{message}}

diff --git a/contrib/templates/chen-chan/modpage.mustache b/contrib/templates/chen-chan/modpage.mustache index dd2976c..34fd157 100644 --- a/contrib/templates/chen-chan/modpage.mustache +++ b/contrib/templates/chen-chan/modpage.mustache @@ -2,33 +2,30 @@ modpage.mustache -- the moderator panel when logged in template parameters: - prefix ( the site's prefix ) - }} - - - - + + - - nntpchan mod page - - -
-
post actions
-
+ + nntpchan mod page + +
+
post actions
+
- +
-
-
-
-
key actions
+ + +
+
key actions
+
@@ -37,13 +34,14 @@
-
-
-
-
board actions
+ + +
+
board actions
+
- +
@@ -58,27 +56,30 @@
-
-
-
-
- lightweight actions -
-
- -
-
-
-
- +
+
+
+
lightweight actions
+
+ +
+
+
+
very load heavy actions, use with care
+
-
-
- - - + + +
+
status
+
+
+ +
+
+ diff --git a/contrib/templates/chen-chan/post_fail.mustache b/contrib/templates/chen-chan/post_fail.mustache index fe6b0ae..25085d0 100644 --- a/contrib/templates/chen-chan/post_fail.mustache +++ b/contrib/templates/chen-chan/post_fail.mustache @@ -1,7 +1,3 @@ - - - - -

fail: {{reason}}

- - + + +

fail: {{reason}}

diff --git a/contrib/templates/chen-chan/post_success.mustache b/contrib/templates/chen-chan/post_success.mustache index 13ff141..2db06f4 100644 --- a/contrib/templates/chen-chan/post_success.mustache +++ b/contrib/templates/chen-chan/post_success.mustache @@ -4,12 +4,4 @@ - redirect_url ( the url of the next page we should redirect to ) - message_id ( the value of the Message-ID header in the post we made, the truncated sha1 of this is the >>posthash ) }} - - - - - - -
posted as {{message_id}}
- - +
posted as {{message_id}}
diff --git a/contrib/templates/chen-chan/postform.mustache b/contrib/templates/chen-chan/postform.mustache index 17a569a..243d595 100644 --- a/contrib/templates/chen-chan/postform.mustache +++ b/contrib/templates/chen-chan/postform.mustache @@ -5,7 +5,7 @@ - post_url ( the url of the post form ) - reference ( the post we are replying to, or empty string if it's an op ) - button ( the text for the reply button ) - }} +}}

diff --git a/contrib/templates/chen-chan/thread.mustache b/contrib/templates/chen-chan/thread.mustache index 0517cca..4451b21 100644 --- a/contrib/templates/chen-chan/thread.mustache +++ b/contrib/templates/chen-chan/thread.mustache @@ -10,12 +10,11 @@ - Replies , a list of all the replies or empty if none - Board , the name of the Board this thread is on - BoardURL , the url that points to the board index page - }} - +}} + {{thread.OP.Subject}} - - + {{{thread.Navbar}}} {{{form}}}
diff --git a/contrib/templates/chen-chan/ukko.mustache b/contrib/templates/chen-chan/ukko.mustache index bd92b99..22915ac 100644 --- a/contrib/templates/chen-chan/ukko.mustache +++ b/contrib/templates/chen-chan/ukko.mustache @@ -3,24 +3,20 @@ template parameters: - prefix ( site prefix ) - threads ( a list of Thread Models that represent the latest threads ) - }} - - - - - ukko/overboard - - - frontpage - {{#threads}} -
-

posted on {{OP.Board}}

-
+}} + + + ukko/overboard + + frontpage + {{#threads}} +
+

posted on {{OP.Board}}

+
{{{OP.Truncate.RenderPost}}} {{#Truncate.Replies}} {{{Truncate.RenderPost}}} {{/Truncate.Replies}} -
- {{/threads}} - - +
+ {{/threads}} +