X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2Fhead.html;h=4e43da44e650b55562799efeb5364129b75c7e7a;hb=b855ed1dda7278725760e1b2611a30d783c30091;hp=0f400a9f4fefd5cf5ee10c8561b1e48903768560;hpb=426dc4bc54abd75041257b1f5818c09e9c78863c;p=Sone.git diff --git a/src/main/resources/templates/include/head.html b/src/main/resources/templates/include/head.html index 0f400a9..4e43da4 100644 --- a/src/main/resources/templates/include/head.html +++ b/src/main/resources/templates/include/head.html @@ -1,23 +1,49 @@ -
+
+ +
<% formPassword|html>
+ - -
+
+ + + + <%foreach webInterface.notifications.all notification> +
+ <%if notification.dismissable> +
+ + + + +
+ <%/if> + <% notification> +
+ <%/foreach> +
+
-   + + <%ifnull !currentSone> + Profile Avatar + <%else> + Sone is offline + <%/if> + <%ifnull ! currentSone>
<% currentSone|store key=sone> <%include include/viewSone.html> - <%include include/updateStatus.html>
<%/if>