X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FknownSones.html;h=8a5afbdd9137a5f179066dbaf36fb46fbcb5b686;hb=de7c3685704a313785e42e949b133ccdb373e63d;hp=862c01ea5436da59714327598fe71e307833434e;hpb=c53906425cfa7a4ee05e4a91c6478e6c2e43f735;p=Sone.git diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index 862c01e..8a5afbd 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -20,11 +20,16 @@

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

- <%foreach knownSones sone> + <%getpage parameter=page> + <%paginate list=knownSones pagesize=2> + <%= page|store key=pageParameter> + <%include include/pagination.html> + <%foreach pagination.items sone> <%include include/viewSone.html> <%foreachelse>
<%= Page.KnownSones.Text.NoKnownSones|l10n|html>
<%/foreach> + <%include include/pagination.html>
<%include include/tail.html>