X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Fbookmarks.html;h=ef2cf68433ecbde804beea3a5b8f0230d22df1cf;hp=ddf2bfca95ecd7f728e5d2677ce5e99c670366d0;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=d34cc2c44a2fb19104988534504f2a96a9f0cb93 diff --git a/src/main/resources/templates/bookmarks.html b/src/main/resources/templates/bookmarks.html index ddf2bfc..ef2cf68 100644 --- a/src/main/resources/templates/bookmarks.html +++ b/src/main/resources/templates/bookmarks.html @@ -5,13 +5,16 @@

<%= Page.Bookmarks.Page.Title|l10n|html>

- <%include include/pagination.html> + <%include include/pagination.html pageParameter==page> <%foreach posts post> <%include include/viewPost.html> - <%foreachelse> -

<%= Page.Bookmarks.Text.NoBookmarks|l10n|html>

<%/foreach> - <%include include/pagination.html> + <%include include/pagination.html pageParameter==page> + <%if postsNotLoaded> +

<%= Page.Bookmarks.Text.PostsNotLoaded|l10n|html|replace needle=='{link}' replacement==''|replace needle=='{/link}' replacement==''>

+ <%elseif posts.empty> +

<%= Page.Bookmarks.Text.NoBookmarks|l10n|html>

+ <%/if>
<%include include/tail.html>