X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=323446af654262229314d7079ed71585f7d74b9c;hb=861afcbbf8614375bf1359cdd80047686e93c2cc;hp=8d308a1a531d18a9a49112b6c635710a11ed3b34;hpb=b6dffcfafb4f2c835b673e65b74deb522f968918;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 8d308a1..323446a 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -1,4 +1,4 @@ -
+<%include include/head.html> <%ifnull sone.name> @@ -27,6 +27,21 @@
<% 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> @@ -50,4 +65,4 @@ <%/if> - +<%include include/tail.html>