From 5ec6081421fa4514853428edd356fd3153fb1b63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 17 May 2023 02:41:26 +0200 Subject: [PATCH] Please cherry-pick: - also synchronized project from jfinancials - ops, no "dynamic" here --- web/WEB-INF/templates/admin/admin_base.tpl | 9 +- web/WEB-INF/templates/admin/admin_footer.tpl | 17 +- web/WEB-INF/templates/admin/admin_menu.tpl | 75 +-- .../admin_form_basic_company_data.tpl | 246 ---------- .../admin_form_branch_offices_data.tpl | 272 ----------- .../admin/contact/admin_contact_data_mini.tpl | 28 +- .../admin/contact/admin_form_contact_data.tpl | 125 +++++ .../admin/contact/admin_show_contact_data.tpl | 20 +- .../admin/country/admin_form_country_data.tpl | 28 +- .../admin/fax/admin_fax_add_show.tpl | 14 +- .../admin/fax/admin_form_add_contact_fax.tpl | 47 +- .../admin_form_generic_product_data.tpl | 198 ++++++++ .../admin_product_price_input_panel_grid.tpl | 50 ++ .../admin_form_add_contact_landline.tpl | 69 ++- .../landline/admin_landline_add_show.tpl | 14 +- web/WEB-INF/templates/admin/menu/project.tpl | 17 + .../mobile/admin_form_add_contact_mobile.tpl | 67 ++- .../mobile/admin_form_contact_mobile.tpl | 2 +- .../admin/mobile/admin_mobile_add_show.tpl | 14 +- .../admin_form_mobile_provider.tpl | 19 +- .../admin_form_product_category_data.tpl | 65 +++ .../admin/user/admin_show_user_data.tpl | 75 +-- .../admin/user/admin_show_user_data_mini.tpl | 52 +- web/WEB-INF/templates/base.tpl | 109 ----- .../templates/contact/form_contact_data.tpl | 110 +++-- web/WEB-INF/templates/guest/guest_base.tpl | 24 +- .../guest_email_address_repeat_fields.tpl | 10 +- web/WEB-INF/templates/guest/guest_footer.tpl | 33 +- web/WEB-INF/templates/guest/guest_index.tpl | 81 +--- web/WEB-INF/templates/guest/guest_menu.tpl | 33 +- .../templates/guest/guest_privacy_terms.tpl | 17 +- .../templates/guest/user/guest_login_form.tpl | 27 +- .../register/guest_form_register_page1.tpl | 38 +- .../register/guest_form_register_page2.tpl | 27 +- .../register/guest_form_register_single.tpl | 42 +- .../templates/login/user/user_base.tpl | 16 +- ...ser_change_email_address_repeat_fields.tpl | 7 +- .../user/user_enter_current_password.tpl | 9 +- .../templates/login/user/user_footer.tpl | 27 +- .../templates/login/user/user_menu.tpl | 57 ++- web/WEB-INF/templates/master.tpl | 133 +++++ .../widgets/locale_change_widget.tpl | 37 +- web/admin/admin_logout.xhtml | 28 +- .../admin_basic_company_data_list.xhtml | 123 ----- .../admin_branch_offices_list.xhtml | 127 ----- web/admin/contact/admin_contact_delete.xhtml | 43 +- web/admin/contact/admin_contact_edit.xhtml | 53 +- web/admin/contact/admin_contact_export.xhtml | 89 +++- web/admin/contact/admin_contact_list.xhtml | 274 ++++++++--- web/admin/contact/admin_contact_show.xhtml | 55 ++- .../unlink/admin_contact_fax_unlink.xhtml | 78 ++- .../admin_contact_landline_unlink.xhtml | 71 ++- .../unlink/admin_contact_mobile_unlink.xhtml | 71 ++- web/admin/country/admin_country_delete.xhtml | 13 +- web/admin/country/admin_country_edit.xhtml | 13 +- web/admin/country/admin_country_list.xhtml | 290 +++++++++-- web/admin/fax/admin_fax_delete.xhtml | 47 +- web/admin/fax/admin_fax_edit.xhtml | 53 +- web/admin/fax/admin_fax_list.xhtml | 51 +- web/admin/fax/admin_fax_show.xhtml | 63 ++- .../admin_generic_product_delete.xhtml | 39 ++ .../admin_generic_product_edit.xhtml | 81 ++++ .../admin_generic_product_list.xhtml | 459 ++++++++++++++++++ .../admin_generic_product_show.xhtml | 39 ++ web/admin/index.xhtml | 13 +- .../landline/admin_landline_delete.xhtml | 47 +- web/admin/landline/admin_landline_edit.xhtml | 53 +- web/admin/landline/admin_landline_list.xhtml | 51 +- web/admin/landline/admin_landline_show.xhtml | 62 ++- .../admin_product_category_edit.xhtml | 81 ++++ .../admin_product_category_list.xhtml | 318 ++++++++++++ web/guest/user/user_confirm_account.xhtml | 34 +- web/guest/user/user_list.xhtml | 45 +- web/guest/user/user_login.xhtml | 38 +- web/guest/user/user_lost_password.xhtml | 49 +- web/guest/user/user_profile.xhtml | 74 ++- web/guest/user/user_register.xhtml | 36 +- web/guest/user/user_register_done.xhtml | 29 +- web/guest/user/user_register_page2.xhtml | 29 +- web/guest/user/user_resend_done.xhtml | 20 +- web/guest/user/user_resend_link.xhtml | 63 ++- web/user/login_contact_data_saved.xhtml | 37 +- web/user/login_data_saved.xhtml | 23 +- web/user/login_edit_user_data.xhtml | 38 +- web/user/login_index.xhtml | 25 +- web/user/login_logout.xhtml | 27 +- .../login_user_change_email_address.xhtml | 54 ++- web/user/login_user_change_password.xhtml | 60 ++- .../login_user_change_personal_data.xhtml | 62 ++- web/user/login_user_contact_data_saved.xhtml | 38 +- web/user/login_user_data_saved.xhtml | 33 +- 91 files changed, 3940 insertions(+), 2019 deletions(-) delete mode 100644 web/WEB-INF/templates/admin/basic_company_data/admin_form_basic_company_data.tpl delete mode 100644 web/WEB-INF/templates/admin/branch_offices/admin_form_branch_offices_data.tpl create mode 100644 web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl create mode 100644 web/WEB-INF/templates/admin/generic_product/admin_form_generic_product_data.tpl create mode 100644 web/WEB-INF/templates/admin/generic_product/admin_product_price_input_panel_grid.tpl create mode 100644 web/WEB-INF/templates/admin/menu/project.tpl create mode 100644 web/WEB-INF/templates/admin/product_category/admin_form_product_category_data.tpl delete mode 100644 web/WEB-INF/templates/base.tpl create mode 100644 web/WEB-INF/templates/master.tpl delete mode 100644 web/admin/basic_company_data/admin_basic_company_data_list.xhtml delete mode 100644 web/admin/branch_offices/admin_branch_offices_list.xhtml create mode 100644 web/admin/generic_product/admin_generic_product_delete.xhtml create mode 100644 web/admin/generic_product/admin_generic_product_edit.xhtml create mode 100644 web/admin/generic_product/admin_generic_product_list.xhtml create mode 100644 web/admin/generic_product/admin_generic_product_show.xhtml create mode 100644 web/admin/product_category/admin_product_category_edit.xhtml create mode 100644 web/admin/product_category/admin_product_category_list.xhtml diff --git a/web/WEB-INF/templates/admin/admin_base.tpl b/web/WEB-INF/templates/admin/admin_base.tpl index 2aedc46a..64e9523e 100644 --- a/web/WEB-INF/templates/admin/admin_base.tpl +++ b/web/WEB-INF/templates/admin/admin_base.tpl @@ -1,16 +1,17 @@ - + - + + diff --git a/web/WEB-INF/templates/admin/admin_footer.tpl b/web/WEB-INF/templates/admin/admin_footer.tpl index ff9b5c83..3ec61fd8 100644 --- a/web/WEB-INF/templates/admin/admin_footer.tpl +++ b/web/WEB-INF/templates/admin/admin_footer.tpl @@ -1,15 +1,18 @@ + > - - - + + + + + diff --git a/web/WEB-INF/templates/admin/admin_menu.tpl b/web/WEB-INF/templates/admin/admin_menu.tpl index 268b12df..b0740af6 100644 --- a/web/WEB-INF/templates/admin/admin_menu.tpl +++ b/web/WEB-INF/templates/admin/admin_menu.tpl @@ -1,55 +1,68 @@ + > - + + + + + + + diff --git a/web/WEB-INF/templates/admin/basic_company_data/admin_form_basic_company_data.tpl b/web/WEB-INF/templates/admin/basic_company_data/admin_form_basic_company_data.tpl deleted file mode 100644 index 3c71f186..00000000 --- a/web/WEB-INF/templates/admin/basic_company_data/admin_form_basic_company_data.tpl +++ /dev/null @@ -1,246 +0,0 @@ - - - - -
- - - - - -
- -
- -
- - - - -
-
- - - - - - -
- -
- -
- - - - -
-
- - - - - - -
- -
- -
-
-
- - - - - - -
- -
- -
- -
-
- - - - - - -
- -
- -
- - - - -
-
- - - - - - -
- -
- -
- - - - - -
-
- - - - - - -
- -
- -
- - - - - -
-
- - - - - - -
- -
- -
- - - - - -
-
- - - - - - -
- -
- -
- - - - - -
-
- - - - - - -
- -
- -
- - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - -
- -
- -
- - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - -
- -
- -
- -
-
-
-
-
diff --git a/web/WEB-INF/templates/admin/branch_offices/admin_form_branch_offices_data.tpl b/web/WEB-INF/templates/admin/branch_offices/admin_form_branch_offices_data.tpl deleted file mode 100644 index 48dd6e59..00000000 --- a/web/WEB-INF/templates/admin/branch_offices/admin_form_branch_offices_data.tpl +++ /dev/null @@ -1,272 +0,0 @@ - - - - -
- - - - - -
- -
- -
- - - - - -
-
- - - - - - -
- -
- -
- - - - - -
-
- - - - - - -
- -
- -
- - - - - -
-
- - - - - - -
- -
- -
- - - - -
-
- - - - - - -
- -
- -
- - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - -
- -
- -
- - - - - - - - - - - - - -
-
- - - - - - - - - - - - -
- -
- - - - - -
- -
- -
- -
-
- - - - - - -
- -
- -
- - - -
-
- - - - - - -
- -
- -
- - - -
-
- - - - - - -
- -
- -
- - - -
-
- - - - - - -
- -
- -
- - - -
-
- - - - - - -
- -
- -
- -
-
- - - - - - -
- -
- -
- - - - - -
-
- - - - -
-
-
diff --git a/web/WEB-INF/templates/admin/contact/admin_contact_data_mini.tpl b/web/WEB-INF/templates/admin/contact/admin_contact_data_mini.tpl index c8c9f099..de37ded7 100644 --- a/web/WEB-INF/templates/admin/contact/admin_contact_data_mini.tpl +++ b/web/WEB-INF/templates/admin/contact/admin_contact_data_mini.tpl @@ -1,34 +1,42 @@ + + xmlns:p="http://primefaces.org/ui" + > - + - + - + - + - + - + - + - - + + diff --git a/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl b/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl new file mode 100644 index 00000000..568fcf76 --- /dev/null +++ b/web/WEB-INF/templates/admin/contact/admin_form_contact_data.tpl @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
  • + +
  • +
+
+
diff --git a/web/WEB-INF/templates/admin/contact/admin_show_contact_data.tpl b/web/WEB-INF/templates/admin/contact/admin_show_contact_data.tpl index 7b1b357e..e8d7d88f 100644 --- a/web/WEB-INF/templates/admin/contact/admin_show_contact_data.tpl +++ b/web/WEB-INF/templates/admin/contact/admin_show_contact_data.tpl @@ -1,18 +1,26 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" + xmlns:p="http://primefaces.org/ui" + > - + + - + - - + + diff --git a/web/WEB-INF/templates/admin/country/admin_form_country_data.tpl b/web/WEB-INF/templates/admin/country/admin_form_country_data.tpl index 8c51d7c1..980adb56 100644 --- a/web/WEB-INF/templates/admin/country/admin_form_country_data.tpl +++ b/web/WEB-INF/templates/admin/country/admin_form_country_data.tpl @@ -4,14 +4,15 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + > -
+
@@ -22,7 +23,14 @@
- +
@@ -38,7 +46,7 @@
- + @@ -56,7 +64,13 @@
- +
@@ -89,8 +103,8 @@
- - + +
diff --git a/web/WEB-INF/templates/admin/fax/admin_fax_add_show.tpl b/web/WEB-INF/templates/admin/fax/admin_fax_add_show.tpl index 2492f9da..0ac5df69 100644 --- a/web/WEB-INF/templates/admin/fax/admin_fax_add_show.tpl +++ b/web/WEB-INF/templates/admin/fax/admin_fax_add_show.tpl @@ -1,16 +1,24 @@ - + - + diff --git a/web/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl b/web/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl index 6ad0222f..fd30eb7d 100644 --- a/web/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl +++ b/web/WEB-INF/templates/admin/fax/admin_form_add_contact_fax.tpl @@ -1,16 +1,22 @@ + xmlns:p="http://primefaces.org/ui" + > - + - - + +
@@ -30,8 +36,18 @@ value="#{adminPhoneController.faxNumber}" > - - + + + +
@@ -40,13 +56,20 @@ - + - + +
diff --git a/web/WEB-INF/templates/admin/generic_product/admin_form_generic_product_data.tpl b/web/WEB-INF/templates/admin/generic_product/admin_form_generic_product_data.tpl new file mode 100644 index 00000000..c1e24f4e --- /dev/null +++ b/web/WEB-INF/templates/admin/generic_product/admin_form_generic_product_data.tpl @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/WEB-INF/templates/admin/generic_product/admin_product_price_input_panel_grid.tpl b/web/WEB-INF/templates/admin/generic_product/admin_product_price_input_panel_grid.tpl new file mode 100644 index 00000000..5e119654 --- /dev/null +++ b/web/WEB-INF/templates/admin/generic_product/admin_product_price_input_panel_grid.tpl @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + diff --git a/web/WEB-INF/templates/admin/landline/admin_form_add_contact_landline.tpl b/web/WEB-INF/templates/admin/landline/admin_form_add_contact_landline.tpl index d2357275..651763e3 100644 --- a/web/WEB-INF/templates/admin/landline/admin_form_add_contact_landline.tpl +++ b/web/WEB-INF/templates/admin/landline/admin_form_add_contact_landline.tpl @@ -1,16 +1,22 @@ + xmlns:p="http://primefaces.org/ui" + > - + - - + +
@@ -19,33 +25,52 @@ - -
- -
+ + + + -
- - - - - -
-
+ + + + +
- + - +
diff --git a/web/WEB-INF/templates/admin/landline/admin_landline_add_show.tpl b/web/WEB-INF/templates/admin/landline/admin_landline_add_show.tpl index 4b0d7b40..9998fb11 100644 --- a/web/WEB-INF/templates/admin/landline/admin_landline_add_show.tpl +++ b/web/WEB-INF/templates/admin/landline/admin_landline_add_show.tpl @@ -1,16 +1,24 @@ - + - + diff --git a/web/WEB-INF/templates/admin/menu/project.tpl b/web/WEB-INF/templates/admin/menu/project.tpl new file mode 100644 index 00000000..44874c3b --- /dev/null +++ b/web/WEB-INF/templates/admin/menu/project.tpl @@ -0,0 +1,17 @@ + + + + + + + + + + + + + diff --git a/web/WEB-INF/templates/admin/mobile/admin_form_add_contact_mobile.tpl b/web/WEB-INF/templates/admin/mobile/admin_form_add_contact_mobile.tpl index 3c78b683..81871788 100644 --- a/web/WEB-INF/templates/admin/mobile/admin_form_add_contact_mobile.tpl +++ b/web/WEB-INF/templates/admin/mobile/admin_form_add_contact_mobile.tpl @@ -1,16 +1,22 @@ + xmlns:p="http://primefaces.org/ui" + > - + - - + +
@@ -19,12 +25,6 @@ -<<<<<<< HEAD - -
- -
-======= ->>>>>>> 6774350c5 (Please cherry-pick:) -
- - - - - -
-
+ + + + + + +
- + + - +
diff --git a/web/WEB-INF/templates/admin/mobile/admin_form_contact_mobile.tpl b/web/WEB-INF/templates/admin/mobile/admin_form_contact_mobile.tpl index ef10a651..428320aa 100644 --- a/web/WEB-INF/templates/admin/mobile/admin_form_contact_mobile.tpl +++ b/web/WEB-INF/templates/admin/mobile/admin_form_contact_mobile.tpl @@ -7,6 +7,6 @@ - + diff --git a/web/WEB-INF/templates/admin/mobile/admin_mobile_add_show.tpl b/web/WEB-INF/templates/admin/mobile/admin_mobile_add_show.tpl index 14306965..b3a3865e 100644 --- a/web/WEB-INF/templates/admin/mobile/admin_mobile_add_show.tpl +++ b/web/WEB-INF/templates/admin/mobile/admin_mobile_add_show.tpl @@ -1,16 +1,24 @@ - + - + diff --git a/web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl b/web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl index 156b795d..607d1b71 100644 --- a/web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl +++ b/web/WEB-INF/templates/admin/mobile_provider/admin_form_mobile_provider.tpl @@ -1,17 +1,19 @@ + xmlns:p="http://primefaces.org/ui" + > -
+
@@ -22,8 +24,8 @@
- - + +
@@ -38,7 +40,7 @@
- +
@@ -50,7 +52,7 @@
- +
@@ -60,10 +62,7 @@
- - - - +
diff --git a/web/WEB-INF/templates/admin/product_category/admin_form_product_category_data.tpl b/web/WEB-INF/templates/admin/product_category/admin_form_product_category_data.tpl new file mode 100644 index 00000000..256751d4 --- /dev/null +++ b/web/WEB-INF/templates/admin/product_category/admin_form_product_category_data.tpl @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/WEB-INF/templates/admin/user/admin_show_user_data.tpl b/web/WEB-INF/templates/admin/user/admin_show_user_data.tpl index 7f5d92f5..e114c2d9 100644 --- a/web/WEB-INF/templates/admin/user/admin_show_user_data.tpl +++ b/web/WEB-INF/templates/admin/user/admin_show_user_data.tpl @@ -1,76 +1,83 @@ + + xmlns:p="http://primefaces.org/ui" + > - + - + - - + + - + - - + + - + - - + + - - + + - + - - + + - - + + - + - + - + - + - + - - + + - - + + - + - - + + - + - - + + diff --git a/web/WEB-INF/templates/admin/user/admin_show_user_data_mini.tpl b/web/WEB-INF/templates/admin/user/admin_show_user_data_mini.tpl index ef3e1c95..b6a0db4d 100644 --- a/web/WEB-INF/templates/admin/user/admin_show_user_data_mini.tpl +++ b/web/WEB-INF/templates/admin/user/admin_show_user_data_mini.tpl @@ -1,52 +1,64 @@ + + xmlns:p="http://primefaces.org/ui" + > - + - + - - + + - + - + - - + + - + - - + + - - + + - + - + - + - - + + diff --git a/web/WEB-INF/templates/base.tpl b/web/WEB-INF/templates/base.tpl deleted file mode 100644 index 83ab95de..00000000 --- a/web/WEB-INF/templates/base.tpl +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - <h:outputText value="#{initParam['project_title']}" /> - <h:outputText value=" - " /> - <ui:insert name="title"> - <h:outputText value="Default title" /> - </ui:insert> - - - - - - - - - -
- - - - - -
- - -
- - - -
- -
- - - -
-
-
- - - - - - - - - - - - - -
- - -
- -
- - -
- -
- -
-
-
-
- -
diff --git a/web/WEB-INF/templates/contact/form_contact_data.tpl b/web/WEB-INF/templates/contact/form_contact_data.tpl index 12406604..05aab6b4 100644 --- a/web/WEB-INF/templates/contact/form_contact_data.tpl +++ b/web/WEB-INF/templates/contact/form_contact_data.tpl @@ -1,23 +1,24 @@ + xmlns:p="http://primefaces.org/ui" + > -
+
- +
@@ -25,7 +26,7 @@
- +
@@ -41,7 +42,7 @@
- +
@@ -57,7 +58,7 @@
- +
@@ -73,8 +74,8 @@
- - + +
@@ -89,7 +90,7 @@
- +
@@ -103,7 +104,7 @@
- +
@@ -119,15 +120,15 @@
- +
- - - + + +
@@ -135,33 +136,34 @@
- - - +
- - - + + +
- +
- - - - - +
- - - + + +
@@ -169,17 +171,13 @@
- - - - - + - + - +
@@ -199,17 +197,13 @@
- - - - - + - + - +
@@ -223,17 +217,37 @@
- + +
- -
+ +
- + + + + + + + + + +
diff --git a/web/WEB-INF/templates/guest/guest_base.tpl b/web/WEB-INF/templates/guest/guest_base.tpl index 9d185482..93d35583 100644 --- a/web/WEB-INF/templates/guest/guest_base.tpl +++ b/web/WEB-INF/templates/guest/guest_base.tpl @@ -1,12 +1,12 @@ - - + + @@ -17,24 +17,6 @@ - - - - - - - - - - - - - - - - diff --git a/web/WEB-INF/templates/guest/guest_email_address_repeat_fields.tpl b/web/WEB-INF/templates/guest/guest_email_address_repeat_fields.tpl index da53f249..f463d497 100644 --- a/web/WEB-INF/templates/guest/guest_email_address_repeat_fields.tpl +++ b/web/WEB-INF/templates/guest/guest_email_address_repeat_fields.tpl @@ -2,9 +2,11 @@ + xmlns:p="http://primefaces.org/ui" + >
@@ -12,8 +14,8 @@
- - + +
@@ -28,7 +30,7 @@
- +
diff --git a/web/WEB-INF/templates/guest/guest_footer.tpl b/web/WEB-INF/templates/guest/guest_footer.tpl index 5c3306cb..079611b6 100644 --- a/web/WEB-INF/templates/guest/guest_footer.tpl +++ b/web/WEB-INF/templates/guest/guest_footer.tpl @@ -4,35 +4,56 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + > diff --git a/web/WEB-INF/templates/guest/user/guest_login_form.tpl b/web/WEB-INF/templates/guest/user/guest_login_form.tpl index 59511d9a..ce1f7f28 100644 --- a/web/WEB-INF/templates/guest/user/guest_login_form.tpl +++ b/web/WEB-INF/templates/guest/user/guest_login_form.tpl @@ -4,16 +4,17 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + > - +
-
+
@@ -24,7 +25,7 @@
- +
@@ -38,7 +39,7 @@
- +
@@ -47,10 +48,18 @@
- + + + + + diff --git a/web/WEB-INF/templates/guest/user/register/guest_form_register_page1.tpl b/web/WEB-INF/templates/guest/user/register/guest_form_register_page1.tpl index cc803e85..23c7b37e 100644 --- a/web/WEB-INF/templates/guest/user/register/guest_form_register_page1.tpl +++ b/web/WEB-INF/templates/guest/user/register/guest_form_register_page1.tpl @@ -4,16 +4,17 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + > - - + +
-
+
@@ -25,7 +26,14 @@
- +
@@ -45,7 +53,7 @@
- +
@@ -59,7 +67,7 @@
- +
@@ -84,10 +92,18 @@ - + + + + +
diff --git a/web/WEB-INF/templates/guest/user/register/guest_form_register_page2.tpl b/web/WEB-INF/templates/guest/user/register/guest_form_register_page2.tpl index 547442b8..5bdccf1b 100644 --- a/web/WEB-INF/templates/guest/user/register/guest_form_register_page2.tpl +++ b/web/WEB-INF/templates/guest/user/register/guest_form_register_page2.tpl @@ -4,20 +4,31 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + > - - + +
- + + + - + + + + +
diff --git a/web/WEB-INF/templates/guest/user/register/guest_form_register_single.tpl b/web/WEB-INF/templates/guest/user/register/guest_form_register_single.tpl index 6dff4156..98cec771 100644 --- a/web/WEB-INF/templates/guest/user/register/guest_form_register_single.tpl +++ b/web/WEB-INF/templates/guest/user/register/guest_form_register_single.tpl @@ -4,18 +4,21 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + > - - + +
- + + +
-
+
@@ -27,7 +30,14 @@
- +
@@ -47,7 +57,7 @@
- +
@@ -61,7 +71,7 @@
- +
@@ -88,10 +98,18 @@ - + + + + +
diff --git a/web/WEB-INF/templates/login/user/user_base.tpl b/web/WEB-INF/templates/login/user/user_base.tpl index 510d485e..faab2b41 100644 --- a/web/WEB-INF/templates/login/user/user_base.tpl +++ b/web/WEB-INF/templates/login/user/user_base.tpl @@ -1,21 +1,27 @@ - + - + - + diff --git a/web/WEB-INF/templates/login/user/user_change_email_address_repeat_fields.tpl b/web/WEB-INF/templates/login/user/user_change_email_address_repeat_fields.tpl index 1ba2c6ea..069004db 100644 --- a/web/WEB-INF/templates/login/user/user_change_email_address_repeat_fields.tpl +++ b/web/WEB-INF/templates/login/user/user_change_email_address_repeat_fields.tpl @@ -2,10 +2,11 @@ + xmlns:p="http://primefaces.org/ui" + >
@@ -14,7 +15,7 @@
- +
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 index 09d9e825..81ad613f 100644 --- a/web/WEB-INF/templates/login/user/user_enter_current_password.tpl +++ b/web/WEB-INF/templates/login/user/user_enter_current_password.tpl @@ -4,10 +4,11 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + > -
+
@@ -18,8 +19,8 @@
- - + +
diff --git a/web/WEB-INF/templates/login/user/user_footer.tpl b/web/WEB-INF/templates/login/user/user_footer.tpl index 652bae5b..0ae95d58 100644 --- a/web/WEB-INF/templates/login/user/user_footer.tpl +++ b/web/WEB-INF/templates/login/user/user_footer.tpl @@ -4,29 +4,46 @@ xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" - xmlns:p="http://primefaces.org/ui"> + xmlns:p="http://primefaces.org/ui" + >
- + + + + +
diff --git a/web/guest/user/user_profile.xhtml b/web/guest/user/user_profile.xhtml index d490c8ed..84243482 100644 --- a/web/guest/user/user_profile.xhtml +++ b/web/guest/user/user_profile.xhtml @@ -1,23 +1,33 @@ - + - - + + - + - + @@ -26,22 +36,34 @@ - - - - - - - - -
- - - - - - -
+ + + + + + + + + + + + + +
diff --git a/web/guest/user/user_register.xhtml b/web/guest/user/user_register.xhtml index 7364c6ab..aba81919 100644 --- a/web/guest/user/user_register.xhtml +++ b/web/guest/user/user_register.xhtml @@ -1,13 +1,14 @@ - + - + @@ -16,15 +17,28 @@ - + - + - + diff --git a/web/guest/user/user_register_done.xhtml b/web/guest/user/user_register_done.xhtml index c34301d4..849730b4 100644 --- a/web/guest/user/user_register_done.xhtml +++ b/web/guest/user/user_register_done.xhtml @@ -1,18 +1,22 @@ - + - + - + @@ -21,7 +25,12 @@
- + diff --git a/web/guest/user/user_register_page2.xhtml b/web/guest/user/user_register_page2.xhtml index f8bf7a6b..5b7ee595 100644 --- a/web/guest/user/user_register_page2.xhtml +++ b/web/guest/user/user_register_page2.xhtml @@ -1,13 +1,14 @@ - + - + @@ -16,13 +17,21 @@ - + - + diff --git a/web/guest/user/user_resend_done.xhtml b/web/guest/user/user_resend_done.xhtml index a0f18d0f..2796c0b2 100644 --- a/web/guest/user/user_resend_done.xhtml +++ b/web/guest/user/user_resend_done.xhtml @@ -1,12 +1,13 @@ - + - + @@ -15,6 +16,9 @@ - + diff --git a/web/guest/user/user_resend_link.xhtml b/web/guest/user/user_resend_link.xhtml index faf4f2b7..f29ae1b7 100644 --- a/web/guest/user/user_resend_link.xhtml +++ b/web/guest/user/user_resend_link.xhtml @@ -1,13 +1,16 @@ - - - + + + @@ -16,44 +19,64 @@ - + - +
-
+
- +
- - + +
- + - + + + + + diff --git a/web/user/login_contact_data_saved.xhtml b/web/user/login_contact_data_saved.xhtml index 0ce16dad..0c6f662b 100644 --- a/web/user/login_contact_data_saved.xhtml +++ b/web/user/login_contact_data_saved.xhtml @@ -1,27 +1,40 @@ - + - + - + - + - + - + diff --git a/web/user/login_data_saved.xhtml b/web/user/login_data_saved.xhtml index 7af8f136..91afff19 100644 --- a/web/user/login_data_saved.xhtml +++ b/web/user/login_data_saved.xhtml @@ -1,21 +1,26 @@ - + - + - + - + diff --git a/web/user/login_edit_user_data.xhtml b/web/user/login_edit_user_data.xhtml index 8e99559d..1686bedd 100644 --- a/web/user/login_edit_user_data.xhtml +++ b/web/user/login_edit_user_data.xhtml @@ -1,16 +1,18 @@ - - - + + + - + @@ -28,18 +30,30 @@
  • - +
  • - +
  • - +
diff --git a/web/user/login_index.xhtml b/web/user/login_index.xhtml index 63f89090..76e5055e 100644 --- a/web/user/login_index.xhtml +++ b/web/user/login_index.xhtml @@ -1,16 +1,17 @@ - + - + - + @@ -19,9 +20,11 @@
- - - + diff --git a/web/user/login_logout.xhtml b/web/user/login_logout.xhtml index d0eee5cb..80e839bc 100644 --- a/web/user/login_logout.xhtml +++ b/web/user/login_logout.xhtml @@ -1,21 +1,22 @@ - + - + - + - +
@@ -25,9 +26,11 @@ - + diff --git a/web/user/login_user_change_email_address.xhtml b/web/user/login_user_change_email_address.xhtml index 8f0a3bbb..78d70dd5 100644 --- a/web/user/login_user_change_email_address.xhtml +++ b/web/user/login_user_change_email_address.xhtml @@ -1,30 +1,40 @@ - - - + + + - + - + - +
- -
+ +
@@ -46,10 +56,18 @@ - + + + + + diff --git a/web/user/login_user_change_password.xhtml b/web/user/login_user_change_password.xhtml index caa79212..f18f7277 100644 --- a/web/user/login_user_change_password.xhtml +++ b/web/user/login_user_change_password.xhtml @@ -1,37 +1,47 @@ - - - + + + - + - - - + + + - +
-
+
@@ -42,7 +52,7 @@
- +
@@ -56,7 +66,7 @@
- +
@@ -70,10 +80,18 @@ - + + + + +
diff --git a/web/user/login_user_change_personal_data.xhtml b/web/user/login_user_change_personal_data.xhtml index b5c1a72e..445cf895 100644 --- a/web/user/login_user_change_personal_data.xhtml +++ b/web/user/login_user_change_personal_data.xhtml @@ -1,47 +1,67 @@ - - - + + + - + - + - - - + - +
- - + + + + - + + + + +
diff --git a/web/user/login_user_contact_data_saved.xhtml b/web/user/login_user_contact_data_saved.xhtml index ab88c830..95e19e52 100644 --- a/web/user/login_user_contact_data_saved.xhtml +++ b/web/user/login_user_contact_data_saved.xhtml @@ -1,26 +1,40 @@ - + - + - + - + - + - + diff --git a/web/user/login_user_data_saved.xhtml b/web/user/login_user_data_saved.xhtml index 531068f4..dd461a19 100644 --- a/web/user/login_user_data_saved.xhtml +++ b/web/user/login_user_data_saved.xhtml @@ -1,26 +1,33 @@ - + - + - + - + - - - + -- 2.39.5