X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewPost.html;h=58b07867244c0d579e21261f10e652151232622a;hb=127690d3563777313dda224adf420e88e0f25668;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..58b0786 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -1,32 +1,93 @@ -
-
- -
<% post.text|html>
+
+
+ Avatar Image
- -
- <%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> +
+
-
-
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
- <%if reply.sone.isCurrent><%/if> + <%/foreach> + <%ifnull ! currentSone> +
+
+ + + + + +
-
- <%/foreach> -
-
- - - - -
+ <%/if>