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=e7b85766f51e4a668fd74252ed42bd1e836b54bd;p=jfinancials-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 dd284e9b..298bfc50 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -1,66 +1,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index 6cdc5ca9..08df41e1 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -48,7 +48,7 @@ /admin/index.xhtml - login_index + user_index /user/login_index.xhtml @@ -116,7 +116,7 @@ /user/login_own_addressbooks.xhtml - login_add_addressbook + user_add_addressbook /user/login_add_addressbook.xhtml @@ -152,15 +152,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 8ed53cbd..00000000 --- a/web/WEB-INF/templates/login/login_menu.tpl +++ /dev/null @@ -1,67 +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..71c91836 --- /dev/null +++ b/web/WEB-INF/templates/login/user/user_menu.tpl @@ -0,0 +1,67 @@ + + + + + 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/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 fb0ae512..107705d8 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 0e58740f..ef63b6f7 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..aa953946 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 49e5038e..756c2f44 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 @@ - + - - + + diff --git a/web/user/login_change_password.xhtml b/web/user/login_change_password.xhtml index 183c1b5d..cf7520ea 100644 --- a/web/user/login_change_password.xhtml +++ b/web/user/login_change_password.xhtml @@ -8,7 +8,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - + #{msg.PAGE_TITLE_LOGIN_CHANGE_PASSWORD} @@ -53,7 +53,7 @@ - + - - + + diff --git a/web/user/login_contact_data_saved.xhtml b/web/user/login_contact_data_saved.xhtml index 25b69679..534a11ea 100644 --- a/web/user/login_contact_data_saved.xhtml +++ b/web/user/login_contact_data_saved.xhtml @@ -8,7 +8,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - + #{msg.PAGE_TITLE_LOGIN_CONTACT_DATA_SAVED} @@ -22,8 +22,8 @@
- - + +
diff --git a/web/user/login_data_saved.xhtml b/web/user/login_data_saved.xhtml index 0fd6316a..9b790e21 100644 --- a/web/user/login_data_saved.xhtml +++ b/web/user/login_data_saved.xhtml @@ -8,7 +8,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - + #{msg.PAGE_TITLE_LOGIN_DATA_SAVED} @@ -22,8 +22,8 @@ - - + + diff --git a/web/user/login_edit_user_data.xhtml b/web/user/login_edit_user_data.xhtml index 8cd727cb..8a118005 100644 --- a/web/user/login_edit_user_data.xhtml +++ b/web/user/login_edit_user_data.xhtml @@ -8,7 +8,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - + #{msg.PAGE_TITLE_LOGIN_EDIT_USER_DATA} @@ -42,8 +42,8 @@ - - + + diff --git a/web/user/login_index.xhtml b/web/user/login_index.xhtml index ef4281d8..81e3a287 100644 --- a/web/user/login_index.xhtml +++ b/web/user/login_index.xhtml @@ -8,7 +8,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - + #{msg.PAGE_TITLE_LOGIN_HOME} @@ -20,8 +20,8 @@ Here goes your content. - - + + diff --git a/web/user/login_list_sharing_addressbooks.xhtml b/web/user/login_list_sharing_addressbooks.xhtml index 1698cb3d..5e3c94ea 100644 --- a/web/user/login_list_sharing_addressbooks.xhtml +++ b/web/user/login_list_sharing_addressbooks.xhtml @@ -34,7 +34,7 @@ - + diff --git a/web/user/login_other_addressbooks.xhtml b/web/user/login_other_addressbooks.xhtml index eef9d0bb..84602842 100644 --- a/web/user/login_other_addressbooks.xhtml +++ b/web/user/login_other_addressbooks.xhtml @@ -21,7 +21,7 @@ - + diff --git a/web/user/login_own_addressbooks.xhtml b/web/user/login_own_addressbooks.xhtml index 48c08973..126fa9f8 100644 --- a/web/user/login_own_addressbooks.xhtml +++ b/web/user/login_own_addressbooks.xhtml @@ -8,7 +8,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - + #{msg.PAGE_TITLE_LOGIN_OWN_ADDRESSBOOKS} @@ -59,9 +59,9 @@ - - - + + + diff --git a/web/user/login_shared_addressbooks.xhtml b/web/user/login_shared_addressbooks.xhtml index 2c52fabe..94b3db87 100644 --- a/web/user/login_shared_addressbooks.xhtml +++ b/web/user/login_shared_addressbooks.xhtml @@ -59,7 +59,7 @@ - + diff --git a/web/user/login_start_sharing_addressbook.xhtml b/web/user/login_start_sharing_addressbook.xhtml index 442610a3..aebbdd02 100644 --- a/web/user/login_start_sharing_addressbook.xhtml +++ b/web/user/login_start_sharing_addressbook.xhtml @@ -63,7 +63,7 @@ - + diff --git a/web/user/login_user_data_saved.xhtml b/web/user/login_user_data_saved.xhtml index e42c555f..eda45b94 100644 --- a/web/user/login_user_data_saved.xhtml +++ b/web/user/login_user_data_saved.xhtml @@ -8,7 +8,7 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - + #{msg.PAGE_TITLE_LOGIN_USER_DATA_SAVED} @@ -22,8 +22,8 @@ - - + +