From: Roland Haeder Date: Wed, 7 Oct 2015 10:42:06 +0000 (+0200) Subject: added initial login templates and navigation rules X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b34dbbeb619b570c4e7fcd7d6ec833188b8e8e61;p=jfinancials-war.git added initial login templates and navigation rules Signed-off-by: Roland Häder --- diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index cd30a006..a8d5b23b 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -94,6 +94,10 @@ login /login/login_index.xhtml + + login_index + /login/index.xhtml + /user/register.xhtml diff --git a/web/WEB-INF/templates.dist/login_page.xhtml b/web/WEB-INF/templates.dist/login_page.xhtml index c387a134..a0b74076 100644 --- a/web/WEB-INF/templates.dist/login_page.xhtml +++ b/web/WEB-INF/templates.dist/login_page.xhtml @@ -1,28 +1,29 @@ - + xmlns:ui="http://java.sun.com/jsf/facelets" + xmlns:h="http://xmlns.jcp.org/jsf/html" + xmlns:f="http://xmlns.jcp.org/jsf/core" + > #{msg.PAGE_TITLE_LOGIN_FOO} + + + - #{msg.CONTENT_TITLE_LOGIN_FOO} + #{msg.SUB_TITLE_LOGIN_FOO} - - Here goes your content. - + Here goes your content. + - - - + + diff --git a/web/WEB-INF/templates/login/login_base.tpl b/web/WEB-INF/templates/login/login_base.tpl index dafc7786..0a2d405d 100644 --- a/web/WEB-INF/templates/login/login_base.tpl +++ b/web/WEB-INF/templates/login/login_base.tpl @@ -2,6 +2,7 @@ @@ -19,4 +20,9 @@ +======= + xmlns:ui="http://java.sun.com/jsf/facelets"> + + Benutzerbereich - +>>>>>>> b5abdb2... added initial login templates and navigation rules diff --git a/web/WEB-INF/templates/login/login_menu.tpl b/web/WEB-INF/templates/login/login_menu.tpl index 2214e91d..8ed53cbd 100644 --- a/web/WEB-INF/templates/login/login_menu.tpl +++ b/web/WEB-INF/templates/login/login_menu.tpl @@ -15,6 +15,7 @@
  • +
  • @@ -38,9 +39,11 @@
  • +
  • +
  • @@ -52,7 +55,11 @@
    • - + +
    • + +
    • +
    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. + + + + + +