From: Roland Häder Date: Mon, 7 Aug 2017 19:52:20 +0000 (+0200) Subject: Please cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c47bd44eb61403f720062437b3baa9e520728965;p=jfinancials-war.git Please cherry-pick: - attempt to rewrite to h:doctype, but still not rendered. Signed-off-by: Roland Häder --- diff --git a/web/WEB-INF/templates/base.tpl b/web/WEB-INF/templates/base.tpl index 0bc8f17c..5bc1930a 100644 --- a/web/WEB-INF/templates/base.tpl +++ b/web/WEB-INF/templates/base.tpl @@ -1,59 +1,73 @@ - - - - + + + + - + - JFinancials - <ui:insert name="title">Default title</ui:insert> + + <h:outputText value="JFinancials" /> + <h:outputText value=" - " /> + <ui:insert name="title"> + <h:outputText value="Default title" /> + </ui:insert> + -
-