X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2Fhead.html;h=ed83b2f65136e291ae55bfb35a6a953a4cc5c98d;hb=a0a838eba9b6ec356851402680b1604b0878ad0a;hp=b1d01bc47e2736c364302ad3b0fcf86a8ff04300;hpb=0cee1b73918990cc5823e1e938605e3a6c644837;p=Sone.git diff --git a/src/main/resources/templates/include/head.html b/src/main/resources/templates/include/head.html index b1d01bc..ed83b2f 100644 --- a/src/main/resources/templates/include/head.html +++ b/src/main/resources/templates/include/head.html @@ -1,21 +1,230 @@ -
+
+ +
<% formPassword|html>
+ + + + + + + + + + + + + + + +
+ <%if !webInterface.core.identityManager.connected> +
+ <%= Warning.PluginNotConnected.Text|l10n|html|replace needle="{link}" replacement=""|replace needle="{/link}" replacement=""> +
+ <%/if> + +
+ + + + <%foreach webInterface.notifications.all notification> +
+ <%if notification.dismissable> +
+ + + + +
+ <%/if> + <% notification> +
+ <%/foreach> +
+
-
- - + + <%ifnull !currentSone> + Profile Avatar + <%else> + Sone is offline + <%/if> + <%ifnull ! currentSone> - <%include include/updateStatus.html> +
+ <% currentSone|store key=sone> + <%include include/viewSone.html> + <%include include/updateStatus.html> +
<%/if>