X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewPost.html;h=82cda921f11af7cdcf7f69f843566c65b2cfcdbe;hb=be948b3b0be0d7dc2f355dd8a1ea5de749b0c4ec;hp=7c0eb19faa2012bba240ab7304c1534e2ca6e469;hpb=dd3edaf932d073e2eacb14069a9f6136d516303d;p=Sone.git diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index 7c0eb19..82cda92 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -1,32 +1,57 @@ -
-
- -
<% post.text|html>
+ +
+ +
+ Avatar Image
- -
- <%foreach post.replies reply> -
-
- -
<% reply.text|html>
-
-
-
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
- <%if reply.sone.current><%/if> +
+
+ +
<% post.text|html>
+
+
+ +
⬆
+ <%ifnull ! currentSone> + +
+ + + + + +
+ <%/if> + <%if post.sone.current> +
+ + + + +
+ <%/if> +
+
+ <%foreach post.replies reply> + <%include include/viewReply.html> + <%/foreach> + <%ifnull ! currentSone> +
+
+ + + + + +
-
- <%/foreach> -
-
- - - - -
+ <%/if>