X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewPost.html;fp=src%2Fmain%2Fresources%2Ftemplates%2FviewPost.html;h=237bfce755002292653aec9c6a4830522671cd6f;hb=fd30c0adf935d90f496671d9122f5ab0b9043670;hp=0000000000000000000000000000000000000000;hpb=4c936ca25544b5715870dbe74f66e6b5da97f070;p=Sone.git diff --git a/src/main/resources/templates/viewPost.html b/src/main/resources/templates/viewPost.html new file mode 100644 index 0000000..237bfce --- /dev/null +++ b/src/main/resources/templates/viewPost.html @@ -0,0 +1,26 @@ +
+ +

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

+ +
+ +
<% post.text|html>
+
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
+
+ <%foreach post.replies reply> +
+ +
<% reply.text|html>
+
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
+
+ <%/foreach> +
+
+ + + + +
+
+ +