X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewPost.html;h=8bd6bd7a64470fbd7000d4d11f271f996f2c57a8;hb=16928d48cfc6f698b00c37efb689ba721a6ad6a9;hp=8e528ac7851ea3bd16e836c1e72aaf7d7ae6ae08;hpb=e34be62367c121e312e0d5da823a5c8995084c04;p=Sone.git diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index 8e528ac..8bd6bd7 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -1,10 +1,27 @@ -
+
<% post.text|html>
+
⬆
+ <%ifnull ! currentSone> +
+ + + + + +
+
+ + + + + +
+ <%/if> <%if post.sone.current>
@@ -16,13 +33,30 @@
<%foreach post.replies reply> -
+
<% reply.text|html>
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
+
⬆
+ <%ifnull ! currentSone> + + + + + + + +
+ + + + + +
+ <%/if> <%if reply.sone.current>
@@ -34,14 +68,16 @@
<%/foreach> -
- - - - - - - -
+ <%ifnull ! currentSone> +
+
+ + + + + +
+
+ <%/if>