X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewPost.html;h=6e79c7a899c1f1cea628d492081a8ec9ae82b844;hb=a0a838eba9b6ec356851402680b1604b0878ad0a;hp=292edddefc7a05f67a79a135a08370b247214d10;hpb=bf723ec405cca5b2f76f4b155a6974f140a5813a;p=Sone.git diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index 292eddd..6e79c7a 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -1,32 +1,56 @@ -
-
- -
<% 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.isCurrent><%/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>