X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FknownSones.html;h=ae37a7412bd2631d3047bc1c64e77418e0342f35;hb=f14e4b821f2542114dec9cd085a05e81d1f0c816;hp=f188f56c942de6e52b35a1f5bc74f28e422fad30;hpb=861afcbbf8614375bf1359cdd80047686e93c2cc;p=Sone.git diff --git a/src/main/resources/templates/knownSones.html b/src/main/resources/templates/knownSones.html index f188f56..ae37a74 100644 --- a/src/main/resources/templates/knownSones.html +++ b/src/main/resources/templates/knownSones.html @@ -4,7 +4,25 @@
<%foreach knownSones sone> -
<% sone.niceName|html> (<% sone.requestUri|html>)
+
+ +
<% sone.requestUri|html>
+ <%ifnull ! currentSone> + <%if sone.isBlocked> +
+ + + +
+ <%else> +
+ + + +
+ <%/if> + <%/if> +
<%foreachelse>
<%= Page.KnownSones.Text.NoKnownSones|l10n|html>
<%/foreach>