]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Moved category/product pages/templates to corresponding sub folders (re-organizing)
authorRoland Haeder <roland@mxchange.org>
Sun, 17 Apr 2016 14:34:31 +0000 (16:34 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 17 Apr 2016 14:34:31 +0000 (16:34 +0200)
18 files changed:
nbproject/faces-config.NavData
web/WEB-INF/faces-config.xml
web/WEB-INF/templates/admin/admin_category_selection_box.tpl [deleted file]
web/WEB-INF/templates/admin/admin_parent_category_selection_box.tpl [deleted file]
web/WEB-INF/templates/admin/category/admin_category_selection_box.tpl [new file with mode: 0644]
web/WEB-INF/templates/admin/category/admin_parent_category_selection_box.tpl [new file with mode: 0644]
web/admin/admin_category_delete.xhtml [deleted file]
web/admin/admin_category_edit.xhtml [deleted file]
web/admin/admin_category_list.xhtml [deleted file]
web/admin/admin_product_delete.xhtml [deleted file]
web/admin/admin_product_edit.xhtml [deleted file]
web/admin/admin_product_list.xhtml [deleted file]
web/admin/category/admin_category_delete.xhtml [new file with mode: 0644]
web/admin/category/admin_category_edit.xhtml [new file with mode: 0644]
web/admin/category/admin_category_list.xhtml [new file with mode: 0644]
web/admin/product/admin_product_delete.xhtml [new file with mode: 0644]
web/admin/product/admin_product_edit.xhtml [new file with mode: 0644]
web/admin/product/admin_product_list.xhtml [new file with mode: 0644]

index e5bbcee0ccc71f944b92530b8f1bf3f90511a4b3..71547ccf0795e570da9888b7e46de5888b3becbf 100644 (file)
         <Node id="logout.xhtml" x="650" y="750" zoom="true"/>
         <Node id="customer/checkout_done.xhtml" x="400" y="150" zoom="true"/>
         <Node id="admin/admin_user_unlock.xhtml" x="150" y="300" zoom="true"/>
-        <Node id="admin/admin_category_list.xhtml" x="1900" y="150" zoom="true"/>
-        <Node id="admin/admin_category_delete.xhtml" x="400" y="750" zoom="true"/>
+        <Node id="admin/category/admin_category_list.xhtml" x="1900" y="150" zoom="true"/>
+        <Node id="admin/category/admin_category_delete.xhtml" x="400" y="750" zoom="true"/>
         <Node id="*" x="1650" y="150" zoom="true"/>
         <Node id="customer/login.xhtml" x="900" y="600" zoom="true"/>
         <Node id="imprint.xhtml" x="400" y="1050" zoom="true"/>
         <Node id="admin/admin_user_show.xhtml" x="900" y="750" zoom="true"/>
-        <Node id="admin/admin_product_edit.xhtml" x="150" y="600" zoom="true"/>
-        <Node id="admin/admin_product_delete.xhtml" x="1400" y="300" zoom="true"/>
-        <Node id="admin/admin_category_edit.xhtml" x="900" y="150" zoom="true"/>
-        <Node id="admin/admin_product_list.xhtml" x="400" y="450" zoom="true"/>
+        <Node id="admin/product/admin_product_edit.xhtml" x="150" y="600" zoom="true"/>
+        <Node id="admin/product/admin_product_delete.xhtml" x="1400" y="300" zoom="true"/>
+        <Node id="admin/category/admin_category_edit.xhtml" x="900" y="150" zoom="true"/>
+        <Node id="admin/product/admin_product_list.xhtml" x="400" y="450" zoom="true"/>
         <Node id="customer/empty_basket.xhtml" x="1150" y="450" zoom="true"/>
     </Scope>
     <Scope Scope="All Faces Configurations"/>
index a8f3430ab155db9d74f146588189a8e26e1db781..c495ccde9890cea773ca1bcae626307710e956bf 100644 (file)
                </navigation-case>
                <navigation-case>
                        <from-outcome>admin_product</from-outcome>
-                       <to-view-id>/admin/admin_product_list.xhtml</to-view-id>
+                       <to-view-id>/admin/product/admin_product_list.xhtml</to-view-id>
                </navigation-case>
                <navigation-case>
                        <from-outcome>admin_category</from-outcome>
-                       <to-view-id>/admin/admin_category_list.xhtml</to-view-id>
+                       <to-view-id>/admin/category/admin_category_list.xhtml</to-view-id>
                </navigation-case>
                <navigation-case>
                        <from-outcome>admin_index</from-outcome>
                </navigation-case>
        </navigation-rule>
        <navigation-rule>
-               <from-view-id>/admin/admin_product_list.xhtml</from-view-id>
+               <from-view-id>/admin/product/admin_product_list.xhtml</from-view-id>
                <navigation-case>
                        <from-outcome>admin_edit_product</from-outcome>
-                       <to-view-id>/admin/admin_product_edit.xhtml</to-view-id>
+                       <to-view-id>/admin/product/admin_product_edit.xhtml</to-view-id>
                </navigation-case>
                <navigation-case>
                        <from-outcome>admin_delete_product</from-outcome>
-                       <to-view-id>/admin/admin_product_delete.xhtml</to-view-id>
+                       <to-view-id>/admin/product/admin_product_delete.xhtml</to-view-id>
                </navigation-case>
        </navigation-rule>
        <navigation-rule>
-               <from-view-id>/admin/admin_category_list.xhtml</from-view-id>
+               <from-view-id>/admin/category/admin_category_list.xhtml</from-view-id>
                <navigation-case>
                        <from-outcome>admin_edit_category</from-outcome>
-                       <to-view-id>/admin/admin_category_edit.xhtml</to-view-id>
+                       <to-view-id>/admin/category/admin_category_edit.xhtml</to-view-id>
                </navigation-case>
                <navigation-case>
                        <from-outcome>admin_delete_category</from-outcome>
-                       <to-view-id>/admin/admin_category_delete.xhtml</to-view-id>
+                       <to-view-id>/admin/category/admin_category_delete.xhtml</to-view-id>
                </navigation-case>
        </navigation-rule>
        <navigation-rule>
diff --git a/web/WEB-INF/templates/admin/admin_category_selection_box.tpl b/web/WEB-INF/templates/admin/admin_category_selection_box.tpl
deleted file mode 100644 (file)
index 67fc7b5..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<ui:composition
-       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">
-
-       <h:selectOneMenu class="select" id="product_category" value="#{adminProductController.productCategory}" required="true" requiredMessage="#{msg.ADMIN_CATEGORY_MUST_BE_SELECTED}" converter="CategoryConverter">
-               <f:selectItems value="#{categoryController.allCategories}" var="cat" itemValue="#{cat}" itemLabel="#{cat.categoryTitle}" />
-       </h:selectOneMenu>
-</ui:composition>
diff --git a/web/WEB-INF/templates/admin/admin_parent_category_selection_box.tpl b/web/WEB-INF/templates/admin/admin_parent_category_selection_box.tpl
deleted file mode 100644 (file)
index c5a4d5e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<ui:composition
-       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">
-
-       <h:selectOneMenu class="select" id="parentCategory" value="#{adminCategoryController.parentCategory}">
-               <f:selectItem itemValue="" itemLabel="#{msg.ADMIN_CATEGORY_HAS_NO_PARENT}" />
-               <f:selectItems value="#{categoryController.allCategoriesParent}" var="parent_category" itemValue="#{parent_category.categoryId}" itemLabel="#{parent_category.categoryTitle}" />
-       </h:selectOneMenu>
-</ui:composition>
diff --git a/web/WEB-INF/templates/admin/category/admin_category_selection_box.tpl b/web/WEB-INF/templates/admin/category/admin_category_selection_box.tpl
new file mode 100644 (file)
index 0000000..67fc7b5
--- /dev/null
@@ -0,0 +1,10 @@
+<ui:composition
+       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">
+
+       <h:selectOneMenu class="select" id="product_category" value="#{adminProductController.productCategory}" required="true" requiredMessage="#{msg.ADMIN_CATEGORY_MUST_BE_SELECTED}" converter="CategoryConverter">
+               <f:selectItems value="#{categoryController.allCategories}" var="cat" itemValue="#{cat}" itemLabel="#{cat.categoryTitle}" />
+       </h:selectOneMenu>
+</ui:composition>
diff --git a/web/WEB-INF/templates/admin/category/admin_parent_category_selection_box.tpl b/web/WEB-INF/templates/admin/category/admin_parent_category_selection_box.tpl
new file mode 100644 (file)
index 0000000..c5a4d5e
--- /dev/null
@@ -0,0 +1,11 @@
+<ui:composition
+       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">
+
+       <h:selectOneMenu class="select" id="parentCategory" value="#{adminCategoryController.parentCategory}">
+               <f:selectItem itemValue="" itemLabel="#{msg.ADMIN_CATEGORY_HAS_NO_PARENT}" />
+               <f:selectItems value="#{categoryController.allCategoriesParent}" var="parent_category" itemValue="#{parent_category.categoryId}" itemLabel="#{parent_category.categoryTitle}" />
+       </h:selectOneMenu>
+</ui:composition>
diff --git a/web/admin/admin_category_delete.xhtml b/web/admin/admin_category_delete.xhtml
deleted file mode 100644 (file)
index f623931..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-         xmlns:ui="http://java.sun.com/jsf/facelets"
-         xmlns:h="http://xmlns.jcp.org/jsf/html"
-         xmlns:f="http://xmlns.jcp.org/jsf/core"
-         >
-
-       <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
-               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_DELETE_CATEGORY}</ui:define>
-
-               <ui:define name="content_header">
-                       #{msg.CONTENT_TITLE_ADMIN_DELETE_CATEGORY}
-               </ui:define>
-
-               <ui:define name="content">
-                       Here goes your content.
-               </ui:define>
-       </ui:composition>
-</html>
diff --git a/web/admin/admin_category_edit.xhtml b/web/admin/admin_category_edit.xhtml
deleted file mode 100644 (file)
index 4bbf69a..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-         xmlns:ui="http://java.sun.com/jsf/facelets"
-         xmlns:h="http://xmlns.jcp.org/jsf/html"
-         xmlns:f="http://xmlns.jcp.org/jsf/core"
-         >
-
-       <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
-               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_EDIT_CATEGORY}</ui:define>
-
-               <ui:define name="content_header">
-                       #{msg.CONTENT_TITLE_ADMIN_EDIT_CATEGORY}
-               </ui:define>
-
-               <ui:define name="content">
-                       Here goes your content.
-               </ui:define>
-       </ui:composition>
-</html>
diff --git a/web/admin/admin_category_list.xhtml b/web/admin/admin_category_list.xhtml
deleted file mode 100644 (file)
index 9044182..0000000
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-         xmlns:ui="http://java.sun.com/jsf/facelets"
-         xmlns:h="http://xmlns.jcp.org/jsf/html"
-         xmlns:f="http://xmlns.jcp.org/jsf/core"
-         >
-
-       <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
-               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_CATEGORIES}</ui:define>
-
-               <ui:define name="content_header">
-                       #{msg.CONTENT_TITLE_ADMIN_CATEGORIES}
-               </ui:define>
-
-               <ui:define name="content">
-                       <div class="para">
-                               <h:dataTable id="categories" var="cat" value="#{categoryController.allCategories}" styleClass="table" headerClass="table_header_column" summary="#{msg.TABLE_SUMMARY_ADMIN_CATEGORY}">
-                                       <h:column>
-                                               <f:facet name="header">#{msg.ADMIN_CATEGORY_ID}</f:facet>
-                                               <h:link outcome="admin_edit_category" title="#{msg.ADMIN_LINK_EDIT_DELETE_CATEGORY_TITLE}" value="#{cat.categoryId}">
-                                                       <f:param name="categoryId" value="#{cat.categoryId}" />
-                                               </h:link>
-                                       </h:column>
-
-                                       <h:column>
-                                               <f:facet name="header">#{msg.ADMIN_ENTER_CATEGORY_TITLE}</f:facet>
-                                                       #{cat.categoryTitle}
-                                       </h:column>
-
-                                       <h:column>
-                                               <f:facet name="header">#{msg.ADMIN_PARENT_CATEGORY}</f:facet>
-                                                       #{cat.parentCategory.categoryId}
-                                       </h:column>
-                               </h:dataTable>
-                       </div>
-
-                       <div class="para">
-                               <h:form id="add_category">
-                                       <div class="table">
-                                               <div class="table_header">
-                                                       #{msg.ADMIN_ADD_CATEGORY_TITLE}
-                                               </div>
-
-                                               <fieldset id="product_data">
-                                                       <legend>#{msg.PLEASE_FILL_ALL_FIELDS}</legend>
-
-                                                       <div class="table_row">
-                                                               <div class="table_left">
-                                                                       #{msg.ADMIN_ENTER_CATEGORY_TITLE}
-                                                                       <div class="tiny">#{msg.ADMIN_ENTER_CATEGORY_TITLE_EXAMPLE}</div>
-                                                               </div>
-
-                                                               <div class="table_right">
-                                                                       <h:inputText class="input" id="guest_title" value="#{adminCategoryController.categoryTitle}" size="10" maxlength="255" required="true" />
-                                                               </div>
-
-                                                               <div class="clear"></div>
-                                                       </div>
-
-                                                       <div class="table_row">
-                                                               <div class="table_left">
-                                                                       #{msg.ADMIN_PARENT_CATEGORY}
-                                                               </div>
-
-                                                               <div class="table_right">
-                                                                       <ui:include src="/WEB-INF/templates/admin/admin_parent_category_selection_box.tpl" />
-                                                               </div>
-
-                                                               <div class="clear"></div>
-                                                       </div>
-                                               </fieldset>
-
-                                               <div class="table_footer">
-                                                       <h:commandButton class="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                                                       <h:commandButton class="submit" type="submit" action="#{adminCategoryController.addCategory()}" value="#{msg.ADMIN_BUTTON_ADD_CATEGORY}" />
-                                               </div>
-                                       </div>
-                               </h:form>
-                       </div>
-               </ui:define>
-       </ui:composition>
-</html>
diff --git a/web/admin/admin_product_delete.xhtml b/web/admin/admin_product_delete.xhtml
deleted file mode 100644 (file)
index f2eaed2..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-         xmlns:ui="http://java.sun.com/jsf/facelets"
-         xmlns:h="http://xmlns.jcp.org/jsf/html"
-         xmlns:f="http://xmlns.jcp.org/jsf/core"
-         >
-
-       <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
-               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_DELETE_PRODUCT}</ui:define>
-
-               <ui:define name="content_header">
-                       #{msg.CONTENT_TITLE_ADMIN_DELETE_PRODUCT}
-               </ui:define>
-
-               <ui:define name="content">
-                       Here goes your content.
-               </ui:define>
-       </ui:composition>
-</html>
diff --git a/web/admin/admin_product_edit.xhtml b/web/admin/admin_product_edit.xhtml
deleted file mode 100644 (file)
index 6ef494f..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-         xmlns:ui="http://java.sun.com/jsf/facelets"
-         xmlns:h="http://xmlns.jcp.org/jsf/html"
-         xmlns:f="http://xmlns.jcp.org/jsf/core"
-         >
-
-       <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
-               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_EDIT_PRODUCT}</ui:define>
-
-               <ui:define name="content_header">
-                       #{msg.CONTENT_TITLE_ADMIN_EDIT_PRODUCT}
-               </ui:define>
-
-               <ui:define name="content">
-                       Here goes your content.
-               </ui:define>
-       </ui:composition>
-</html>
diff --git a/web/admin/admin_product_list.xhtml b/web/admin/admin_product_list.xhtml
deleted file mode 100644 (file)
index 3ee0944..0000000
+++ /dev/null
@@ -1,130 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"
-         xmlns:ui="http://java.sun.com/jsf/facelets"
-         xmlns:h="http://xmlns.jcp.org/jsf/html"
-         xmlns:f="http://xmlns.jcp.org/jsf/core"
-         >
-
-       <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
-               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_PRODUCTS}</ui:define>
-
-               <ui:define name="content_header">
-                       #{msg.CONTENT_TITLE_ADMIN_PRODUCTS}
-               </ui:define>
-
-               <ui:define name="content">
-                       <div class="para">
-                               <h:dataTable id="product_table" var="product" value="#{adminProductController.allProducts}" styleClass="table" summary="#{msg.TABLE_SUMMARY_ADMIN_PRODUCTS}">
-                                       <h:column>
-                                               <f:facet name="header">#{msg.ADMIN_TITLE_PRODUCT_NUMBER}</f:facet>
-                                               <h:link outcome="admin_edit_product" title="#{msg.ADMIN_LINK_EDIT_DELETE_PRODUCT_TITLE}" value="#{product.productId}">
-                                                       <f:param name="productId" value="#{product.productId}" />
-                                               </h:link>
-                                       </h:column>
-
-                                       <h:column>
-                                               <f:facet name="header">#{msg.ADMIN_TITLE_PRODUCT_TITLE}</f:facet>
-                                                       #{product.productTitle}
-                                       </h:column>
-
-                                       <h:column>
-                                               <f:facet name="header">#{msg.SINGLE_PRODUCT_PRICE}</f:facet>
-                                                       #{product.productPrice}
-                                       </h:column>
-
-                                       <h:column>
-                                               <f:facet name="header">#{msg.CATEGORY}</f:facet>
-                                                       #{product.productCategory.categoryTitle}
-                                       </h:column>
-
-                                       <h:column>
-                                               <f:facet name="header">#{msg.IS_AVAILABLE}</f:facet>
-                                                       #{product.productAvailability}
-                                       </h:column>
-                               </h:dataTable>
-                       </div>
-
-                       <div class="para">
-                               <h:form id="add_product">
-                                       <div class="table">
-                                               <div class="table_header">
-                                                       #{msg.ADMIN_ADD_PRODUCT_TITLE}
-                                               </div>
-
-                                               <fieldset id="product_data">
-                                                       <legend>#{msg.PLEASE_FILL_ALL_FIELDS}</legend>
-
-                                                       <div class="table_row">
-                                                               <div class="table_left">
-                                                                       #{msg.ADMIN_ENTER_PRODUCT_TITLE}
-                                                                       <div class="tiny">#{msg.ADMIN_ENTER_PRODUCT_TITLE_EXAMPLE}</div>
-                                                               </div>
-
-                                                               <div class="table_right">
-                                                                       <h:inputText class="input" id="product_title" size="10" maxlength="255" required="true" value="#{adminProductController.productTitle}" />
-                                                               </div>
-
-                                                               <div class="clear"></div>
-                                                       </div>
-
-                                                       <div class="table_row">
-                                                               <div class="table_left">
-                                                                       #{msg.ADMIN_ENTER_SINGLE_PRODUCT_PRICE}
-                                                                       <div class="tiny">#{msg.ADMIN_ENTER_PRODUCT_PRICE_EXAMPLE}</div>
-                                                               </div>
-
-                                                               <div class="table_right">
-                                                                       <h:inputText class="input" id="product_price" size="10" maxlength="255" required="true" value="#{adminProductController.productPrice}" />
-                                                               </div>
-
-                                                               <div class="clear"></div>
-                                                       </div>
-
-                                                       <div class="table_row">
-                                                               <div class="table_left">
-                                                                       #{msg.CATEGORY}
-                                                               </div>
-
-                                                               <div class="table_right">
-                                                                       <ui:include src="/WEB-INF/templates/admin/admin_category_selection_box.tpl" />
-                                                               </div>
-
-                                                               <div class="clear"></div>
-                                                       </div>
-
-                                                       <div class="table_row">
-                                                               <div class="table_left">
-                                                                       #{msg.IS_AVAILABLE}
-                                                               </div>
-
-                                                               <div class="table_right">
-                                                                       <h:selectOneListbox required="true" id="available" value="#{adminProductController.productAvailability}" size="1" class="select">
-                                                                               <f:selectItem itemValue="true" itemLabel="#{msg.YES}" />
-                                                                               <f:selectItem itemValue="false" itemLabel="#{msg.NO}" />
-                                                                       </h:selectOneListbox>
-                                                               </div>
-
-                                                               <div class="clear"></div>
-                                                       </div>
-                                               </fieldset>
-
-                                               <div class="table_footer">
-                                                       <h:commandButton class="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                                                       <h:commandButton class="submit" type="submit" id="add" action="#{adminProductController.addProduct()}" value="#{msg.ADMIN_BUTTON_ADD_PRODUCT}" />
-                                               </div>
-                                       </div>
-                               </h:form>
-                       </div>
-
-                       <div class="para">
-                               #{msg.ADMIN_ADD_PRODUCT_NOTICE_TITLE}
-                               <ul>
-                                       <li>#{msg.ADMIN_ADD_PRODUCT_NOTICE_LINE1}</li>
-                                       <li>#{msg.ADMIN_ADD_PRODUCT_NOTICE_LINE2}</li>
-                                       <li>#{msg.ADMIN_ADD_PRODUCT_NOTICE_LINE3}</li>
-                               </ul>
-                       </div>
-               </ui:define>
-       </ui:composition>
-</html>
diff --git a/web/admin/category/admin_category_delete.xhtml b/web/admin/category/admin_category_delete.xhtml
new file mode 100644 (file)
index 0000000..f623931
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+         xmlns:ui="http://java.sun.com/jsf/facelets"
+         xmlns:h="http://xmlns.jcp.org/jsf/html"
+         xmlns:f="http://xmlns.jcp.org/jsf/core"
+         >
+
+       <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
+               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_DELETE_CATEGORY}</ui:define>
+
+               <ui:define name="content_header">
+                       #{msg.CONTENT_TITLE_ADMIN_DELETE_CATEGORY}
+               </ui:define>
+
+               <ui:define name="content">
+                       Here goes your content.
+               </ui:define>
+       </ui:composition>
+</html>
diff --git a/web/admin/category/admin_category_edit.xhtml b/web/admin/category/admin_category_edit.xhtml
new file mode 100644 (file)
index 0000000..4bbf69a
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+         xmlns:ui="http://java.sun.com/jsf/facelets"
+         xmlns:h="http://xmlns.jcp.org/jsf/html"
+         xmlns:f="http://xmlns.jcp.org/jsf/core"
+         >
+
+       <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
+               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_EDIT_CATEGORY}</ui:define>
+
+               <ui:define name="content_header">
+                       #{msg.CONTENT_TITLE_ADMIN_EDIT_CATEGORY}
+               </ui:define>
+
+               <ui:define name="content">
+                       Here goes your content.
+               </ui:define>
+       </ui:composition>
+</html>
diff --git a/web/admin/category/admin_category_list.xhtml b/web/admin/category/admin_category_list.xhtml
new file mode 100644 (file)
index 0000000..926bab6
--- /dev/null
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+         xmlns:ui="http://java.sun.com/jsf/facelets"
+         xmlns:h="http://xmlns.jcp.org/jsf/html"
+         xmlns:f="http://xmlns.jcp.org/jsf/core"
+         >
+
+       <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
+               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_CATEGORIES}</ui:define>
+
+               <ui:define name="content_header">
+                       #{msg.CONTENT_TITLE_ADMIN_CATEGORIES}
+               </ui:define>
+
+               <ui:define name="content">
+                       <div class="para">
+                               <h:dataTable id="categories" var="cat" value="#{categoryController.allCategories}" styleClass="table" headerClass="table_header_column" summary="#{msg.TABLE_SUMMARY_ADMIN_CATEGORY}">
+                                       <h:column>
+                                               <f:facet name="header">#{msg.ADMIN_CATEGORY_ID}</f:facet>
+                                               <h:link outcome="admin_edit_category" title="#{msg.ADMIN_LINK_EDIT_DELETE_CATEGORY_TITLE}" value="#{cat.categoryId}">
+                                                       <f:param name="categoryId" value="#{cat.categoryId}" />
+                                               </h:link>
+                                       </h:column>
+
+                                       <h:column>
+                                               <f:facet name="header">#{msg.ADMIN_ENTER_CATEGORY_TITLE}</f:facet>
+                                                       #{cat.categoryTitle}
+                                       </h:column>
+
+                                       <h:column>
+                                               <f:facet name="header">#{msg.ADMIN_PARENT_CATEGORY}</f:facet>
+                                                       #{cat.parentCategory.categoryId}
+                                       </h:column>
+                               </h:dataTable>
+                       </div>
+
+                       <div class="para">
+                               <h:form id="add_category">
+                                       <div class="table">
+                                               <div class="table_header">
+                                                       #{msg.ADMIN_ADD_CATEGORY_TITLE}
+                                               </div>
+
+                                               <fieldset id="product_data">
+                                                       <legend>#{msg.PLEASE_FILL_ALL_FIELDS}</legend>
+
+                                                       <div class="table_row">
+                                                               <div class="table_left">
+                                                                       #{msg.ADMIN_ENTER_CATEGORY_TITLE}
+                                                                       <div class="tiny">#{msg.ADMIN_ENTER_CATEGORY_TITLE_EXAMPLE}</div>
+                                                               </div>
+
+                                                               <div class="table_right">
+                                                                       <h:inputText class="input" id="guest_title" value="#{adminCategoryController.categoryTitle}" size="10" maxlength="255" required="true" />
+                                                               </div>
+
+                                                               <div class="clear"></div>
+                                                       </div>
+
+                                                       <div class="table_row">
+                                                               <div class="table_left">
+                                                                       #{msg.ADMIN_PARENT_CATEGORY}
+                                                               </div>
+
+                                                               <div class="table_right">
+                                                                       <ui:include src="/WEB-INF/templates/admin/category/admin_parent_category_selection_box.tpl" />
+                                                               </div>
+
+                                                               <div class="clear"></div>
+                                                       </div>
+                                               </fieldset>
+
+                                               <div class="table_footer">
+                                                       <h:commandButton class="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
+                                                       <h:commandButton class="submit" type="submit" action="#{adminCategoryController.addCategory()}" value="#{msg.ADMIN_BUTTON_ADD_CATEGORY}" />
+                                               </div>
+                                       </div>
+                               </h:form>
+                       </div>
+               </ui:define>
+       </ui:composition>
+</html>
diff --git a/web/admin/product/admin_product_delete.xhtml b/web/admin/product/admin_product_delete.xhtml
new file mode 100644 (file)
index 0000000..f2eaed2
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+         xmlns:ui="http://java.sun.com/jsf/facelets"
+         xmlns:h="http://xmlns.jcp.org/jsf/html"
+         xmlns:f="http://xmlns.jcp.org/jsf/core"
+         >
+
+       <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
+               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_DELETE_PRODUCT}</ui:define>
+
+               <ui:define name="content_header">
+                       #{msg.CONTENT_TITLE_ADMIN_DELETE_PRODUCT}
+               </ui:define>
+
+               <ui:define name="content">
+                       Here goes your content.
+               </ui:define>
+       </ui:composition>
+</html>
diff --git a/web/admin/product/admin_product_edit.xhtml b/web/admin/product/admin_product_edit.xhtml
new file mode 100644 (file)
index 0000000..6ef494f
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+         xmlns:ui="http://java.sun.com/jsf/facelets"
+         xmlns:h="http://xmlns.jcp.org/jsf/html"
+         xmlns:f="http://xmlns.jcp.org/jsf/core"
+         >
+
+       <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
+               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_EDIT_PRODUCT}</ui:define>
+
+               <ui:define name="content_header">
+                       #{msg.CONTENT_TITLE_ADMIN_EDIT_PRODUCT}
+               </ui:define>
+
+               <ui:define name="content">
+                       Here goes your content.
+               </ui:define>
+       </ui:composition>
+</html>
diff --git a/web/admin/product/admin_product_list.xhtml b/web/admin/product/admin_product_list.xhtml
new file mode 100644 (file)
index 0000000..8e92a51
--- /dev/null
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+         xmlns:ui="http://java.sun.com/jsf/facelets"
+         xmlns:h="http://xmlns.jcp.org/jsf/html"
+         xmlns:f="http://xmlns.jcp.org/jsf/core"
+         >
+
+       <ui:composition template="/WEB-INF/templates/admin/admin_base.tpl">
+               <ui:define name="admin_title">#{msg.PAGE_TITLE_ADMIN_PRODUCTS}</ui:define>
+
+               <ui:define name="content_header">
+                       #{msg.CONTENT_TITLE_ADMIN_PRODUCTS}
+               </ui:define>
+
+               <ui:define name="content">
+                       <div class="para">
+                               <h:dataTable id="product_table" var="product" value="#{adminProductController.allProducts}" styleClass="table" summary="#{msg.TABLE_SUMMARY_ADMIN_PRODUCTS}">
+                                       <h:column>
+                                               <f:facet name="header">#{msg.ADMIN_TITLE_PRODUCT_NUMBER}</f:facet>
+                                               <h:link outcome="admin_edit_product" title="#{msg.ADMIN_LINK_EDIT_DELETE_PRODUCT_TITLE}" value="#{product.productId}">
+                                                       <f:param name="productId" value="#{product.productId}" />
+                                               </h:link>
+                                       </h:column>
+
+                                       <h:column>
+                                               <f:facet name="header">#{msg.ADMIN_TITLE_PRODUCT_TITLE}</f:facet>
+                                                       #{product.productTitle}
+                                       </h:column>
+
+                                       <h:column>
+                                               <f:facet name="header">#{msg.SINGLE_PRODUCT_PRICE}</f:facet>
+                                                       #{product.productPrice}
+                                       </h:column>
+
+                                       <h:column>
+                                               <f:facet name="header">#{msg.CATEGORY}</f:facet>
+                                                       #{product.productCategory.categoryTitle}
+                                       </h:column>
+
+                                       <h:column>
+                                               <f:facet name="header">#{msg.IS_AVAILABLE}</f:facet>
+                                                       #{product.productAvailability}
+                                       </h:column>
+                               </h:dataTable>
+                       </div>
+
+                       <div class="para">
+                               <h:form id="add_product">
+                                       <div class="table">
+                                               <div class="table_header">
+                                                       #{msg.ADMIN_ADD_PRODUCT_TITLE}
+                                               </div>
+
+                                               <fieldset id="product_data">
+                                                       <legend>#{msg.PLEASE_FILL_ALL_FIELDS}</legend>
+
+                                                       <div class="table_row">
+                                                               <div class="table_left">
+                                                                       #{msg.ADMIN_ENTER_PRODUCT_TITLE}
+                                                                       <div class="tiny">#{msg.ADMIN_ENTER_PRODUCT_TITLE_EXAMPLE}</div>
+                                                               </div>
+
+                                                               <div class="table_right">
+                                                                       <h:inputText class="input" id="product_title" size="10" maxlength="255" required="true" value="#{adminProductController.productTitle}" />
+                                                               </div>
+
+                                                               <div class="clear"></div>
+                                                       </div>
+
+                                                       <div class="table_row">
+                                                               <div class="table_left">
+                                                                       #{msg.ADMIN_ENTER_SINGLE_PRODUCT_PRICE}
+                                                                       <div class="tiny">#{msg.ADMIN_ENTER_PRODUCT_PRICE_EXAMPLE}</div>
+                                                               </div>
+
+                                                               <div class="table_right">
+                                                                       <h:inputText class="input" id="product_price" size="10" maxlength="255" required="true" value="#{adminProductController.productPrice}" />
+                                                               </div>
+
+                                                               <div class="clear"></div>
+                                                       </div>
+
+                                                       <div class="table_row">
+                                                               <div class="table_left">
+                                                                       #{msg.CATEGORY}
+                                                               </div>
+
+                                                               <div class="table_right">
+                                                                       <ui:include src="/WEB-INF/templates/admin/category/admin_category_selection_box.tpl" />
+                                                               </div>
+
+                                                               <div class="clear"></div>
+                                                       </div>
+
+                                                       <div class="table_row">
+                                                               <div class="table_left">
+                                                                       #{msg.IS_AVAILABLE}
+                                                               </div>
+
+                                                               <div class="table_right">
+                                                                       <h:selectOneListbox required="true" id="available" value="#{adminProductController.productAvailability}" size="1" class="select">
+                                                                               <f:selectItem itemValue="true" itemLabel="#{msg.YES}" />
+                                                                               <f:selectItem itemValue="false" itemLabel="#{msg.NO}" />
+                                                                       </h:selectOneListbox>
+                                                               </div>
+
+                                                               <div class="clear"></div>
+                                                       </div>
+                                               </fieldset>
+
+                                               <div class="table_footer">
+                                                       <h:commandButton class="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
+                                                       <h:commandButton class="submit" type="submit" id="add" action="#{adminProductController.addProduct()}" value="#{msg.ADMIN_BUTTON_ADD_PRODUCT}" />
+                                               </div>
+                                       </div>
+                               </h:form>
+                       </div>
+
+                       <div class="para">
+                               #{msg.ADMIN_ADD_PRODUCT_NOTICE_TITLE}
+                               <ul>
+                                       <li>#{msg.ADMIN_ADD_PRODUCT_NOTICE_LINE1}</li>
+                                       <li>#{msg.ADMIN_ADD_PRODUCT_NOTICE_LINE2}</li>
+                                       <li>#{msg.ADMIN_ADD_PRODUCT_NOTICE_LINE3}</li>
+                               </ul>
+                       </div>
+               </ui:define>
+       </ui:composition>
+</html>