X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewPost.html;h=6e79c7a899c1f1cea628d492081a8ec9ae82b844;hb=fd5860dbb46063f229492354af88f1ad3701772c;hp=5c9ef15a967134c53383d06f8db0120f2d460a08;hpb=08a2857c3afa6c39464fd710d4ddd55cf7c19bca;p=Sone.git diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index 5c9ef15..6e79c7a 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -1,47 +1,56 @@ -
-
- -
<% post.text|html>
+ +
+
+ Avatar Image
-
- - <%if post.sone.current> -
- - - - -
- <%/if> -
-
- <%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>