X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FknownSones.html;h=c0bb35bf4ff368643de127f9c779f12050b4c37e;hb=16bebcb43fb56df0ae5d7f206f9fb4032d145fc0;hp=b25b11c4ab194da3799ce538e456e354e4356353;hpb=00d11d64ca4247b81f54a806c14e7b9cfb961cf5;p=Sone.git diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index b25b11c..c0bb35b 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -7,9 +7,9 @@ $(document).ready(function() { $("select[name=sort]").change(function() { value = $(this).val(); - if ((value == "activity") || (value == "posts") || (value == "images")) { + if ((value === "activity") || (value === "posts") || (value === "images")) { $("select[name=order]").val("desc"); - } else if (value == "name") { + } else if (value === "name") { $("select[name=order]").val("asc"); } }); @@ -27,14 +27,14 @@
<%= Page.KnownSones.Label.Sort|l10n|html>
<%ifnull !currentSone> @@ -43,11 +43,13 @@ <%/if> @@ -57,33 +59,34 @@ -
-
- - - - -
-
+ <%if !pagination.items.empty> +
+
+ + + + +
+
-
-
- - - - -
-
+
+
+ + + + +
+
+ <%/if>
- <%= page|store key=pageParameter> - <%include include/pagination.html> + <%include include/pagination.html pageParameter==page> <%foreach pagination.items sone> <%include include/viewSone.html> <%foreachelse>
<%= Page.KnownSones.Text.NoKnownSones|l10n|html>
<%/foreach> - <%include include/pagination.html> + <%include include/pagination.html pageParameter==page>
<%include include/tail.html>