X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=a7686c9e759c2bf72abcd5b7e96cc005093dca16;hb=097bb365454bb0471463fc610621deac63679884;hp=ab87a982dff8fc2d8e80df796f8e003ca7fe18ff;hpb=7dc1dfc0855fd0880a2411271485180bdcf09307;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index ab87a98..a7686c9 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -8,7 +8,7 @@ <%else> -

<%= Page.ViewSone.Page.TitleWithSone|l10n|insert needle="{sone}" key=sone.niceName|html> +

<%= Page.ViewSone.Page.TitleWithSone|l10n|insert needle="{sone}" key=sone.niceName|html>

<%= Page.ViewSone.PostList.Title|l10n|insert needle="{sone}" key=sone.niceName|html>

@@ -27,10 +27,41 @@
<% post.text|html>
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
+ <%foreach post.replies reply> +
+
<% reply.sone.niceName|html>
+
<% reply.text|html>
+
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
+
+ <%/foreach> +
+
+ + + + +
+
<%foreachelse>
<%= Page.ViewSone.PostList.Text.NoPostYet|l10n|html>
<%/foreach> + +

<%= Page.ViewSone.Following.Title|l10n|html>

+ +
+ <%foreach sone.friends friend> + <%first> + + <%/last> + <%foreachelse> +
<%= Page.ViewSone.Following.FollowingNone.Text|l10n|html>
+ <%/foreach> +
<%/if>