X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2Fhead.html;h=80614097ee52662fe85c5faaabc2684fd7ef4eb9;hb=f0ee21d46819b4e242e9876bde3cfa911ad3a910;hp=f4eddf857501a7077788bac3a2cc51391537c013;hpb=b3eb759b6a367abdcd85b7ea11392c9e22e5e169;p=Sone.git diff --git a/src/main/resources/templates/include/head.html b/src/main/resources/templates/include/head.html index f4eddf8..8061409 100644 --- a/src/main/resources/templates/include/head.html +++ b/src/main/resources/templates/include/head.html @@ -8,7 +8,9 @@ @@ -24,27 +26,73 @@ + + @@ -52,24 +100,29 @@ @@ -93,36 +146,6 @@ }); return false; }); - $("#sone .block").submit(function() { - var blockElement = this; - $.getJSON("ajax/blockSone.ajax", { "sone": getSoneId(this), "formPassword": getFormPassword() }, function() { - $(blockElement).addClass("hidden"); - $(blockElement).parent().find(".unblock").removeClass("hidden"); - }); - return false; - }); - $("#sone .unblock").submit(function() { - var unblockElement = this; - $.getJSON("ajax/unblockSone.ajax", { "sone": getSoneId(this), "formPassword": getFormPassword() }, function() { - $(unblockElement).addClass("hidden"); - $(unblockElement).parent().find(".block").removeClass("hidden"); - }); - return false; - }); - $("#sone .blacklist").submit(function() { - var blacklistElement = this; - $.getJSON("ajax/blacklistSone.ajax", { "sone" : getSoneId(this), "formPassword" : getFormPassword() }, function() { - $(getSoneElement(blacklistElement)).slideUp(); - }); - return false; - }); - $("#sone .unblacklist").submit(function() { - var unblacklistElement = this; - $.getJSON("ajax/unblacklistSone.ajax", { "sone" : getSoneId(this), "formPassword" : getFormPassword() }, function() { - $(getSoneElement(unblacklistElement)).slideUp(); - }); - return false; - }); }); @@ -148,6 +171,31 @@ }); + +
<%if !webInterface.core.identityManager.connected> @@ -156,6 +204,8 @@
<%/if> +
+
<%ifnull !currentSone>