X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FknownSones.html;h=afd40dffd6d23c4d4f5c0adf41cf82b1f97dc995;hp=fde1060abaffc2bda6fe4b9017205a2135e3334f;hb=e174a13df3a9de5ab54ede5f2aa761c7727bfaff;hpb=4cd31c743766c64dbdeade933dd97fe6e013b14a diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index fde1060..afd40df 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -1,53 +1,82 @@ <%include include/head.html> - +

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

- +
- Sort: + <%= Page.KnownSones.Label.Sort|l10n|html>
<%ifnull !currentSone>
- Followed Sones: - - - + <%ifnull !currentSone> + + + <%/if> + +
<%/if>
- +
+ <%if !pagination.items.empty> +
+
+ + + + +
+
+ +
+
+ + + + +
+
+ <%/if> +
<%= page|store key=pageParameter> <%include include/pagination.html>