X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;fp=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=066adef3befe58a03e3e6536c5d1b5bd7b3761c7;hp=830b999f63e9ef4f60b4139bb41e7c202a66395f;hb=7c40a9750dd97d77f57f4cbf83b9a13d8dfc1938;hpb=294c6ba73dccbd051391de3c621f03dd06dee960 diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 830b999..066adef 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -60,18 +60,19 @@

<%= Page.ViewSone.PostList.Title|l10n|replace needle="{sone}" replacementKey=sone.niceName|html>

-
- <%:getpage parameter=postPage> - <%:paginate list=sone.posts pagesize=10> - <%= postPage|store key=pageParameter> - <%include include/pagination.html> - <%foreach pagination.items post> - <%include include/viewPost.html> - <%foreachelse> -
<%= Page.ViewSone.PostList.Text.NoPostYet|l10n|html>
- <%/foreach> - <%include include/pagination.html> -
+ <%foreach posts post> + <%first> +
+ <%include include/pagination.html pagination=postPagination pageParameter==postPage> + <%/first> + <%include include/viewPost.html> + <%last> + <%include include/pagination.html pagination=postPagination pageParameter==postPage> +
+ <%/last> + <%foreachelse> +
<%= Page.ViewSone.PostList.Text.NoPostYet|l10n|html>
+ <%/foreach> <%foreach repliedPosts post> <%first>