X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewPost.html;h=53352277c8fb04f944b68a401edd608992b3d402;hb=31b4f988a9c7cc2b36006e3249e3ba644beb99f6;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..5335227 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -1,21 +1,57 @@ -
-
<% 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>
+
+
+ +
⬆
+ <%ifnull ! currentSone> + +
+ + + + + +
+ <%/if> + <%if post.sone.current> +
+ + + + +
+ <%/if> +
+
+ <%foreach post.replies reply> + <%include include/viewReply.html> + <%/foreach> + <%ifnull ! currentSone> +
+
+ + + + + +
+
+ <%/if> +
-<%/foreach> -
-
- - - - -