X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=a180fe1eaf7b1e09bd53cf05b3ee94cc9dd9ee51;hb=ece9119924c20b12ef1c2f0908a92dc8323f8884;hp=4b2502a4a3fa2fe68bea88e179f874546bdc8ca6;hpb=07ca98b45465f7a442e695fbfb6f59100260f39b;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 4b2502a..a180fe1 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -25,7 +25,7 @@
<%= Page.ViewSone.Profile.Label.Name|l10n|html>
-
<% sone.niceName|html>
+
<% sone.niceName|html>
<%foreach sone.profile.fields field> @@ -43,6 +43,15 @@ + +
+ +
+
@@ -64,6 +73,19 @@ <%include include/pagination.html> + <%foreach repliedPosts post> + <%first> +

<%= Page.ViewSone.Replies.Title|l10n|html>

+
+ <%include include/pagination.html pagination=repliedPostPagination pageParameter==repliedPostPage> + <%/first> + <%include include/viewPost.html> + <%last> + <%include include/pagination.html pagination=repliedPostPagination pageParameter==repliedPostPage> +
+ <%/last> + <%/foreach> + <%/if> <%include include/tail.html>