From e325f47b2c4da910908711023c7440f29f23cfc7 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 2 Mar 2016 19:38:12 +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/WEB-INF/templates/login/login_footer.tpl | 6 +++--- web/imprint.xhtml | 2 +- web/privacy.xhtml | 2 +- web/terms.xhtml | 2 +- 5 files changed, 26 insertions(+), 6 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/WEB-INF/templates/login/login_footer.tpl b/web/WEB-INF/templates/login/login_footer.tpl index 81bbc695..ffe77f49 100644 --- a/web/WEB-INF/templates/login/login_footer.tpl +++ b/web/WEB-INF/templates/login/login_footer.tpl @@ -10,13 +10,13 @@ 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.5