From: Roland Haeder Date: Wed, 2 Mar 2016 18:37:32 +0000 (+0100) Subject: These pages can also be accessed by a logged-in user. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3d528b752be91ebd445fdcd666e982273617cd1a;p=pizzaservice-war.git These pages can also be accessed by a logged-in user. Signed-off-by: Roland Häder --- diff --git a/web/WEB-INF/templates.dist/guest_login_page.xhtml b/web/WEB-INF/templates.dist/guest_login_page.xhtml new file mode 100644 index 00000000..cc7f87e1 --- /dev/null +++ b/web/WEB-INF/templates.dist/guest_login_page.xhtml @@ -0,0 +1,20 @@ + + + + + + #{msg.PAGE_TITLE_INDEX_FOO} + + + #{msg.CONTENT_TITLE_INDEX_FOO} + + + + Here goes your content. + + + diff --git a/web/imprint.xhtml b/web/imprint.xhtml index e5cd5715..c93385c8 100644 --- a/web/imprint.xhtml +++ b/web/imprint.xhtml @@ -6,7 +6,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - + #{msg.PAGE_TITLE_INDEX_IMPRINT} diff --git a/web/privacy.xhtml b/web/privacy.xhtml index 235c0e64..babc3643 100644 --- a/web/privacy.xhtml +++ b/web/privacy.xhtml @@ -6,7 +6,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - + #{msg.PAGE_TITLE_INDEX_PRIVACY} diff --git a/web/terms.xhtml b/web/terms.xhtml index ba7d66db..d9df5b5b 100644 --- a/web/terms.xhtml +++ b/web/terms.xhtml @@ -6,7 +6,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - + #{msg.PAGE_TITLE_INDEX_TERMS}