X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2Fhead.html;h=e80a92c4fa908eaac1cb1f7f6c0c4634713d82ea;hb=b72db16cd16e8bfbaadc44604bdff3f49a1aff51;hp=a98f58d7e647fcc4d41279e55931ad09140e37dd;hpb=7594db8e46e8e2efeb0f0228d7267efc54eb2e78;p=Sone.git diff --git a/src/main/resources/templates/include/head.html b/src/main/resources/templates/include/head.html index a98f58d..e80a92c 100644 --- a/src/main/resources/templates/include/head.html +++ b/src/main/resources/templates/include/head.html @@ -1,212 +1,27 @@ -
+
<% formPassword|html>
+ + - - - - - - - - - - - - - - - - - +
- <%if !webInterface.core.identityManager.connected> -
- <%= Warning.PluginNotConnected.Text|l10n|html|replace needle="{link}" replacement=""|replace needle="{/link}" replacement=""> -
- <%/if> -
- <%foreach webInterface.core.notifications.all notification> -
+ + + + <%foreach notifications notification> +
<%if notification.dismissable>
@@ -215,7 +30,7 @@
<%/if> - <% notification.render> + <%include notification>
<%/foreach>
@@ -223,7 +38,7 @@