From: Roland Häder Date: Fri, 6 May 2016 11:08:37 +0000 (+0200) Subject: Moved a lot templates areound: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b5cf54a6511a711b34e3de8974ad727872ade180;p=jjobs-war.git Moved a lot templates areound: - moved user-related templates out of generic folder - moved "login user" to login/user - moved "login recruiter" to login/recruiter - added missing templarte when recruiter is not logged-in Signed-off-by: Roland Häder --- diff --git a/nbproject/faces-config.NavData b/nbproject/faces-config.NavData index 7d967515..62820a70 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -1,3 +1,4 @@ +<<<<<<< HEAD @@ -60,3 +61,73 @@ +======= + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +>>>>>>> 1c93d0d... Moved a lot templates areound: diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index 8ed3d59a..5468e5f7 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -52,7 +52,7 @@ /admin/index.xhtml - login_index + user_index /user/login_index.xhtml @@ -110,7 +110,7 @@ /guest/user/login.xhtml - login_user + user_user /user/login_index.xhtml @@ -131,7 +131,7 @@ /user/login_own_addressbooks.xhtml - login_add_addressbook + user_add_addressbook /user/login_add_addressbook.xhtml @@ -146,15 +146,15 @@ /user/login_edit_user_data.xhtml - login_change_email_address + user_change_email_address /user/login_change_email_address.xhtml - login_change_password + user_change_password /user/login_change_password.xhtml - login_change_personal_data + user_change_personal_data /user/login_change_personal_data.xhtml diff --git a/web/WEB-INF/templates.dist/login_page.xhtml b/web/WEB-INF/templates.dist/login_page.xhtml index ef04e61b..dca91f08 100644 --- a/web/WEB-INF/templates.dist/login_page.xhtml +++ b/web/WEB-INF/templates.dist/login_page.xhtml @@ -7,11 +7,11 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - + #{msg.PAGE_TITLE_LOGIN_FOO} - + @@ -23,7 +23,7 @@ - + diff --git a/web/WEB-INF/templates/generic/user_not_logged_in.tpl b/web/WEB-INF/templates/generic/user_not_logged_in.tpl deleted file mode 100644 index d4a9658c..00000000 --- a/web/WEB-INF/templates/generic/user_not_logged_in.tpl +++ /dev/null @@ -1,17 +0,0 @@ - - - -
-
- #{msg.TABLE_HEADER_ERROR_USER_NOT_LOGGED_IN} -
- -
- -
-
-
diff --git a/web/WEB-INF/templates/generic/user_profile_link.tpl b/web/WEB-INF/templates/generic/user_profile_link.tpl deleted file mode 100644 index 6188f9c1..00000000 --- a/web/WEB-INF/templates/generic/user_profile_link.tpl +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/generic/userid_error.tpl b/web/WEB-INF/templates/generic/userid_error.tpl deleted file mode 100644 index b013deae..00000000 --- a/web/WEB-INF/templates/generic/userid_error.tpl +++ /dev/null @@ -1,17 +0,0 @@ - - - -
-
- #{msg.TABLE_HEADER_ERROR_HANDLING_USER_ID} -
- -
- -
-
-
diff --git a/web/WEB-INF/templates/login/login_base.tpl b/web/WEB-INF/templates/login/login_base.tpl deleted file mode 100644 index 7af8e037..00000000 --- a/web/WEB-INF/templates/login/login_base.tpl +++ /dev/null @@ -1,22 +0,0 @@ - - - - #{msg.PAGE_TITLE_LOGIN_AREA} - Default login title - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/login/login_enter_current_password.tpl b/web/WEB-INF/templates/login/login_enter_current_password.tpl deleted file mode 100644 index 9a732b38..00000000 --- a/web/WEB-INF/templates/login/login_enter_current_password.tpl +++ /dev/null @@ -1,27 +0,0 @@ - - - -
-
- #{msg.LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND} -
-
- -
- -
- - - - -
- -
-
-
-
-
diff --git a/web/WEB-INF/templates/login/login_footer.tpl b/web/WEB-INF/templates/login/login_footer.tpl deleted file mode 100644 index bafe6e1b..00000000 --- a/web/WEB-INF/templates/login/login_footer.tpl +++ /dev/null @@ -1,30 +0,0 @@ - - - - -
-
diff --git a/web/WEB-INF/templates/login/login_menu.tpl b/web/WEB-INF/templates/login/login_menu.tpl deleted file mode 100644 index 1b67a2fb..00000000 --- a/web/WEB-INF/templates/login/login_menu.tpl +++ /dev/null @@ -1,59 +0,0 @@ - - - - - diff --git a/web/WEB-INF/templates/login/user/user_base.tpl b/web/WEB-INF/templates/login/user/user_base.tpl new file mode 100644 index 00000000..bae64259 --- /dev/null +++ b/web/WEB-INF/templates/login/user/user_base.tpl @@ -0,0 +1,22 @@ + + + + #{msg.PAGE_TITLE_LOGIN_AREA} - Default login title + + + + + + + + + + + + + + diff --git a/web/WEB-INF/templates/login/user/user_enter_current_password.tpl b/web/WEB-INF/templates/login/user/user_enter_current_password.tpl new file mode 100644 index 00000000..9a732b38 --- /dev/null +++ b/web/WEB-INF/templates/login/user/user_enter_current_password.tpl @@ -0,0 +1,27 @@ + + + +
+
+ #{msg.LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND} +
+
+ +
+ +
+ + + + +
+ +
+
+
+
+
diff --git a/web/WEB-INF/templates/login/user/user_footer.tpl b/web/WEB-INF/templates/login/user/user_footer.tpl new file mode 100644 index 00000000..bafe6e1b --- /dev/null +++ b/web/WEB-INF/templates/login/user/user_footer.tpl @@ -0,0 +1,30 @@ + + + + +
+
diff --git a/web/WEB-INF/templates/login/user/user_menu.tpl b/web/WEB-INF/templates/login/user/user_menu.tpl new file mode 100644 index 00000000..a42e8cf5 --- /dev/null +++ b/web/WEB-INF/templates/login/user/user_menu.tpl @@ -0,0 +1,59 @@ + + + + + diff --git a/web/WEB-INF/templates/user/user_not_logged_in.tpl b/web/WEB-INF/templates/user/user_not_logged_in.tpl new file mode 100644 index 00000000..d4a9658c --- /dev/null +++ b/web/WEB-INF/templates/user/user_not_logged_in.tpl @@ -0,0 +1,17 @@ + + + +
+
+ #{msg.TABLE_HEADER_ERROR_USER_NOT_LOGGED_IN} +
+ +
+ +
+
+
diff --git a/web/WEB-INF/templates/user/user_profile_link.tpl b/web/WEB-INF/templates/user/user_profile_link.tpl new file mode 100644 index 00000000..6188f9c1 --- /dev/null +++ b/web/WEB-INF/templates/user/user_profile_link.tpl @@ -0,0 +1,16 @@ + + + + + + + + + + + + diff --git a/web/WEB-INF/templates/user/userid_error.tpl b/web/WEB-INF/templates/user/userid_error.tpl new file mode 100644 index 00000000..b013deae --- /dev/null +++ b/web/WEB-INF/templates/user/userid_error.tpl @@ -0,0 +1,17 @@ + + + +
+
+ #{msg.TABLE_HEADER_ERROR_HANDLING_USER_ID} +
+ +
+ +
+
+
diff --git a/web/guest/recruiter/login.xhtml b/web/guest/recruiter/login.xhtml deleted file mode 100644 index 5d07b481..00000000 --- a/web/guest/recruiter/login.xhtml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_RECRUITER_LOGIN} - - - #{msg.CONTENT_TITLE_RECRUITER_LOGIN} - - - - - - - diff --git a/web/guest/user/show_addressbook.xhtml b/web/guest/user/show_addressbook.xhtml index 6095ec33..6a1aa0b9 100644 --- a/web/guest/user/show_addressbook.xhtml +++ b/web/guest/user/show_addressbook.xhtml @@ -30,7 +30,7 @@ #{msg.ADDRESSBOOK_OWNER} - + diff --git a/web/guest/user/show_addressbook_entries.xhtml b/web/guest/user/show_addressbook_entries.xhtml index 0164c1a5..88472995 100644 --- a/web/guest/user/show_addressbook_entries.xhtml +++ b/web/guest/user/show_addressbook_entries.xhtml @@ -8,7 +8,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - + #{msg.PAGE_TITLE_USER_SHOW_ADDRESSBOOK_ENTRIES} diff --git a/web/guest/user/user_list.xhtml b/web/guest/user/user_list.xhtml index 64b21a7c..e05b336f 100644 --- a/web/guest/user/user_list.xhtml +++ b/web/guest/user/user_list.xhtml @@ -20,10 +20,10 @@ #{msg.TABLE_HEADER_USER_LIST} - + #{msg.USER_NAME} - + diff --git a/web/guest/user/user_profile.xhtml b/web/guest/user/user_profile.xhtml index fe0a4efa..59d00852 100644 --- a/web/guest/user/user_profile.xhtml +++ b/web/guest/user/user_profile.xhtml @@ -3,10 +3,10 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:h="http://xmlns.jcp.org/jsf/html" + xmlns:f="http://xmlns.jcp.org/jsf/core" + xmlns:c="http://xmlns.jcp.org/jsp/jstl/core"> @@ -24,25 +24,23 @@ - - - - + + + - -
- - - #{msg.PUBLIC_USER_PROFILE} - - -
-
+ + #{msg.ERROR_PROFILE_NOT_VISIBLE} + - - #{msg.ERROR_PROFILE_NOT_VISIBLE} - -
+ +
+ + + #{msg.PUBLIC_USER_PROFILE} + + +
+
diff --git a/web/user/login_add_addressbook.xhtml b/web/user/login_add_addressbook.xhtml index a3d17464..b29d8459 100644 --- a/web/user/login_add_addressbook.xhtml +++ b/web/user/login_add_addressbook.xhtml @@ -8,7 +8,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - + #{msg.PAGE_TITLE_LOGIN_ADD_ADDRESSBOOK} @@ -44,7 +44,7 @@ - + diff --git a/web/user/login_change_email_address.xhtml b/web/user/login_change_email_address.xhtml index eeab1da5..5697710a 100644 --- a/web/user/login_change_email_address.xhtml +++ b/web/user/login_change_email_address.xhtml @@ -8,7 +8,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - + #{msg.PAGE_TITLE_LOGIN_CHANGE_EMAIL_ADDRESS} @@ -65,7 +65,7 @@ - + - +