X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewPost.html;h=58b07867244c0d579e21261f10e652151232622a;hb=127690d3563777313dda224adf420e88e0f25668;hp=e0d1e833176a16d0575cc99cd7f4c057378121c3;hpb=55479b7bdd317aefedcf2094f442a63d10d36bdd;p=Sone.git diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index e0d1e83..58b0786 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -1,27 +1,93 @@ -
-
- -
<% post.text|html>
+
+
+ Avatar Image
- - <%if post.sone.isCurrent><%/if> -
- <%foreach post.replies reply> -
-
- -
<% reply.text|html>
+
+
+ +
<% post.text|html>
+
+
+ +
⬆
+ <%ifnull ! currentSone> +
+ + + + + +
+
+ + + + + +
+ <%/if> + <%if post.sone.current> +
+ + + + +
+ <%/if> +
+
+ <%foreach post.replies reply> +
+
+ Avatar Image +
+
+
+ +
<% reply.text|html>
+
+
+
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
+
⬆
+ <%ifnull ! currentSone> +
+ + + + + +
+
+ + + + + +
+ <%/if> + <%if reply.sone.current> +
+ + + + +
+ <%/if> +
+
+
+ <%/foreach> + <%ifnull ! currentSone> +
+
+ + + + + +
-
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
-
- <%/foreach> -
-
- - - - -
+ <%/if>