From 3d528b752be91ebd445fdcd666e982273617cd1a Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 2 Mar 2016 19:37:32 +0100 Subject: [PATCH] These pages can also be accessed by a logged-in user. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../templates.dist/guest_login_page.xhtml | 20 +++++++++++++++++++ web/imprint.xhtml | 2 +- web/privacy.xhtml | 2 +- web/terms.xhtml | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 web/WEB-INF/templates.dist/guest_login_page.xhtml 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} -- 2.39.2