From f80ed3b75feccb05e18c850bdd3b2a2b8e4a1d66 Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Wed, 1 Apr 2015 12:17:51 +0200 Subject: [PATCH] allow to extend the head element as well --- .../WEB-INF/tags/main/main.tag | 54 +++++++++++-------- 1 file changed, 31 insertions(+), 23 deletions(-) diff --git a/de.dentrassi.pm.common.web/WEB-INF/tags/main/main.tag b/de.dentrassi.pm.common.web/WEB-INF/tags/main/main.tag index a19b0b67..457a2200 100644 --- a/de.dentrassi.pm.common.web/WEB-INF/tags/main/main.tag +++ b/de.dentrassi.pm.common.web/WEB-INF/tags/main/main.tag @@ -12,6 +12,10 @@ <%@ attribute name="title" required="true" %> <%@ attribute name="subtitle" %> +<%@attribute name="head" fragment="true"%> +<%@attribute name="body" fragment="true"%> + + @@ -54,6 +58,8 @@ if ( p instanceof UserInformationPrincipal ) + + @@ -73,8 +79,6 @@ if ( p instanceof UserInformationPrincipal ) ">Sign in

- - @@ -116,27 +120,31 @@ if ( p instanceof UserInformationPrincipal )
- -
+ +
-
- -
- +
+ + + + + + + + +