From bfa1a6cd083ffea7eab3a4779ae1676e8119c4fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 15 Aug 2016 15:49:44 +0200 Subject: [PATCH] Continued with switching vanilla HTML -> JSF2.0 tags: (please cherry-pick) - Switched some div tags (for "tables") to h:panelGroup - Maybe more can be changed without having ugly nested h:panelGroup tags ? MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../admin/contact/admin_contact_links.tpl | 40 +++--- .../templates/admin/user/admin_user_links.tpl | 64 +++++----- .../templates/guest/user/guest_login_form.tpl | 4 +- .../register/guest_form_register_page1.tpl | 4 +- .../register/guest_form_register_page2.tpl | 4 +- .../register/guest_form_register_single.tpl | 4 +- .../templates/user/user_not_logged_in.tpl | 4 +- web/WEB-INF/templates/user/userid_error.tpl | 4 +- web/admin/admin_logout.xhtml | 4 +- .../cellphone/admin_cellphone_delete.xhtml | 4 +- .../cellphone/admin_cellphone_edit.xhtml | 4 +- .../admin_contact_cellphone_unlink.xhtml | 4 +- web/admin/contact/admin_contact_delete.xhtml | 4 +- web/admin/contact/admin_contact_edit.xhtml | 4 +- web/admin/contact/admin_contact_export.xhtml | 4 +- web/admin/contact/admin_contact_list.xhtml | 7 +- web/admin/country/admin_country_list.xhtml | 4 +- .../admin_mobile_provider_list.xhtml | 4 +- web/admin/user/admin_user_edit.xhtml | 4 +- web/admin/user/admin_user_export.xhtml | 4 +- web/admin/user/admin_user_list.xhtml | 4 +- web/admin/user/admin_user_lock.xhtml | 4 +- web/admin/user/admin_user_unlock.xhtml | 4 +- web/guest/user/confirm_account.xhtml | 28 ++--- web/guest/user/lost_passwd.xhtml | 4 +- web/guest/user/resend_link.xhtml | 4 +- web/guest/user/user_list.xhtml | 35 +++--- web/user/login_change_email_address.xhtml | 60 +++++---- web/user/login_change_password.xhtml | 114 +++++++++--------- web/user/login_change_personal_data.xhtml | 30 +++-- web/user/login_edit_user_data.xhtml | 62 +++++----- web/user/login_logout.xhtml | 4 +- 32 files changed, 260 insertions(+), 272 deletions(-) diff --git a/web/WEB-INF/templates/admin/contact/admin_contact_links.tpl b/web/WEB-INF/templates/admin/contact/admin_contact_links.tpl index 175474e2..312e437c 100644 --- a/web/WEB-INF/templates/admin/contact/admin_contact_links.tpl +++ b/web/WEB-INF/templates/admin/contact/admin_contact_links.tpl @@ -7,28 +7,26 @@ - -
-
- -
+ +
+ +
-
-
    -
  • - - - -
  • +
    +
      +
    • + + + +
    • -
    • - - - - -
    • -
    -
    +
  • + + + + +
  • +
- +
diff --git a/web/WEB-INF/templates/admin/user/admin_user_links.tpl b/web/WEB-INF/templates/admin/user/admin_user_links.tpl index 34cb19a5..180cc90b 100644 --- a/web/WEB-INF/templates/admin/user/admin_user_links.tpl +++ b/web/WEB-INF/templates/admin/user/admin_user_links.tpl @@ -7,46 +7,44 @@ - -
-
- -
+ +
+ +
-
-
    -
  • - - - -
  • +
    +
      +
    • + + + +
    • + +
    • + + + +
    • +
    • - - + + -
    • - - -
    • - - - - - - -
    • -
      - -
    • - - +
    • -
    -
    + + +
  • + + + + +
  • +
- +
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 aeb0ae81..2387a5fe 100644 --- a/web/WEB-INF/templates/guest/user/guest_login_form.tpl +++ b/web/WEB-INF/templates/guest/user/guest_login_form.tpl @@ -6,7 +6,7 @@ xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
-
+
#{msg.GUEST_ENTER_USER_LOGIN_DATA_TITLE}
@@ -45,7 +45,7 @@
-
+
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 284aea50..a1fb51cd 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 @@ -7,7 +7,7 @@ -
+
#{msg.GUEST_REGISTRATION_PAGE1_TITLE}
@@ -74,6 +74,6 @@
-
+ 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 b62cf97e..b68b6e8d 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 @@ -6,7 +6,7 @@ xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> -
+
#{msg.GUEST_REGISTRATION_PAGE2_TITLE}
@@ -17,6 +17,6 @@
- +
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 1b084bd5..cd7b8f40 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 @@ -6,7 +6,7 @@ xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> -
+
@@ -79,6 +79,6 @@
- +
diff --git a/web/WEB-INF/templates/user/user_not_logged_in.tpl b/web/WEB-INF/templates/user/user_not_logged_in.tpl index 2bce29de..5981ed05 100644 --- a/web/WEB-INF/templates/user/user_not_logged_in.tpl +++ b/web/WEB-INF/templates/user/user_not_logged_in.tpl @@ -5,7 +5,7 @@ xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> -
+
@@ -13,5 +13,5 @@
-
+ diff --git a/web/WEB-INF/templates/user/userid_error.tpl b/web/WEB-INF/templates/user/userid_error.tpl index 4b3fec3c..0d45fc32 100644 --- a/web/WEB-INF/templates/user/userid_error.tpl +++ b/web/WEB-INF/templates/user/userid_error.tpl @@ -5,7 +5,7 @@ xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> -
+
@@ -13,5 +13,5 @@
-
+ diff --git a/web/admin/admin_logout.xhtml b/web/admin/admin_logout.xhtml index 17ac3d5e..25b55f29 100644 --- a/web/admin/admin_logout.xhtml +++ b/web/admin/admin_logout.xhtml @@ -16,7 +16,7 @@ -
+
@@ -28,7 +28,7 @@ -
+
diff --git a/web/admin/cellphone/admin_cellphone_delete.xhtml b/web/admin/cellphone/admin_cellphone_delete.xhtml index 38166fb1..1464fc11 100644 --- a/web/admin/cellphone/admin_cellphone_delete.xhtml +++ b/web/admin/cellphone/admin_cellphone_delete.xhtml @@ -20,7 +20,7 @@ -
+
@@ -39,7 +39,7 @@ -
+
diff --git a/web/admin/cellphone/admin_cellphone_edit.xhtml b/web/admin/cellphone/admin_cellphone_edit.xhtml index 192a2914..9c8fe9bf 100644 --- a/web/admin/cellphone/admin_cellphone_edit.xhtml +++ b/web/admin/cellphone/admin_cellphone_edit.xhtml @@ -21,7 +21,7 @@ -
+
#{msg.ADMIN_EDIT_CELLPHONE_TITLE}
@@ -32,7 +32,7 @@
- +
diff --git a/web/admin/cellphone/admin_contact_cellphone_unlink.xhtml b/web/admin/cellphone/admin_contact_cellphone_unlink.xhtml index f39b1e2b..4e15c78d 100644 --- a/web/admin/cellphone/admin_contact_cellphone_unlink.xhtml +++ b/web/admin/cellphone/admin_contact_cellphone_unlink.xhtml @@ -21,7 +21,7 @@ -
+
@@ -47,7 +47,7 @@ -
+
diff --git a/web/admin/contact/admin_contact_delete.xhtml b/web/admin/contact/admin_contact_delete.xhtml index 11b5641c..214ac554 100644 --- a/web/admin/contact/admin_contact_delete.xhtml +++ b/web/admin/contact/admin_contact_delete.xhtml @@ -23,7 +23,7 @@ -
+
@@ -40,7 +40,7 @@
-
+
diff --git a/web/admin/contact/admin_contact_edit.xhtml b/web/admin/contact/admin_contact_edit.xhtml index 7968f503..587d7cc2 100644 --- a/web/admin/contact/admin_contact_edit.xhtml +++ b/web/admin/contact/admin_contact_edit.xhtml @@ -23,7 +23,7 @@ -
+
@@ -42,7 +42,7 @@
-
+
diff --git a/web/admin/contact/admin_contact_export.xhtml b/web/admin/contact/admin_contact_export.xhtml index 502d57a3..4de001b8 100644 --- a/web/admin/contact/admin_contact_export.xhtml +++ b/web/admin/contact/admin_contact_export.xhtml @@ -153,7 +153,7 @@ -
+
@@ -167,7 +167,7 @@
- +
diff --git a/web/admin/contact/admin_contact_list.xhtml b/web/admin/contact/admin_contact_list.xhtml index 3b03197c..4f82f3e2 100644 --- a/web/admin/contact/admin_contact_list.xhtml +++ b/web/admin/contact/admin_contact_list.xhtml @@ -69,8 +69,8 @@ -
- + +
@@ -85,7 +85,8 @@
- + + diff --git a/web/admin/country/admin_country_list.xhtml b/web/admin/country/admin_country_list.xhtml index 752e9f49..a34b3406 100644 --- a/web/admin/country/admin_country_list.xhtml +++ b/web/admin/country/admin_country_list.xhtml @@ -52,7 +52,7 @@ -
+
@@ -63,7 +63,7 @@
- +
diff --git a/web/admin/mobile_provider/admin_mobile_provider_list.xhtml b/web/admin/mobile_provider/admin_mobile_provider_list.xhtml index 50515f7b..a34d3777 100644 --- a/web/admin/mobile_provider/admin_mobile_provider_list.xhtml +++ b/web/admin/mobile_provider/admin_mobile_provider_list.xhtml @@ -62,7 +62,7 @@ -
+
@@ -73,7 +73,7 @@
-
+
diff --git a/web/admin/user/admin_user_edit.xhtml b/web/admin/user/admin_user_edit.xhtml index 2f28bda7..630bb23e 100644 --- a/web/admin/user/admin_user_edit.xhtml +++ b/web/admin/user/admin_user_edit.xhtml @@ -24,7 +24,7 @@ -
+
#{msg.ADMIN_EDIT_USER_TITLE}
@@ -41,7 +41,7 @@
-
+
diff --git a/web/admin/user/admin_user_export.xhtml b/web/admin/user/admin_user_export.xhtml index 151ea73d..41ea92d3 100644 --- a/web/admin/user/admin_user_export.xhtml +++ b/web/admin/user/admin_user_export.xhtml @@ -171,7 +171,7 @@ -
+
@@ -185,7 +185,7 @@
- + diff --git a/web/admin/user/admin_user_list.xhtml b/web/admin/user/admin_user_list.xhtml index 6d03cc0d..d81c1ce0 100644 --- a/web/admin/user/admin_user_list.xhtml +++ b/web/admin/user/admin_user_list.xhtml @@ -85,7 +85,7 @@ -
+
@@ -133,7 +133,7 @@
-
+ diff --git a/web/admin/user/admin_user_lock.xhtml b/web/admin/user/admin_user_lock.xhtml index 7c683b7b..357c1df3 100644 --- a/web/admin/user/admin_user_lock.xhtml +++ b/web/admin/user/admin_user_lock.xhtml @@ -24,7 +24,7 @@ -
+
@@ -77,7 +77,7 @@
-
+
diff --git a/web/admin/user/admin_user_unlock.xhtml b/web/admin/user/admin_user_unlock.xhtml index 95830395..41cbfe11 100644 --- a/web/admin/user/admin_user_unlock.xhtml +++ b/web/admin/user/admin_user_unlock.xhtml @@ -23,7 +23,7 @@ -
+
@@ -88,7 +88,7 @@
-
+
diff --git a/web/guest/user/confirm_account.xhtml b/web/guest/user/confirm_account.xhtml index a7d6a9c1..0adfb02d 100644 --- a/web/guest/user/confirm_account.xhtml +++ b/web/guest/user/confirm_account.xhtml @@ -21,25 +21,21 @@ - -
-
- -
+ +
+ +
-
- - - - - -
+
+ + + + +
- +
- - - + diff --git a/web/guest/user/lost_passwd.xhtml b/web/guest/user/lost_passwd.xhtml index 4bfc01c4..4e8536ea 100644 --- a/web/guest/user/lost_passwd.xhtml +++ b/web/guest/user/lost_passwd.xhtml @@ -18,7 +18,7 @@
-
+
@@ -62,7 +62,7 @@
-
+
diff --git a/web/guest/user/resend_link.xhtml b/web/guest/user/resend_link.xhtml index ff57a37e..49c48c22 100644 --- a/web/guest/user/resend_link.xhtml +++ b/web/guest/user/resend_link.xhtml @@ -16,7 +16,7 @@ -
+
@@ -51,7 +51,7 @@
- +
<<<<<<< HEAD diff --git a/web/guest/user/user_list.xhtml b/web/guest/user/user_list.xhtml index ba581916..a14220e3 100644 --- a/web/guest/user/user_list.xhtml +++ b/web/guest/user/user_list.xhtml @@ -14,26 +14,25 @@
- -
-
- -
+ +
+ +
- - - #{msg.USER_NAME} - - - - + + + #{msg.USER_NAME} + + + + - - #{msg.USER_CREATED} - - - -
+ + #{msg.USER_CREATED} + + + + >
diff --git a/web/user/login_change_email_address.xhtml b/web/user/login_change_email_address.xhtml index edb392c1..73a2fdbb 100644 --- a/web/user/login_change_email_address.xhtml +++ b/web/user/login_change_email_address.xhtml @@ -15,44 +15,42 @@
- -
-
- -
- - -
-
- - - + +
+ +
-
-
- -
+ +
+
+ + + -
- -
+
+
+ +
-
+
+
- -
-
+
+
- + +
+
- -
-
-
+ + + + + diff --git a/web/user/login_change_password.xhtml b/web/user/login_change_password.xhtml index 7d957e14..a4b50d33 100644 --- a/web/user/login_change_password.xhtml +++ b/web/user/login_change_password.xhtml @@ -16,80 +16,82 @@ - -
-
- -
- - -
-
- - - - -
-
- -
+ +
+ +
-
- -
+ +
+
+ + + -
+
+
+
-
- +
+
-
-
- -
+
+
-
- -
+
+ +
+ +
+
+
-
- +
+
-
-
- -
+
+
+ +
+ +
-
- -
+
+
+
-
- +
+
-
-
- - -
-
- +
+
+ +
+ +
+ +
+ + + + + + +
- -
+ - - - + +
diff --git a/web/user/login_change_personal_data.xhtml b/web/user/login_change_personal_data.xhtml index a968286e..ec2a7cfb 100644 --- a/web/user/login_change_personal_data.xhtml +++ b/web/user/login_change_personal_data.xhtml @@ -15,26 +15,24 @@
- -
-
- -
+ +
+ +
- - + + - + - + - - -
-
+ + + diff --git a/web/user/login_edit_user_data.xhtml b/web/user/login_edit_user_data.xhtml index fbdda7de..162b2eac 100644 --- a/web/user/login_edit_user_data.xhtml +++ b/web/user/login_edit_user_data.xhtml @@ -15,39 +15,37 @@
- -
-
- -
- -
- -
- -
-
    - -
  • - -
  • -
    - - -
  • - -
  • -
    - - -
  • - -
  • -
    -
-
+ +
+
- + +
+ +
+ +
+
    + +
  • + +
  • +
    + + +
  • + +
  • +
    + + +
  • + +
  • +
    +
+
+
diff --git a/web/user/login_logout.xhtml b/web/user/login_logout.xhtml index 957b4f20..4c8a6516 100644 --- a/web/user/login_logout.xhtml +++ b/web/user/login_logout.xhtml @@ -16,7 +16,7 @@ -
+
@@ -28,7 +28,7 @@ -
+
-- 2.39.5