From bc563074054b741cd5920f05747539aecd0d8554 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 7 Oct 2015 12:42:06 +0200 Subject: [PATCH] added initial login templates and navigation rules MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/faces-config.xml | 4 +++ web/WEB-INF/templates.dist/login_page.xhtml | 28 +++++++++++++++++++++ web/WEB-INF/templates/login/login_base.tpl | 8 ++++++ web/WEB-INF/templates/login/login_menu.tpl | 20 +++++++++++++++ web/login/index.xhtml | 28 +++++++++++++++++++++ 5 files changed, 88 insertions(+) create mode 100644 web/WEB-INF/templates.dist/login_page.xhtml create mode 100644 web/WEB-INF/templates/login/login_base.tpl create mode 100644 web/WEB-INF/templates/login/login_menu.tpl create mode 100644 web/login/index.xhtml diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index 2edfbb2e..13317a99 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -91,6 +91,10 @@ admin_list_customer /admin/customer/admin_customer_list.xhtml + + login_index + /login/index.xhtml + /basket.xhtml diff --git a/web/WEB-INF/templates.dist/login_page.xhtml b/web/WEB-INF/templates.dist/login_page.xhtml new file mode 100644 index 00000000..c91b0f83 --- /dev/null +++ b/web/WEB-INF/templates.dist/login_page.xhtml @@ -0,0 +1,28 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_FOO} + + + + + + #{msg.SUB_TITLE_LOGIN_FOO} + + + + Here goes your content. + + + + + + diff --git a/web/WEB-INF/templates/login/login_base.tpl b/web/WEB-INF/templates/login/login_base.tpl new file mode 100644 index 00000000..23c86ca2 --- /dev/null +++ b/web/WEB-INF/templates/login/login_base.tpl @@ -0,0 +1,8 @@ + + + + Benutzerbereich - + diff --git a/web/WEB-INF/templates/login/login_menu.tpl b/web/WEB-INF/templates/login/login_menu.tpl new file mode 100644 index 00000000..08ce0c8f --- /dev/null +++ b/web/WEB-INF/templates/login/login_menu.tpl @@ -0,0 +1,20 @@ + + + + + diff --git a/web/login/index.xhtml b/web/login/index.xhtml new file mode 100644 index 00000000..dafff409 --- /dev/null +++ b/web/login/index.xhtml @@ -0,0 +1,28 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_FOO} + + + + + + #{msg.SUB_TITLE_LOGIN_FOO} + + + + Here goes your content. + + + + + + -- 2.39.5