X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=inline;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewPost.html;h=8b4911d72c25f6f486e2bad99cac2a44bd008054;hb=63e85ddb7cebbb91f7be41640edb6104bd74650a;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..8b4911d 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>