From c4af0b020794b21aad505d1cc700e2f081a10009 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 5 May 2016 16:03:18 +0200 Subject: [PATCH] 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/faces-config.NavData | 110 ++++++------ web/WEB-INF/faces-config.xml | 60 ++++--- .../templates.dist/guest_login_page.xhtml | 44 ++--- web/admin/contact/admin_contact_delete.xhtml | 96 +++++------ web/admin/contact/admin_contact_edit.xhtml | 100 +++++------ web/admin/country/admin_country_list.xhtml | 140 ++++++++-------- .../admin_mobile_provider_list.xhtml | 156 +++++++++--------- web/{ => guest}/user/login.xhtml | 0 web/{ => guest}/user/login_error.xhtml | 0 web/{ => guest}/user/lost_passwd.xhtml | 136 +++++++-------- web/{ => guest}/user/register.xhtml | 0 web/{ => guest}/user/register_done.xhtml | 0 web/{ => guest}/user/resend_link.xhtml | 0 web/{ => guest}/user/show_addressbook.xhtml | 112 ++++++------- .../user/show_addressbook_entries.xhtml | 0 web/{ => guest}/user/user_list.xhtml | 0 web/{ => guest}/user/user_profile.xhtml | 96 +++++------ web/imprint.xhtml | 44 ++--- web/privacy.xhtml | 44 ++--- web/terms.xhtml | 44 ++--- .../login_add_addressbook.xhtml | 102 ++++++------ .../login_change_email_address.xhtml | 0 .../login_change_password.xhtml | 142 ++++++++-------- .../login_change_personal_data.xhtml | 0 .../login_contact_data_saved.xhtml | 60 +++---- web/{login => user}/login_data_saved.xhtml | 60 +++---- .../login_edit_user_data.xhtml | 100 +++++------ web/{login => user}/login_index.xhtml | 56 +++---- .../login_own_addressbooks.xhtml | 134 +++++++-------- .../login_user_data_saved.xhtml | 60 +++---- 30 files changed, 945 insertions(+), 951 deletions(-) rename web/{ => guest}/user/login.xhtml (100%) rename web/{ => guest}/user/login_error.xhtml (100%) rename web/{ => guest}/user/lost_passwd.xhtml (97%) rename web/{ => guest}/user/register.xhtml (100%) rename web/{ => guest}/user/register_done.xhtml (100%) rename web/{ => guest}/user/resend_link.xhtml (100%) rename web/{ => guest}/user/show_addressbook.xhtml (98%) rename web/{ => guest}/user/show_addressbook_entries.xhtml (100%) rename web/{ => guest}/user/user_list.xhtml (100%) rename web/{ => guest}/user/user_profile.xhtml (97%) rename web/{login => user}/login_add_addressbook.xhtml (97%) rename web/{login => user}/login_change_email_address.xhtml (100%) rename web/{login => user}/login_change_password.xhtml (97%) rename web/{login => user}/login_change_personal_data.xhtml (100%) rename web/{login => user}/login_contact_data_saved.xhtml (97%) rename web/{login => user}/login_data_saved.xhtml (97%) rename web/{login => user}/login_edit_user_data.xhtml (97%) rename web/{login => user}/login_index.xhtml (97%) rename web/{login => user}/login_own_addressbooks.xhtml (98%) rename web/{login => user}/login_user_data_saved.xhtml (97%) diff --git a/nbproject/faces-config.NavData b/nbproject/faces-config.NavData index 599d7838..f4cc90c5 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -2,62 +2,60 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index 36e24c4a..ab03d890 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -21,15 +21,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 @@ -53,11 +53,11 @@ login_index - /login/login_index.xhtml + /user/login_index.xhtml user_resend_link - /user/resend_link.xhtml + /guest/user/resend_link.xhtml admin_logout @@ -89,18 +89,18 @@ login_edit_user_data - /login/login_edit_user_data.xhtml + /user/login_edit_user_data.xhtml user_profile - /user/user_profile.xhtml + /guest/user/user_profile.xhtml - /user/login.xhtml + /guest/user/login.xhtml login - /login/login_index.xhtml + /user/login_index.xhtml admin_add_user @@ -109,20 +109,16 @@ /guest/user/login.xhtml - - login - /user/login_index.xhtml - login_index - /user/index.xhtml + /user/login_index.xhtml - /user/register.xhtml + /guest/user/register.xhtml register_done - /user/register_done.xhtml + /guest/user/register_done.xhtml @@ -133,47 +129,47 @@ - /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 - /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_data_saved + /user/login/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 @@ -181,10 +177,10 @@ - /login/login_change_personal_data.xhtml + /user/login_change_personal_data.xhtml - login_data_saved - /login/login_data_saved.xhtml + contact_data_saved + /user/login/login_data_saved.xhtml admin_delete_category diff --git a/web/WEB-INF/templates.dist/guest_login_page.xhtml b/web/WEB-INF/templates.dist/guest_login_page.xhtml index 2e7bc380..8a38263b 100644 --- a/web/WEB-INF/templates.dist/guest_login_page.xhtml +++ b/web/WEB-INF/templates.dist/guest_login_page.xhtml @@ -1,22 +1,22 @@ - - - - - - #{msg.PAGE_TITLE_INDEX_FOO} - - - #{msg.CONTENT_TITLE_INDEX_FOO} - - - - Here goes your content. - - - + + + + + + #{msg.PAGE_TITLE_INDEX_FOO} + + + #{msg.CONTENT_TITLE_INDEX_FOO} + + + + Here goes your content. + + + diff --git a/web/admin/contact/admin_contact_delete.xhtml b/web/admin/contact/admin_contact_delete.xhtml index 130d20d6..badc92e3 100644 --- a/web/admin/contact/admin_contact_delete.xhtml +++ b/web/admin/contact/admin_contact_delete.xhtml @@ -1,48 +1,48 @@ - - - - - - - - - - - #{msg.PAGE_TITLE_ADMIN_DELETE_CONTACT} - - - #{msg.CONTENT_TITLE_ADMIN_DELETE_CONTACT} - - - - - - -
-
- - - -
- -
- #{msg.ADMIN_DELETE_CONTACT_NOTICE} -
- - - - -
-
-
-
- + + + + + + + + + + + #{msg.PAGE_TITLE_ADMIN_DELETE_CONTACT} + + + #{msg.CONTENT_TITLE_ADMIN_DELETE_CONTACT} + + + + + + +
+
+ + + +
+ +
+ #{msg.ADMIN_DELETE_CONTACT_NOTICE} +
+ + + + +
+
+
+
+ diff --git a/web/admin/contact/admin_contact_edit.xhtml b/web/admin/contact/admin_contact_edit.xhtml index 299b3308..0ac502ad 100644 --- a/web/admin/contact/admin_contact_edit.xhtml +++ b/web/admin/contact/admin_contact_edit.xhtml @@ -1,50 +1,50 @@ - - - - - - - - - - - #{msg.PAGE_TITLE_ADMIN_EDIT_CONTACT} - - - #{msg.CONTENT_TITLE_ADMIN_EDIT_CONTACT} - - - - - - -
-
- - - -
- -
- #{msg.ADMIN_CONTACT_PERSONAL_DATA_MINIMUM_NOTICE} -
- - - - - - -
-
-
-
- + + + + + + + + + + + #{msg.PAGE_TITLE_ADMIN_EDIT_CONTACT} + + + #{msg.CONTENT_TITLE_ADMIN_EDIT_CONTACT} + + + + + + +
+
+ + + +
+ +
+ #{msg.ADMIN_CONTACT_PERSONAL_DATA_MINIMUM_NOTICE} +
+ + + + + + +
+
+
+
+ diff --git a/web/admin/country/admin_country_list.xhtml b/web/admin/country/admin_country_list.xhtml index a31a09dc..63cda07c 100644 --- a/web/admin/country/admin_country_list.xhtml +++ b/web/admin/country/admin_country_list.xhtml @@ -1,70 +1,70 @@ - - - - - - #{msg.PAGE_TITLE_ADMIN_LIST_COUNTRY} - - - #{msg.CONTENT_TITLE_ADMIN_LIST_COUNTRY} - - - - - - #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_ID} - - - - - - - - #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_CODE} - - - - - - #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_EXTERNAL_DIAL_PREFIX} - - - - - - #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_NAME} - - - - - - -
-
- #{msg.ADMIN_ADD_COUNTRY_TITLE} -
- - - - -
- -
- #{msg.ADMIN_ADD_COUNTRY_NOTICES} -
    -
  • #{msg.ADMIN_ADD_COUNTRY_I18N_KEY_NOTICE}
  • -
-
-
-
-
- + + + + + + #{msg.PAGE_TITLE_ADMIN_LIST_COUNTRY} + + + #{msg.CONTENT_TITLE_ADMIN_LIST_COUNTRY} + + + + + + #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_ID} + + + + + + + + #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_CODE} + + + + + + #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_EXTERNAL_DIAL_PREFIX} + + + + + + #{msg.ADMIN_LIST_COUNTRY_DATA_COUNTRY_NAME} + + + + + + +
+
+ #{msg.ADMIN_ADD_COUNTRY_TITLE} +
+ + + + +
+ +
+ #{msg.ADMIN_ADD_COUNTRY_NOTICES} +
    +
  • #{msg.ADMIN_ADD_COUNTRY_I18N_KEY_NOTICE}
  • +
+
+
+
+
+ diff --git a/web/admin/mobile_provider/admin_mobile_provider_list.xhtml b/web/admin/mobile_provider/admin_mobile_provider_list.xhtml index cda953ca..9d03373c 100644 --- a/web/admin/mobile_provider/admin_mobile_provider_list.xhtml +++ b/web/admin/mobile_provider/admin_mobile_provider_list.xhtml @@ -1,78 +1,78 @@ - - - - - - #{msg.PAGE_TITLE_ADMIN_MOBILE_PROVIDER_LIST} - - - #{msg.CONTENT_TITLE_ADMIN_MOBILE_PROVIDER_LIST} - - - - - - #{msg.ADMIN_LIST_MOBILE_PROVIDER_ID} - - - - - - - - #{msg.ADMIN_LIST_MOBILE_PROVIDER_NAME} - - - - - - #{msg.ADMIN_LIST_MOBILE_PROVIDER_DIAL_PREFIX} - - - - - - #{msg.ADMIN_LIST_MOBILE_PROVIDER_COUNTRY} - - - - - - #{msg.ADMIN_LIST_MOBILE_PROVIDER_ENTRY_CREATED} - - - - - - - - -
-
- #{msg.ADMIN_ADD_MOBILE_PROVIDER_TITLE} -
- - - - -
- -
- #{msg.ADMIN_ADD_MOBILE_PROVIDER_NOTICES} -
    -
  • #{msg.ADMIN_ADD_MOBILE_PROVIDER_PATTERN}
  • -
-
-
-
-
- + + + + + + #{msg.PAGE_TITLE_ADMIN_MOBILE_PROVIDER_LIST} + + + #{msg.CONTENT_TITLE_ADMIN_MOBILE_PROVIDER_LIST} + + + + + + #{msg.ADMIN_LIST_MOBILE_PROVIDER_ID} + + + + + + + + #{msg.ADMIN_LIST_MOBILE_PROVIDER_NAME} + + + + + + #{msg.ADMIN_LIST_MOBILE_PROVIDER_DIAL_PREFIX} + + + + + + #{msg.ADMIN_LIST_MOBILE_PROVIDER_COUNTRY} + + + + + + #{msg.ADMIN_LIST_MOBILE_PROVIDER_ENTRY_CREATED} + + + + + + + + +
+
+ #{msg.ADMIN_ADD_MOBILE_PROVIDER_TITLE} +
+ + + + +
+ +
+ #{msg.ADMIN_ADD_MOBILE_PROVIDER_NOTICES} +
    +
  • #{msg.ADMIN_ADD_MOBILE_PROVIDER_PATTERN}
  • +
+
+
+
+
+ diff --git a/web/user/login.xhtml b/web/guest/user/login.xhtml similarity index 100% rename from web/user/login.xhtml rename to web/guest/user/login.xhtml diff --git a/web/user/login_error.xhtml b/web/guest/user/login_error.xhtml similarity index 100% rename from web/user/login_error.xhtml rename to web/guest/user/login_error.xhtml diff --git a/web/user/lost_passwd.xhtml b/web/guest/user/lost_passwd.xhtml similarity index 97% rename from web/user/lost_passwd.xhtml rename to web/guest/user/lost_passwd.xhtml index 94b9f73b..103e070c 100644 --- a/web/user/lost_passwd.xhtml +++ b/web/guest/user/lost_passwd.xhtml @@ -1,68 +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} -
- -
-
- -
- -
- -
- -
-
- -
- - -
-
-
-
-
- + + + + + + #{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/guest/user/register.xhtml similarity index 100% rename from web/user/register.xhtml rename to web/guest/user/register.xhtml diff --git a/web/user/register_done.xhtml b/web/guest/user/register_done.xhtml similarity index 100% rename from web/user/register_done.xhtml rename to web/guest/user/register_done.xhtml diff --git a/web/user/resend_link.xhtml b/web/guest/user/resend_link.xhtml similarity index 100% rename from web/user/resend_link.xhtml rename to web/guest/user/resend_link.xhtml diff --git a/web/user/show_addressbook.xhtml b/web/guest/user/show_addressbook.xhtml similarity index 98% rename from web/user/show_addressbook.xhtml rename to web/guest/user/show_addressbook.xhtml index ad10b3f0..6095ec33 100644 --- a/web/user/show_addressbook.xhtml +++ b/web/guest/user/show_addressbook.xhtml @@ -1,56 +1,56 @@ - - - - - - - - - - - - - #{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} - - - - - - - - - - - - - - + + + + + + + + + + + + + #{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/guest/user/show_addressbook_entries.xhtml similarity index 100% rename from web/user/show_addressbook_entries.xhtml rename to web/guest/user/show_addressbook_entries.xhtml diff --git a/web/user/user_list.xhtml b/web/guest/user/user_list.xhtml similarity index 100% rename from web/user/user_list.xhtml rename to web/guest/user/user_list.xhtml diff --git a/web/user/user_profile.xhtml b/web/guest/user/user_profile.xhtml similarity index 97% rename from web/user/user_profile.xhtml rename to web/guest/user/user_profile.xhtml index b6936170..fe0a4efa 100644 --- a/web/user/user_profile.xhtml +++ b/web/guest/user/user_profile.xhtml @@ -1,48 +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} - -
-
-
- + + + + + + + + + + + + + #{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/imprint.xhtml b/web/imprint.xhtml index fea80343..25c8180f 100644 --- a/web/imprint.xhtml +++ b/web/imprint.xhtml @@ -1,22 +1,22 @@ - - - - - - #{msg.PAGE_TITLE_INDEX_IMPRINT} - - - #{msg.CONTENT_TITLE_INDEX_IMPRINT} - - - - TODO: Hier kommt das Impressum hin! - - - + + + + + + #{msg.PAGE_TITLE_INDEX_IMPRINT} + + + #{msg.CONTENT_TITLE_INDEX_IMPRINT} + + + + TODO: Hier kommt das Impressum hin! + + + diff --git a/web/privacy.xhtml b/web/privacy.xhtml index 4d211283..86df2feb 100644 --- a/web/privacy.xhtml +++ b/web/privacy.xhtml @@ -1,22 +1,22 @@ - - - - - - #{msg.PAGE_TITLE_INDEX_PRIVACY} - - - #{msg.CONTENT_TITLE_INDEX_PRIVACY} - - - - Hier kommen die Datenschutzbestimmungen hin. - - - + + + + + + #{msg.PAGE_TITLE_INDEX_PRIVACY} + + + #{msg.CONTENT_TITLE_INDEX_PRIVACY} + + + + Hier kommen die Datenschutzbestimmungen hin. + + + diff --git a/web/terms.xhtml b/web/terms.xhtml index a7a2ac9c..f46e4cf8 100644 --- a/web/terms.xhtml +++ b/web/terms.xhtml @@ -1,22 +1,22 @@ - - - - - - #{msg.PAGE_TITLE_INDEX_TERMS} - - - #{msg.CONTENT_TITLE_INDEX_TERMS} - - - - Hier kommen die allgemeinen Geschäftsbedingungen hin. - - - + + + + + + #{msg.PAGE_TITLE_INDEX_TERMS} + + + #{msg.CONTENT_TITLE_INDEX_TERMS} + + + + Hier kommen die allgemeinen Geschäftsbedingungen hin. + + + diff --git a/web/login/login_add_addressbook.xhtml b/web/user/login_add_addressbook.xhtml similarity index 97% rename from web/login/login_add_addressbook.xhtml rename to web/user/login_add_addressbook.xhtml index f93fd7fd..a3d17464 100644 --- a/web/login/login_add_addressbook.xhtml +++ b/web/user/login_add_addressbook.xhtml @@ -1,51 +1,51 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_ADD_ADDRESSBOOK} - - - #{msg.CONTENT_TITLE_LOGIN_ADD_ADDRESSBOOK} - - - - - -
-
- #{msg.FORM_LOGIN_ADD_ADDRESSBOOK_TITLE} -
- -
-
- -
- -
- - - -
-
- - -
-
-
- - - - -
-
- + + + + + + #{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/user/login_change_email_address.xhtml similarity index 100% rename from web/login/login_change_email_address.xhtml rename to web/user/login_change_email_address.xhtml diff --git a/web/login/login_change_password.xhtml b/web/user/login_change_password.xhtml similarity index 97% rename from web/login/login_change_password.xhtml rename to web/user/login_change_password.xhtml index be8d7dbe..183c1b5d 100644 --- a/web/login/login_change_password.xhtml +++ b/web/user/login_change_password.xhtml @@ -1,71 +1,71 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_CHANGE_PASSWORD} - - - #{msg.CONTENT_TITLE_LOGIN_CHANGE_PASSWORD} - - - - -
-
- #{msg.LOGIN_CHANGE_PASSWORD_TITLE} -
- - -
-
- #{msg.LOGIN_CHANGE_PASSWORD_LEGEND} - -
-
- -
- -
- -
- -
-
- -
-
- -
- -
- -
- -
-
-
-
- - - - -
-
-
- - - - -
-
- + + + + + + #{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/user/login_change_personal_data.xhtml similarity index 100% rename from web/login/login_change_personal_data.xhtml rename to web/user/login_change_personal_data.xhtml diff --git a/web/login/login_contact_data_saved.xhtml b/web/user/login_contact_data_saved.xhtml similarity index 97% rename from web/login/login_contact_data_saved.xhtml rename to web/user/login_contact_data_saved.xhtml index 8f52ddfe..b0414b3c 100644 --- a/web/login/login_contact_data_saved.xhtml +++ b/web/user/login_contact_data_saved.xhtml @@ -1,30 +1,30 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_CONTACT_DATA_SAVED} - - - #{msg.CONTENT_TITLE_LOGIN_CONTACT_DATA_SAVED} - - - - - - - - - - - - - - - + + + + + + #{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/user/login_data_saved.xhtml similarity index 97% rename from web/login/login_data_saved.xhtml rename to web/user/login_data_saved.xhtml index 53ca4ea3..bd6b87e6 100644 --- a/web/login/login_data_saved.xhtml +++ b/web/user/login_data_saved.xhtml @@ -1,30 +1,30 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_DATA_SAVED} - - - #{msg.CONTENT_TITLE_LOGIN_DATA_SAVED} - - - - - - - - - - - - - - - + + + + + + #{msg.PAGE_TITLE_LOGIN_DATA_SAVED} + + + #{msg.CONTENT_TITLE_LOGIN_DATA_SAVED} + + + + + + + + + + + + + + + diff --git a/web/login/login_edit_user_data.xhtml b/web/user/login_edit_user_data.xhtml similarity index 97% rename from web/login/login_edit_user_data.xhtml rename to web/user/login_edit_user_data.xhtml index 661befae..261571cb 100644 --- a/web/login/login_edit_user_data.xhtml +++ b/web/user/login_edit_user_data.xhtml @@ -1,50 +1,50 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_EDIT_USER_DATA} - - - #{msg.CONTENT_TITLE_LOGIN_EDIT_USER_DATA} - - - - -
-
- #{msg.LOGIN_EDIT_USER_DATA_TITLE} -
- -
- -
- -
-
    -
  • - -
  • -
  • - -
  • -
  • - -
  • -
-
-
-
- - - - -
-
- + + + + + + #{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/user/login_index.xhtml similarity index 97% rename from web/login/login_index.xhtml rename to web/user/login_index.xhtml index d0c5d23e..92d6b8f7 100644 --- a/web/login/login_index.xhtml +++ b/web/user/login_index.xhtml @@ -1,28 +1,28 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_HOME} - - - #{msg.CONTENT_TITLE_LOGIN_HOME} - - - - - Here goes your content. - - - - - - - - + + + + + + #{msg.PAGE_TITLE_LOGIN_HOME} + + + #{msg.CONTENT_TITLE_LOGIN_HOME} + + + + + Here goes your content. + + + + + + + + diff --git a/web/login/login_own_addressbooks.xhtml b/web/user/login_own_addressbooks.xhtml similarity index 98% rename from web/login/login_own_addressbooks.xhtml rename to web/user/login_own_addressbooks.xhtml index e8b26389..235cb072 100644 --- a/web/login/login_own_addressbooks.xhtml +++ b/web/user/login_own_addressbooks.xhtml @@ -1,67 +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} - - - - - - -
- - -
-
- - - - -
-
- + + + + + + #{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_user_data_saved.xhtml b/web/user/login_user_data_saved.xhtml similarity index 97% rename from web/login/login_user_data_saved.xhtml rename to web/user/login_user_data_saved.xhtml index da199456..a98fbcbe 100644 --- a/web/login/login_user_data_saved.xhtml +++ b/web/user/login_user_data_saved.xhtml @@ -1,30 +1,30 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_USER_DATA_SAVED} - - - #{msg.CONTENT_TITLE_LOGIN_USER_DATA_SAVED} - - - - - - - - - - - - - - - + + + + + + #{msg.PAGE_TITLE_LOGIN_USER_DATA_SAVED} + + + #{msg.CONTENT_TITLE_LOGIN_USER_DATA_SAVED} + + + + + + + + + + + + + + + -- 2.39.5