X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=inline;f=src%2Fmain%2Fresources%2Ftemplates%2Findex.html;h=d148926bc00114a2d0e008fc7b0dc0e14d2120c3;hb=d144a506b9fd0815548b926f9bc401d5b9d66708;hp=154ff3ed7f0e57e2195c6796936ae00cfee90802;hpb=ace61a10afeeeb05ec7ae7facf3d636cd87f3a9b;p=Sone.git diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 154ff3e..d148926 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -1,12 +1,22 @@
-

<%= Page.Index.Page.Title|l10n|html>

+ + + + + +

<%= Page.Index.Page.Title|l10n|insert needle="{sone}" key=currentSone.name|html>

- +
@@ -14,4 +24,42 @@
-
\ No newline at end of file +

<%= Page.Index.PostList.Title|l10n|html>

+ +
+ <%foreach posts post> +
+ +
<% post.text|html>
+ +
+ <%foreach post.replies reply> +
+ +
<% reply.text|html>
+
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
+
+ <%/foreach> +
+
+ + + + +
+
+ <%foreachelse> +
<%= Page.Index.PostList.Text.NoPostYet|l10n|html>
+ <%/foreach> +
+ +

<%= Page.Index.AddSone.Title|l10n|html>

+ +
<%= Page.Index.AddSone.Description|l10n|html>
+ +
+ + + +
+