From ee7004fc429b86951a5d8da8fe9f278256aea2f2 Mon Sep 17 00:00:00 2001
From: jeff Post per Day
Total
- {{# graph}}
+ {{# boardgraph}}
- {{/ graph}}
+ {{/ boardgraph}}
+ {{{postgraph.Render}}}
{{Board}}
@@ -51,10 +52,11 @@
{{All}}
diff --git a/contrib/templates/default/modlogin_result.mustache b/contrib/templates/default/modlogin_result.mustache index 87a1adb..55cbaa2 100644 --- a/contrib/templates/default/modlogin_result.mustache +++ b/contrib/templates/default/modlogin_result.mustache @@ -4,7 +4,7 @@ - prefix ( the site prefix ) - mod_prefix ( the prefix to the mod panel, could be something like https://mod.site.tld/ or /mod/ ) - message ( the message returned from the login attempt ) - - fail ( present if the login failed ) + - fail ( present if the login failed ) // not yet added }}
diff --git a/contrib/templates/default/posts_graph.mustache b/contrib/templates/default/posts_graph.mustache new file mode 100644 index 0000000..fac0abd --- /dev/null +++ b/contrib/templates/default/posts_graph.mustache @@ -0,0 +1,26 @@ +{{! +posts graph.mustache -- post frequence graph +parameters: + + * graph - a postsGraph instance (see srnd/model.go) +}} +
Day | +Posts | ++ |
---|---|---|
{{Day}} | +{{Num}} | +{{OvercockGraph}} | +
\ No newline at end of file