X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewPost.html;h=ddb3dbd9bf87e1f8b6163eb543ebff8e6ae87ee7;hb=19ff2e20cd414bfa9e600ff01500c8aed44f8519;hp=c6ea6a28f96d1c26a270a84d972efa5b76eb725e;hpb=09b9d94dea6b6750a00475ab4e75d378bd76cc8f;p=Sone.git diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index c6ea6a2..ddb3dbd 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -1,21 +1,93 @@ -
-
<% post.sone.niceName|html>
-
<% post.text|html>
-
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
- <%if post.sone.isCurrent>
<%= View.Post.DeleteLink|l10n|html>
-
-<%foreach post.replies reply> -
-
<% reply.sone.niceName|html>
-
<% reply.text|html>
-
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
+
+
+ Avatar Image +
+
+
+ +
<% 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> +
+
+ + + + + +
+
+ <%/if> +
-<%/foreach> -
-
- - - - -