X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2Fhead.html;h=a6051d08c2f9d2b2c22388c657e93ad00fd7e331;hb=ecf753a31601e558b681daab0598009fe9eec99a;hp=7798af48fb814fbaea221c1f1ce3ef1663b52fa9;hpb=067571ca9d47d10dd401312f6bfe367908866f28;p=Sone.git diff --git a/src/main/resources/templates/include/head.html b/src/main/resources/templates/include/head.html index 7798af4..a6051d0 100644 --- a/src/main/resources/templates/include/head.html +++ b/src/main/resources/templates/include/head.html @@ -1,41 +1,50 @@ -
+
+ +
<% formPassword|html>
+ + - +
- +
- + -
+ <%foreach webInterface.notifications.all notification> +
+ <%if notification.dismissable> +
+ + + + +
+ <%/if> + <%include notification request=request> +
+ <%/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>