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