From 658e13cc8e363df5ec6a4926071dea9b476a4b53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 7 Aug 2017 21:52:20 +0200 Subject: [PATCH] Please cherry-pick: - attempt to rewrite to h:doctype, but still not rendered. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/templates/base.tpl | 100 +++++++++++++++++++-------------- 1 file changed, 57 insertions(+), 43 deletions(-) diff --git a/web/WEB-INF/templates/base.tpl b/web/WEB-INF/templates/base.tpl index 7c24fdb1..22dbeaa6 100644 --- a/web/WEB-INF/templates/base.tpl +++ b/web/WEB-INF/templates/base.tpl @@ -1,66 +1,80 @@ - - - - + + + + - + - Pizza-Service - <ui:insert name="title">Default title</ui:insert> + + <h:outputText value="Pizza-Service" /> + <h:outputText value=" - " /> + <ui:insert name="title"> + <h:outputText value="Default title" /> + </ui:insert> + -
- - - -
- -
- -
- Default menu - +
+
- -
- Default content header + +
+ Default menu +
-
- Default content -
-
+ +
+ Default content header +
-
-
+
+ Default content +
+ - - Default footer - +
+ - - - + + Default footer + + + + + + - - + + -- 2.39.5