From e639259baec0c23ee1ec941b41d5de08be53fe6b Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 17 Apr 2016 19:07:40 +0200 Subject: [PATCH] global commit: changed name space to jcp.org as this is seems to be lesser proprietary? --- web/WEB-INF/templates.dist/admin_page.xhtml | 2 +- web/WEB-INF/templates.dist/guest_login_page.xhtml | 2 +- web/WEB-INF/templates.dist/guest_page.xhtml | 2 +- web/WEB-INF/templates.dist/template.tpl | 2 +- web/WEB-INF/templates/admin/admin_base.tpl | 2 +- web/WEB-INF/templates/admin/admin_footer.tpl | 2 +- web/WEB-INF/templates/admin/admin_menu.tpl | 2 +- .../templates/admin/category/admin_category_selection_box.tpl | 2 +- .../admin/category/admin_parent_category_selection_box.tpl | 2 +- web/WEB-INF/templates/admin/cellphone/admin_cellphone_data.tpl | 2 +- web/WEB-INF/templates/admin/cellphone/admin_cellphone_links.tpl | 2 +- web/WEB-INF/templates/admin/country/admin_form_country_data.tpl | 2 +- .../admin/mobile_provider/admin_form_mobile_provider.tpl | 2 +- .../templates/admin/user/admin_form_user_personal_data.tpl | 2 +- web/WEB-INF/templates/admin/user/admin_user_links.tpl | 2 +- web/WEB-INF/templates/base.tpl | 2 +- web/WEB-INF/templates/basket/full_basket.tpl | 2 +- web/WEB-INF/templates/basket/mini_basket.tpl | 2 +- web/WEB-INF/templates/basket/mini_basket_empty.tpl | 2 +- web/WEB-INF/templates/basket/total_sum.tpl | 2 +- web/WEB-INF/templates/generic/form_personal_data.tpl | 2 +- web/WEB-INF/templates/generic/gender_selection_box.tpl | 2 +- web/WEB-INF/templates/generic/locale_selection_box.tpl | 2 +- web/WEB-INF/templates/generic/mobile_selection_box.tpl | 2 +- web/WEB-INF/templates/guest/guest_base.tpl | 2 +- web/WEB-INF/templates/guest/guest_footer.tpl | 2 +- web/WEB-INF/templates/guest/guest_login_form.tpl | 2 +- web/WEB-INF/templates/guest/guest_menu.tpl | 2 +- web/WEB-INF/templates/guest/guest_privacy_terms.tpl | 2 +- web/WEB-INF/templates/guest/guest_registration_form.tpl | 2 +- web/admin/admin_logout.xhtml | 2 +- web/admin/category/admin_category_delete.xhtml | 2 +- web/admin/category/admin_category_edit.xhtml | 2 +- web/admin/category/admin_category_list.xhtml | 2 +- web/admin/cellphone/admin_contact_cellphone_delete.xhtml | 2 +- web/admin/cellphone/admin_contact_cellphone_edit.xhtml | 2 +- web/admin/cellphone/admin_contact_cellphone_list.xhtml | 2 +- web/admin/cellphone/admin_contact_cellphone_show.xhtml | 2 +- web/admin/cellphone/admin_contact_cellphone_unlink.xhtml | 2 +- web/admin/contact/admin_contact_show.xhtml | 2 +- web/admin/country/admin_country_delete.xhtml | 2 +- web/admin/country/admin_country_edit.xhtml | 2 +- web/admin/country/admin_country_list.xhtml | 2 +- web/admin/index.xhtml | 2 +- web/admin/mobile_provider/admin_mobile_provider_delete.xhtml | 2 +- web/admin/mobile_provider/admin_mobile_provider_edit.xhtml | 2 +- web/admin/mobile_provider/admin_mobile_provider_list.xhtml | 2 +- web/admin/mobile_provider/admin_mobile_provider_show.xhtml | 2 +- web/admin/product/admin_product_delete.xhtml | 2 +- web/admin/product/admin_product_edit.xhtml | 2 +- web/admin/product/admin_product_list.xhtml | 2 +- web/admin/user/admin_user_delete.xhtml | 2 +- web/admin/user/admin_user_edit.xhtml | 2 +- web/admin/user/admin_user_list.xhtml | 2 +- web/admin/user/admin_user_unlock.xhtml | 2 +- web/basket.xhtml | 2 +- web/customer/checkout.xhtml | 2 +- web/customer/checkout2.xhtml | 2 +- web/customer/checkout_done.xhtml | 2 +- web/customer/empty_basket.xhtml | 2 +- web/customer/login.xhtml | 2 +- web/customer/lost_passwd.xhtml | 2 +- web/customer/register.xhtml | 2 +- web/exception.xhtml | 2 +- web/imprint.xhtml | 2 +- web/index.xhtml | 2 +- web/item_added.xhtml | 2 +- web/logout.xhtml | 2 +- web/privacy.xhtml | 2 +- web/terms.xhtml | 2 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/web/WEB-INF/templates.dist/admin_page.xhtml b/web/WEB-INF/templates.dist/admin_page.xhtml index d15b7471..7720f40f 100644 --- a/web/WEB-INF/templates.dist/admin_page.xhtml +++ b/web/WEB-INF/templates.dist/admin_page.xhtml @@ -3,7 +3,7 @@ diff --git a/web/WEB-INF/templates.dist/guest_login_page.xhtml b/web/WEB-INF/templates.dist/guest_login_page.xhtml index 90cd4486..c24c17cc 100644 --- a/web/WEB-INF/templates.dist/guest_login_page.xhtml +++ b/web/WEB-INF/templates.dist/guest_login_page.xhtml @@ -4,7 +4,7 @@ lang="#{localizationController.language}" xml:lang="#{localizationController.language}" xmlns="http://www.w3.org/1999/xhtml" - xmlns:ui="http://java.sun.com/jsf/facelets" + xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:f="http://xmlns.jcp.org/jsf/core" > diff --git a/web/WEB-INF/templates.dist/guest_page.xhtml b/web/WEB-INF/templates.dist/guest_page.xhtml index 6fd0062b..ed7ba102 100644 --- a/web/WEB-INF/templates.dist/guest_page.xhtml +++ b/web/WEB-INF/templates.dist/guest_page.xhtml @@ -3,7 +3,7 @@ diff --git a/web/WEB-INF/templates.dist/template.tpl b/web/WEB-INF/templates.dist/template.tpl index ed0a4336..d1d06bb0 100644 --- a/web/WEB-INF/templates.dist/template.tpl +++ b/web/WEB-INF/templates.dist/template.tpl @@ -3,7 +3,7 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" - xmlns:ui="http://java.sun.com/jsf/facelets"> + xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> diff --git a/web/WEB-INF/templates/admin/admin_base.tpl b/web/WEB-INF/templates/admin/admin_base.tpl index d405786f..bd06406a 100644 --- a/web/WEB-INF/templates/admin/admin_base.tpl +++ b/web/WEB-INF/templates/admin/admin_base.tpl @@ -1,7 +1,7 @@ + xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> Administration - diff --git a/web/WEB-INF/templates/admin/admin_footer.tpl b/web/WEB-INF/templates/admin/admin_footer.tpl index 2a8e7433..6aa4abef 100644 --- a/web/WEB-INF/templates/admin/admin_footer.tpl +++ b/web/WEB-INF/templates/admin/admin_footer.tpl @@ -2,7 +2,7 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" - xmlns:ui="http://java.sun.com/jsf/facelets"> + xmlns:ui="http://xmlns.jcp.org/jsf/facelets">