From: Roland Haeder Date: Thu, 5 May 2016 14:06:36 +0000 (+0200) Subject: re-organized pages: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4538f38e35e68f5752a45b6db773108e53d6078f;p=jfinancials-war.git re-organized pages: - moved /user/ -> /guest/user/ as these are pages for current guest but later users - moved /login/ -> /user/ as these are pages for current (logged-in) users --- diff --git a/nbproject/faces-config.NavData b/nbproject/faces-config.NavData index 50c026e6..60dd8052 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -17,23 +17,22 @@ - - + - + @@ -41,21 +40,18 @@ - + - - - - + - + + - diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index a8d5b23b..2da1c597 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -17,15 +17,15 @@ user_register - /user/register.xhtml + /guest/user/register.xhtml user_login - /user/login.xhtml + /guest/user/login.xhtml user_lost_passwd - /user/lost_passwd.xhtml + /guest/user/lost_passwd.xhtml terms @@ -49,15 +49,15 @@ login_index - /login/login_index.xhtml + /user/login_index.xhtml user_resend_link - /user/resend_link.xhtml + /guest/user/resend_link.xhtml login_own_addressbooks - /login/login_own_addressbooks.xhtml + /user/login_own_addressbooks.xhtml admin_logout @@ -89,21 +89,21 @@ - /user/login.xhtml + /guest/user/login.xhtml login - /login/login_index.xhtml + /user/login_index.xhtml login_index - /login/index.xhtml + /user/index.xhtml - /user/register.xhtml + /guest/user/register.xhtml register_done - /user/register_done.xhtml + /guest/user/register_done.xhtml @@ -114,68 +114,68 @@ - /login/login_own_addressbooks.xhtml + /user/login_own_addressbooks.xhtml login_add_addressbook - /login/login_add_addressbook.xhtml + /user/login_add_addressbook.xhtml user_show_addressbook - /user/show_addressbook.xhtml + /guest/user/show_addressbook.xhtml show_addressbook_entries - /user/show_addressbook_entries.xhtml + /guest/user/show_addressbook_entries.xhtml - /user/user_list.xhtml + /guest/user/user_list.xhtml login_list_sharing_addressbooks - /login/login_list_sharing_addressbooks.xhtml + /user/login_list_sharing_addressbooks.xhtml - /user/show_addressbook.xhtml + /guest/user/show_addressbook.xhtml login_start_sharing_addressbook - /login/login_start_sharing_addressbook.xhtml + /user/login_start_sharing_addressbook.xhtml - /login/login_shared_addressbooks.xhtml + /user/login_shared_addressbooks.xhtml user_show_addressbook - /user/show_addressbook.xhtml + /guest/user/show_addressbook.xhtml - /login/login_edit_user_data.xhtml + /user/login_edit_user_data.xhtml login_change_email_address - /login/login_change_email_address.xhtml + /user/login_change_email_address.xhtml login_change_password - /login/login_change_password.xhtml + /user/login_change_password.xhtml login_change_personal_data - /login/login_change_personal_data.xhtml + /user/login_change_personal_data.xhtml - /login/login_change_password.xhtml + /user/login_change_password.xhtml login_data_saved - /login/login_data_saved.xhtml + /user/login_data_saved.xhtml - /login/login_change_email_address.xhtml + /user/login_change_email_address.xhtml contact_data_saved - /login/login_contact_data_saved.xhtml + /user/login_contact_data_saved.xhtml admin_delete_product @@ -183,10 +183,10 @@ - /login/login_change_personal_data.xhtml + /user/login_change_personal_data.xhtml login_data_saved - /login/login_data_saved.xhtml + /user/login_data_saved.xhtml admin_delete_category diff --git a/web/guest/user/login.xhtml b/web/guest/user/login.xhtml new file mode 100644 index 00000000..0b0efb62 --- /dev/null +++ b/web/guest/user/login.xhtml @@ -0,0 +1,33 @@ + + + + + + #{msg.PAGE_TITLE_USER_LOGIN} + + + #{msg.CONTENT_TITLE_USER_LOGIN} + + + +
+ + Noch kein Benutzerkonto? Einfach hier anmelden. +
+ +
+
+ +
+ +
+
+
+ diff --git a/web/guest/user/login_error.xhtml b/web/guest/user/login_error.xhtml new file mode 100644 index 00000000..85361e74 --- /dev/null +++ b/web/guest/user/login_error.xhtml @@ -0,0 +1,23 @@ + + + + + + #{msg.PAGE_TITLE_USER_LOGIN_ERROR} + + + #{msg.CONTENT_TITLE_USER_LOGIN_ERROR} + + + + Hier kommt die Fehlermeldung hin. + + + diff --git a/web/guest/user/lost_passwd.xhtml b/web/guest/user/lost_passwd.xhtml new file mode 100644 index 00000000..c6c0848c --- /dev/null +++ b/web/guest/user/lost_passwd.xhtml @@ -0,0 +1,68 @@ + + + + + + #{msg.PAGE_TITLE_USER_LOST_PASSWORD} + + + #{msg.CONTENT_TITLE_USER_LOST_PASSWORD} + + + +
+ +
+
+ #{msg.GUEST_LOST_PASSWORD_TITLE} +
+ +
+ #{msg.GUEST_LOST_PASSWORD_LEGEND} + +
+
+ +
+ +
+ +
+ +
+
+ +
+ #{msg.GUEST_LOST_PASSWORD_NUMBER_OR_EMAIL} +
+ +
+
+ +
+ +
+ +
+ +
+
+ +
+ + +
+
+
+
+
+ diff --git a/web/guest/user/register.xhtml b/web/guest/user/register.xhtml new file mode 100644 index 00000000..b03c31e9 --- /dev/null +++ b/web/guest/user/register.xhtml @@ -0,0 +1,30 @@ + + + + + + #{msg.PAGE_TITLE_USER_REGISTER} + + + #{msg.CONTENT_TITLE_USER_REGISTER} + + + +
+ #{msg.GUEST_ALREADY_USER_CONTINUE_LOGIN_1} + + #{msg.GUEST_ALREADY_USER_CONTINUE_LOGIN_2} +
+ +
+ +
+
+
+ diff --git a/web/guest/user/register_done.xhtml b/web/guest/user/register_done.xhtml new file mode 100644 index 00000000..bbec38e6 --- /dev/null +++ b/web/guest/user/register_done.xhtml @@ -0,0 +1,30 @@ + + + + + + #{msg.PAGE_TITLE_USER_REGISTER_DONE} + + + #{msg.CONTENT_TITLE_USER_REGISTER_DONE} + + + +
+ #{msg.GUEST_USER_REGISTRATION_COMPLETED} +
+ +
+ + + +
+
+
+ diff --git a/web/guest/user/resend_link.xhtml b/web/guest/user/resend_link.xhtml new file mode 100644 index 00000000..89da7508 --- /dev/null +++ b/web/guest/user/resend_link.xhtml @@ -0,0 +1,22 @@ + + + + + + #{msg.PAGE_TITLE_INDEX_RESEND_LINK} + + + #{msg.CONTENT_TITLE_INDEX_RESEND_LINK} + + + + Here goes your content. + + + diff --git a/web/guest/user/show_addressbook.xhtml b/web/guest/user/show_addressbook.xhtml new file mode 100644 index 00000000..1a1193fc --- /dev/null +++ b/web/guest/user/show_addressbook.xhtml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + #{msg.PAGE_TITLE_USER_SHOW_ADDRESSBOOK} + #{msg.PAGE_TITLE_INDEX_SHOW_ADDRESSBOOK} + + + #{msg.CONTENT_TITLE_USER_SHOW_ADDRESSBOOK} + + + + + #{msg.TABLE_HEADER_SHOW_ADDRESSBOOK} + + #{msg.ADDRESSBOOK_NAME} + + + #{msg.ADDRESSBOOK_OWNER} + + + + + #{msg.ADDRESSBOOK_CREATED} + + + + + #{msg.ADDRESSBOOK_STATUS} + + + + + + + + + + + + + + + + diff --git a/web/guest/user/show_addressbook_entries.xhtml b/web/guest/user/show_addressbook_entries.xhtml new file mode 100644 index 00000000..0164c1a5 --- /dev/null +++ b/web/guest/user/show_addressbook_entries.xhtml @@ -0,0 +1,22 @@ + + + + + + #{msg.PAGE_TITLE_USER_SHOW_ADDRESSBOOK_ENTRIES} + + + #{msg.CONTENT_TITLE_USER_SHOW_ADDRESSBOOK_ENTRIES} + + + + Here goes your content. + + + diff --git a/web/guest/user/user_list.xhtml b/web/guest/user/user_list.xhtml new file mode 100644 index 00000000..60b60b7c --- /dev/null +++ b/web/guest/user/user_list.xhtml @@ -0,0 +1,51 @@ + + + + + + #{msg.PAGE_TITLE_USER_LIST} + + + #{msg.CONTENT_TITLE_USER_LIST} + + + +
+
+ #{msg.TABLE_HEADER_USER_LIST} +
+ + + + #{msg.USER_NAME} + + + + + + + #{msg.USER_CREATED} + + + + + #{msg.USER_LIST_SHARING_ADDRESSBOOKS} + + + + + + + + + + +
+
+
+ diff --git a/web/guest/user/user_profile.xhtml b/web/guest/user/user_profile.xhtml new file mode 100644 index 00000000..0e58740f --- /dev/null +++ b/web/guest/user/user_profile.xhtml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + #{msg.PAGE_TITLE_LOGIN_USER_PROFILE} + #{msg.PAGE_TITLE_INDEX_USER_PROFILE} + + + #{msg.CONTENT_TITLE_INDEX_USER_PROFILE} + + + + + + + + + +
+ + + #{msg.PUBLIC_USER_PROFILE} + + +
+
+ + + #{msg.ERROR_PROFILE_NOT_VISIBLE} + +
+
+
+ diff --git a/web/login/index.xhtml b/web/login/index.xhtml deleted file mode 100644 index dafff409..00000000 --- a/web/login/index.xhtml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_FOO} - - - - - - #{msg.SUB_TITLE_LOGIN_FOO} - - - - Here goes your content. - - - - - - diff --git a/web/login/login_add_addressbook.xhtml b/web/login/login_add_addressbook.xhtml deleted file mode 100644 index 7f1c8579..00000000 --- a/web/login/login_add_addressbook.xhtml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_ADD_ADDRESSBOOK} - - - #{msg.CONTENT_TITLE_LOGIN_ADD_ADDRESSBOOK} - - - - - -
-
- #{msg.FORM_LOGIN_ADD_ADDRESSBOOK_TITLE} -
- -
-
- -
- -
- - - -
-
- - -
-
-
- - - - -
-
- diff --git a/web/login/login_change_email_address.xhtml b/web/login/login_change_email_address.xhtml deleted file mode 100644 index 702312d8..00000000 --- a/web/login/login_change_email_address.xhtml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_CHANGE_EMAIL_ADDRESS} - - - #{msg.CONTENT_TITLE_LOGIN_CHANGE_EMAIL_ADDRESS} - - - - -
-
- #{msg.LOGIN_CHANGE_EMAIL_ADDRESS_TITLE} -
- - -
-
- #{msg.LOGIN_CHANGE_EMAIL_LEGEND} - -
-
- #{msg.LOGIN_CHANGE_EMAIL_OLD_ADDRESS} -
- -
- #{userController.emailAddress} -
- -
-
- -
-
- -
- -
- -
- -
-
- -
-
- -
- -
- -
- -
-
-
-
- - - - -
-
-
- - - - -
-
- diff --git a/web/login/login_change_password.xhtml b/web/login/login_change_password.xhtml deleted file mode 100644 index bfd384d4..00000000 --- a/web/login/login_change_password.xhtml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_CHANGE_PASSWORD} - - - #{msg.CONTENT_TITLE_LOGIN_CHANGE_PASSWORD} - - - - -
-
- #{msg.LOGIN_CHANGE_PASSWORD_TITLE} -
- - -
-
- #{msg.LOGIN_CHANGE_PASSWORD_LEGEND} - -
-
- -
- -
- -
- -
-
- -
-
- -
- -
- -
- -
-
-
-
- - - - -
-
-
- - - - -
-
- diff --git a/web/login/login_change_personal_data.xhtml b/web/login/login_change_personal_data.xhtml deleted file mode 100644 index e4c482c9..00000000 --- a/web/login/login_change_personal_data.xhtml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_CHANGE_PERSONAL_DATA} - - - #{msg.CONTENT_TITLE_LOGIN_CHANGE_PERSONAL_DATA} - - - - -
-
- #{msg.LOGIN_CHANGE_PERSONAL_DATA_TITLE} -
- - - - - - - - - - -
-
- - - - -
-
- diff --git a/web/login/login_contact_data_saved.xhtml b/web/login/login_contact_data_saved.xhtml deleted file mode 100644 index 25b69679..00000000 --- a/web/login/login_contact_data_saved.xhtml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_CONTACT_DATA_SAVED} - - - #{msg.CONTENT_TITLE_LOGIN_CONTACT_DATA_SAVED} - - - - - - - - - - - - - - - diff --git a/web/login/login_data_saved.xhtml b/web/login/login_data_saved.xhtml deleted file mode 100644 index 0fd6316a..00000000 --- a/web/login/login_data_saved.xhtml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_DATA_SAVED} - - - #{msg.CONTENT_TITLE_LOGIN_DATA_SAVED} - - - - - - - - - - - - - - - diff --git a/web/login/login_edit_user_data.xhtml b/web/login/login_edit_user_data.xhtml deleted file mode 100644 index 8cd727cb..00000000 --- a/web/login/login_edit_user_data.xhtml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_EDIT_USER_DATA} - - - #{msg.CONTENT_TITLE_LOGIN_EDIT_USER_DATA} - - - - -
-
- #{msg.LOGIN_EDIT_USER_DATA_TITLE} -
- -
- -
- -
-
    -
  • - -
  • -
  • - -
  • -
  • - -
  • -
-
-
-
- - - - -
-
- diff --git a/web/login/login_index.xhtml b/web/login/login_index.xhtml deleted file mode 100644 index ef4281d8..00000000 --- a/web/login/login_index.xhtml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_HOME} - - - #{msg.CONTENT_TITLE_LOGIN_HOME} - - - - - Here goes your content. - - - - - - - - diff --git a/web/login/login_list_sharing_addressbooks.xhtml b/web/login/login_list_sharing_addressbooks.xhtml deleted file mode 100644 index 1698cb3d..00000000 --- a/web/login/login_list_sharing_addressbooks.xhtml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - #{msg.PAGE_TITLE_LOGIN_LIST_SHARING_ADDRESSBOOKS} - - - #{msg.CONTENT_TITLE_LOGIN_LIST_SHARING_ADDRESSBOOKS} - - - - - - Here goes your content. - - - - - - - - - - - - - diff --git a/web/login/login_other_addressbooks.xhtml b/web/login/login_other_addressbooks.xhtml deleted file mode 100644 index eef9d0bb..00000000 --- a/web/login/login_other_addressbooks.xhtml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_OTHER_ADDRESSBOOKS} - - - #{msg.CONTENT_TITLE_LOGIN_OTHER_ADDRESSBOOKS} - - - - - Here goes your content. - - - - - - - - diff --git a/web/login/login_own_addressbooks.xhtml b/web/login/login_own_addressbooks.xhtml deleted file mode 100644 index 48c08973..00000000 --- a/web/login/login_own_addressbooks.xhtml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_OWN_ADDRESSBOOKS} - - - #{msg.CONTENT_TITLE_LOGIN_OWN_ADDRESSBOOKS} - - - - -
-
- #{msg.TABLE_HEADER_LIST_OWN_ADDRESSBOOKS} -
- -
- - - #{msg.ADDRESSBOOK_NAME} - - - - - - - - - #{msg.ADDRESSBOOK_TOTAL_ENTRIES} - - - - - - - - - #{msg.ADDRESSBOOK_CREATED} - - - - - - -
- - -
-
- - - - -
-
- diff --git a/web/login/login_shared_addressbooks.xhtml b/web/login/login_shared_addressbooks.xhtml deleted file mode 100644 index 2c52fabe..00000000 --- a/web/login/login_shared_addressbooks.xhtml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_SHARED_ADDRESSBOOKS} - - - #{msg.CONTENT_TITLE_LOGIN_SHARED_ADDRESSBOOKS} - - - - -
-
- #{msg.LOGIN_TABLE_HEADER_SHARED_ADDRESSBOOKS} -
- -
- - - #{msg.SHARED_ADDRESSBOOK} - - - - - - - - - #{msg.SHAREE_USER_NAME} - - - - - - - #{msg.SHARE_CREATED} - - - - - -
- -
- -
- - -
-
- - - - -
-
- diff --git a/web/login/login_start_sharing_addressbook.xhtml b/web/login/login_start_sharing_addressbook.xhtml deleted file mode 100644 index 442610a3..00000000 --- a/web/login/login_start_sharing_addressbook.xhtml +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_START_SHARING_ADDRESSBOOK} - - - #{msg.CONTENT_TITLE_LOGIN_START_SHARING_ADDRESSBOOK} - - - - -
- -
- #{msg.TABLE_HEADER_CHOOSE_USER_FOR_SHARING} -
- -
- - - - - - #{msg.USER_ID} - - - - - #{msg.USER_NAME} - - - - - - - #{msg.LOGIN_START_SHARING_TITLE} - - - - - - - - - -
- - -
-
- - - - -
-
- diff --git a/web/login/login_user_data_saved.xhtml b/web/login/login_user_data_saved.xhtml deleted file mode 100644 index e42c555f..00000000 --- a/web/login/login_user_data_saved.xhtml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_USER_DATA_SAVED} - - - #{msg.CONTENT_TITLE_LOGIN_USER_DATA_SAVED} - - - - - - - - - - - - - - - diff --git a/web/user/index.xhtml b/web/user/index.xhtml new file mode 100644 index 00000000..dafff409 --- /dev/null +++ b/web/user/index.xhtml @@ -0,0 +1,28 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_FOO} + + + + + + #{msg.SUB_TITLE_LOGIN_FOO} + + + + Here goes your content. + + + + + + diff --git a/web/user/login.xhtml b/web/user/login.xhtml deleted file mode 100644 index 0b0efb62..00000000 --- a/web/user/login.xhtml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_USER_LOGIN} - - - #{msg.CONTENT_TITLE_USER_LOGIN} - - - -
- - Noch kein Benutzerkonto? Einfach hier anmelden. -
- -
-
- -
- -
-
-
- diff --git a/web/user/login_add_addressbook.xhtml b/web/user/login_add_addressbook.xhtml new file mode 100644 index 00000000..7f1c8579 --- /dev/null +++ b/web/user/login_add_addressbook.xhtml @@ -0,0 +1,51 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_ADD_ADDRESSBOOK} + + + #{msg.CONTENT_TITLE_LOGIN_ADD_ADDRESSBOOK} + + + + + +
+
+ #{msg.FORM_LOGIN_ADD_ADDRESSBOOK_TITLE} +
+ +
+
+ +
+ +
+ + + +
+
+ + +
+
+
+ + + + +
+
+ diff --git a/web/user/login_change_email_address.xhtml b/web/user/login_change_email_address.xhtml new file mode 100644 index 00000000..702312d8 --- /dev/null +++ b/web/user/login_change_email_address.xhtml @@ -0,0 +1,83 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_CHANGE_EMAIL_ADDRESS} + + + #{msg.CONTENT_TITLE_LOGIN_CHANGE_EMAIL_ADDRESS} + + + + +
+
+ #{msg.LOGIN_CHANGE_EMAIL_ADDRESS_TITLE} +
+ + +
+
+ #{msg.LOGIN_CHANGE_EMAIL_LEGEND} + +
+
+ #{msg.LOGIN_CHANGE_EMAIL_OLD_ADDRESS} +
+ +
+ #{userController.emailAddress} +
+ +
+
+ +
+
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+ +
+ +
+
+
+
+ + + + +
+
+
+ + + + +
+
+ diff --git a/web/user/login_change_password.xhtml b/web/user/login_change_password.xhtml new file mode 100644 index 00000000..bfd384d4 --- /dev/null +++ b/web/user/login_change_password.xhtml @@ -0,0 +1,71 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_CHANGE_PASSWORD} + + + #{msg.CONTENT_TITLE_LOGIN_CHANGE_PASSWORD} + + + + +
+
+ #{msg.LOGIN_CHANGE_PASSWORD_TITLE} +
+ + +
+
+ #{msg.LOGIN_CHANGE_PASSWORD_LEGEND} + +
+
+ +
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+ +
+ +
+
+
+
+ + + + +
+
+
+ + + + +
+
+ diff --git a/web/user/login_change_personal_data.xhtml b/web/user/login_change_personal_data.xhtml new file mode 100644 index 00000000..e4c482c9 --- /dev/null +++ b/web/user/login_change_personal_data.xhtml @@ -0,0 +1,45 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_CHANGE_PERSONAL_DATA} + + + #{msg.CONTENT_TITLE_LOGIN_CHANGE_PERSONAL_DATA} + + + + +
+
+ #{msg.LOGIN_CHANGE_PERSONAL_DATA_TITLE} +
+ + + + + + + + + + +
+
+ + + + +
+
+ diff --git a/web/user/login_contact_data_saved.xhtml b/web/user/login_contact_data_saved.xhtml new file mode 100644 index 00000000..25b69679 --- /dev/null +++ b/web/user/login_contact_data_saved.xhtml @@ -0,0 +1,30 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_CONTACT_DATA_SAVED} + + + #{msg.CONTENT_TITLE_LOGIN_CONTACT_DATA_SAVED} + + + + + + + + + + + + + + + diff --git a/web/user/login_data_saved.xhtml b/web/user/login_data_saved.xhtml new file mode 100644 index 00000000..0fd6316a --- /dev/null +++ b/web/user/login_data_saved.xhtml @@ -0,0 +1,30 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_DATA_SAVED} + + + #{msg.CONTENT_TITLE_LOGIN_DATA_SAVED} + + + + + + + + + + + + + + + diff --git a/web/user/login_edit_user_data.xhtml b/web/user/login_edit_user_data.xhtml new file mode 100644 index 00000000..8cd727cb --- /dev/null +++ b/web/user/login_edit_user_data.xhtml @@ -0,0 +1,50 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_EDIT_USER_DATA} + + + #{msg.CONTENT_TITLE_LOGIN_EDIT_USER_DATA} + + + + +
+
+ #{msg.LOGIN_EDIT_USER_DATA_TITLE} +
+ +
+ +
+ +
+
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
+
+
+
+ + + + +
+
+ diff --git a/web/user/login_error.xhtml b/web/user/login_error.xhtml deleted file mode 100644 index 85361e74..00000000 --- a/web/user/login_error.xhtml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_USER_LOGIN_ERROR} - - - #{msg.CONTENT_TITLE_USER_LOGIN_ERROR} - - - - Hier kommt die Fehlermeldung hin. - - - diff --git a/web/user/login_index.xhtml b/web/user/login_index.xhtml new file mode 100644 index 00000000..ef4281d8 --- /dev/null +++ b/web/user/login_index.xhtml @@ -0,0 +1,28 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_HOME} + + + #{msg.CONTENT_TITLE_LOGIN_HOME} + + + + + Here goes your content. + + + + + + + + diff --git a/web/user/login_list_sharing_addressbooks.xhtml b/web/user/login_list_sharing_addressbooks.xhtml new file mode 100644 index 00000000..1698cb3d --- /dev/null +++ b/web/user/login_list_sharing_addressbooks.xhtml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + #{msg.PAGE_TITLE_LOGIN_LIST_SHARING_ADDRESSBOOKS} + + + #{msg.CONTENT_TITLE_LOGIN_LIST_SHARING_ADDRESSBOOKS} + + + + + + Here goes your content. + + + + + + + + + + + + + diff --git a/web/user/login_other_addressbooks.xhtml b/web/user/login_other_addressbooks.xhtml new file mode 100644 index 00000000..eef9d0bb --- /dev/null +++ b/web/user/login_other_addressbooks.xhtml @@ -0,0 +1,28 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_OTHER_ADDRESSBOOKS} + + + #{msg.CONTENT_TITLE_LOGIN_OTHER_ADDRESSBOOKS} + + + + + Here goes your content. + + + + + + + + diff --git a/web/user/login_own_addressbooks.xhtml b/web/user/login_own_addressbooks.xhtml new file mode 100644 index 00000000..48c08973 --- /dev/null +++ b/web/user/login_own_addressbooks.xhtml @@ -0,0 +1,67 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_OWN_ADDRESSBOOKS} + + + #{msg.CONTENT_TITLE_LOGIN_OWN_ADDRESSBOOKS} + + + + +
+
+ #{msg.TABLE_HEADER_LIST_OWN_ADDRESSBOOKS} +
+ +
+ + + #{msg.ADDRESSBOOK_NAME} + + + + + + + + + #{msg.ADDRESSBOOK_TOTAL_ENTRIES} + + + + + + + + + #{msg.ADDRESSBOOK_CREATED} + + + + + + +
+ + +
+
+ + + + +
+
+ diff --git a/web/user/login_shared_addressbooks.xhtml b/web/user/login_shared_addressbooks.xhtml new file mode 100644 index 00000000..2c52fabe --- /dev/null +++ b/web/user/login_shared_addressbooks.xhtml @@ -0,0 +1,66 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_SHARED_ADDRESSBOOKS} + + + #{msg.CONTENT_TITLE_LOGIN_SHARED_ADDRESSBOOKS} + + + + +
+
+ #{msg.LOGIN_TABLE_HEADER_SHARED_ADDRESSBOOKS} +
+ +
+ + + #{msg.SHARED_ADDRESSBOOK} + + + + + + + + + #{msg.SHAREE_USER_NAME} + + + + + + + #{msg.SHARE_CREATED} + + + + + +
+ +
+ +
+ + +
+
+ + + + +
+
+ diff --git a/web/user/login_start_sharing_addressbook.xhtml b/web/user/login_start_sharing_addressbook.xhtml new file mode 100644 index 00000000..442610a3 --- /dev/null +++ b/web/user/login_start_sharing_addressbook.xhtml @@ -0,0 +1,70 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_START_SHARING_ADDRESSBOOK} + + + #{msg.CONTENT_TITLE_LOGIN_START_SHARING_ADDRESSBOOK} + + + + +
+ +
+ #{msg.TABLE_HEADER_CHOOSE_USER_FOR_SHARING} +
+ +
+ + + + + + #{msg.USER_ID} + + + + + #{msg.USER_NAME} + + + + + + + #{msg.LOGIN_START_SHARING_TITLE} + + + + + + + + + +
+ + +
+
+ + + + +
+
+ diff --git a/web/user/login_user_data_saved.xhtml b/web/user/login_user_data_saved.xhtml new file mode 100644 index 00000000..e42c555f --- /dev/null +++ b/web/user/login_user_data_saved.xhtml @@ -0,0 +1,30 @@ + + + + + + #{msg.PAGE_TITLE_LOGIN_USER_DATA_SAVED} + + + #{msg.CONTENT_TITLE_LOGIN_USER_DATA_SAVED} + + + + + + + + + + + + + + + diff --git a/web/user/lost_passwd.xhtml b/web/user/lost_passwd.xhtml deleted file mode 100644 index c6c0848c..00000000 --- a/web/user/lost_passwd.xhtml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_USER_LOST_PASSWORD} - - - #{msg.CONTENT_TITLE_USER_LOST_PASSWORD} - - - -
- -
-
- #{msg.GUEST_LOST_PASSWORD_TITLE} -
- -
- #{msg.GUEST_LOST_PASSWORD_LEGEND} - -
-
- -
- -
- -
- -
-
- -
- #{msg.GUEST_LOST_PASSWORD_NUMBER_OR_EMAIL} -
- -
-
- -
- -
- -
- -
-
- -
- - -
-
-
-
-
- diff --git a/web/user/register.xhtml b/web/user/register.xhtml deleted file mode 100644 index b03c31e9..00000000 --- a/web/user/register.xhtml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_USER_REGISTER} - - - #{msg.CONTENT_TITLE_USER_REGISTER} - - - -
- #{msg.GUEST_ALREADY_USER_CONTINUE_LOGIN_1} - - #{msg.GUEST_ALREADY_USER_CONTINUE_LOGIN_2} -
- -
- -
-
-
- diff --git a/web/user/register_done.xhtml b/web/user/register_done.xhtml deleted file mode 100644 index bbec38e6..00000000 --- a/web/user/register_done.xhtml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_USER_REGISTER_DONE} - - - #{msg.CONTENT_TITLE_USER_REGISTER_DONE} - - - -
- #{msg.GUEST_USER_REGISTRATION_COMPLETED} -
- -
- - - -
-
-
- diff --git a/web/user/resend_link.xhtml b/web/user/resend_link.xhtml deleted file mode 100644 index 89da7508..00000000 --- a/web/user/resend_link.xhtml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_INDEX_RESEND_LINK} - - - #{msg.CONTENT_TITLE_INDEX_RESEND_LINK} - - - - Here goes your content. - - - diff --git a/web/user/show_addressbook.xhtml b/web/user/show_addressbook.xhtml deleted file mode 100644 index 1a1193fc..00000000 --- a/web/user/show_addressbook.xhtml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - #{msg.PAGE_TITLE_USER_SHOW_ADDRESSBOOK} - #{msg.PAGE_TITLE_INDEX_SHOW_ADDRESSBOOK} - - - #{msg.CONTENT_TITLE_USER_SHOW_ADDRESSBOOK} - - - - - #{msg.TABLE_HEADER_SHOW_ADDRESSBOOK} - - #{msg.ADDRESSBOOK_NAME} - - - #{msg.ADDRESSBOOK_OWNER} - - - - - #{msg.ADDRESSBOOK_CREATED} - - - - - #{msg.ADDRESSBOOK_STATUS} - - - - - - - - - - - - - - - - diff --git a/web/user/show_addressbook_entries.xhtml b/web/user/show_addressbook_entries.xhtml deleted file mode 100644 index 0164c1a5..00000000 --- a/web/user/show_addressbook_entries.xhtml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_USER_SHOW_ADDRESSBOOK_ENTRIES} - - - #{msg.CONTENT_TITLE_USER_SHOW_ADDRESSBOOK_ENTRIES} - - - - Here goes your content. - - - diff --git a/web/user/user_list.xhtml b/web/user/user_list.xhtml deleted file mode 100644 index 60b60b7c..00000000 --- a/web/user/user_list.xhtml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_USER_LIST} - - - #{msg.CONTENT_TITLE_USER_LIST} - - - -
-
- #{msg.TABLE_HEADER_USER_LIST} -
- - - - #{msg.USER_NAME} - - - - - - - #{msg.USER_CREATED} - - - - - #{msg.USER_LIST_SHARING_ADDRESSBOOKS} - - - - - - - - - - -
-
-
- diff --git a/web/user/user_profile.xhtml b/web/user/user_profile.xhtml deleted file mode 100644 index 0e58740f..00000000 --- a/web/user/user_profile.xhtml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - #{msg.PAGE_TITLE_LOGIN_USER_PROFILE} - #{msg.PAGE_TITLE_INDEX_USER_PROFILE} - - - #{msg.CONTENT_TITLE_INDEX_USER_PROFILE} - - - - - - - - - -
- - - #{msg.PUBLIC_USER_PROFILE} - - -
-
- - - #{msg.ERROR_PROFILE_NOT_VISIBLE} - -
-
-
-