From: Roland Haeder Date: Sat, 22 Aug 2015 12:01:11 +0000 (+0200) Subject: Moved includes in proper sub folders + renamed them according "access group" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5a4a9e00f942ac32a4553b013f0accabeff4d562;p=pizzaservice-war.git Moved includes in proper sub folders + renamed them according "access group" Signed-off-by:Roland Häder --- diff --git a/web/admin/category.jsp b/web/admin/category.jsp index 53b7ebb2..c34277d3 100644 --- a/web/admin/category.jsp +++ b/web/admin/category.jsp @@ -32,7 +32,7 @@ - +
@@ -113,7 +113,7 @@
- +
@@ -130,6 +130,6 @@
- + diff --git a/web/admin/index.jsp b/web/admin/index.jsp index df4969ee..933a0310 100644 --- a/web/admin/index.jsp +++ b/web/admin/index.jsp @@ -31,7 +31,7 @@ - +
@@ -43,6 +43,6 @@
- + diff --git a/web/admin/product.jsp b/web/admin/product.jsp index 3cd489e2..e3515583 100644 --- a/web/admin/product.jsp +++ b/web/admin/product.jsp @@ -34,7 +34,7 @@ - +
@@ -140,7 +140,7 @@
- +
@@ -178,6 +178,6 @@
- + diff --git a/web/bye.jsp b/web/bye.jsp index c4ec4921..c9bbd00b 100644 --- a/web/bye.jsp +++ b/web/bye.jsp @@ -22,7 +22,7 @@ - +
@@ -45,6 +45,6 @@
- + diff --git a/web/customer/login.jsp b/web/customer/login.jsp index ed349fde..48bcd462 100644 --- a/web/customer/login.jsp +++ b/web/customer/login.jsp @@ -23,7 +23,7 @@ - +
@@ -45,6 +45,6 @@
- + diff --git a/web/customer/lost_passwd.jsp b/web/customer/lost_passwd.jsp index 37813f7a..b242e882 100644 --- a/web/customer/lost_passwd.jsp +++ b/web/customer/lost_passwd.jsp @@ -23,7 +23,7 @@ - +
@@ -85,6 +85,6 @@
- + diff --git a/web/customer/register.jsp b/web/customer/register.jsp index 7b40113b..c3f999e3 100644 --- a/web/customer/register.jsp +++ b/web/customer/register.jsp @@ -25,7 +25,7 @@ - +
@@ -283,6 +283,6 @@
- + diff --git a/web/errorHandler.jsp b/web/errorHandler.jsp index 6bb7e636..9f7dbdbf 100644 --- a/web/errorHandler.jsp +++ b/web/errorHandler.jsp @@ -26,7 +26,7 @@ - +
@@ -46,6 +46,6 @@
- + diff --git a/web/form_handler/add_item.jsp b/web/form_handler/add_item.jsp index 9c069262..e3451d06 100644 --- a/web/form_handler/add_item.jsp +++ b/web/form_handler/add_item.jsp @@ -46,10 +46,10 @@

<%=PizzaServiceApplication.MAIN_TITLE%> - Form-Handler

- + - + diff --git a/web/form_handler/admin/do_category.jsp b/web/form_handler/admin/do_category.jsp index 40f23f91..8c54f096 100644 --- a/web/form_handler/admin/do_category.jsp +++ b/web/form_handler/admin/do_category.jsp @@ -33,7 +33,7 @@

<%=PizzaServiceApplication.MAIN_TITLE%> - Form-Handler

- +
diff --git a/web/form_handler/admin/do_product.jsp b/web/form_handler/admin/do_product.jsp index d6be5ce7..4631e09f 100644 --- a/web/form_handler/admin/do_product.jsp +++ b/web/form_handler/admin/do_product.jsp @@ -32,7 +32,7 @@

<%=PizzaServiceApplication.MAIN_TITLE%> - Form-Handler

- +
diff --git a/web/form_handler/do_order.jsp b/web/form_handler/do_order.jsp index 503e9ede..1b54e633 100644 --- a/web/form_handler/do_order.jsp +++ b/web/form_handler/do_order.jsp @@ -46,7 +46,7 @@

<%=PizzaServiceApplication.MAIN_TITLE%> - Form-Handler

- + diff --git a/web/form_handler/do_preview.jsp b/web/form_handler/do_preview.jsp index 6eebc903..14657f69 100644 --- a/web/form_handler/do_preview.jsp +++ b/web/form_handler/do_preview.jsp @@ -64,7 +64,7 @@

<%=PizzaServiceApplication.MAIN_TITLE%> - Form-Handler

- + diff --git a/web/imprint.jsp b/web/imprint.jsp index b1643a6e..8a5e7ed4 100644 --- a/web/imprint.jsp +++ b/web/imprint.jsp @@ -22,7 +22,7 @@
- +
@@ -33,6 +33,6 @@
- + diff --git a/web/index.jsp b/web/index.jsp index 37824419..e6b2b617 100644 --- a/web/index.jsp +++ b/web/index.jsp @@ -36,7 +36,7 @@ - +
@@ -134,6 +134,6 @@
- + diff --git a/web/privacy.jsp b/web/privacy.jsp index b62b9fe6..9ed1ddff 100644 --- a/web/privacy.jsp +++ b/web/privacy.jsp @@ -23,7 +23,7 @@ - +
@@ -34,6 +34,6 @@
- + diff --git a/web/static/admin/admin_category_selection_box.jsp b/web/static/admin/admin_category_selection_box.jsp new file mode 100644 index 00000000..9eac81d6 --- /dev/null +++ b/web/static/admin/admin_category_selection_box.jsp @@ -0,0 +1,21 @@ +<%-- + Document : admin_category_selection_box + Created on : 14.08.2015, 12:51:05 + Author : Roland Haeder +--%> + +<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@page import="org.mxchange.pizzaapplication.database.category.PizzaCategoryDatabaseConstants"%> +<%@page import="org.mxchange.pizzaapplication.application.PizzaServiceApplication"%> +<%@page import="org.mxchange.pizzaapplication.application.PizzaApplication"%> + +<% + // Init application instance + PizzaApplication app = PizzaServiceApplication.getInstance(application); +%> + + diff --git a/web/static/admin/admin_footer.jsp b/web/static/admin/admin_footer.jsp new file mode 100644 index 00000000..8b0c30c5 --- /dev/null +++ b/web/static/admin/admin_footer.jsp @@ -0,0 +1,12 @@ +<%-- + Document : admin_footer + Created on : 11.08.2015, 12:28:03 + Author : Roland Haeder +--%> + + +
diff --git a/web/static/admin/admin_menu.jsp b/web/static/admin/admin_menu.jsp new file mode 100644 index 00000000..142f8285 --- /dev/null +++ b/web/static/admin/admin_menu.jsp @@ -0,0 +1,18 @@ +<%-- + Document : admin_menu + Created on : 06.08.2015, 12:41:44 + Author : Roland Haeder +--%> + + diff --git a/web/static/admin/admin_parent_category_selection_box.jsp b/web/static/admin/admin_parent_category_selection_box.jsp new file mode 100644 index 00000000..d0412637 --- /dev/null +++ b/web/static/admin/admin_parent_category_selection_box.jsp @@ -0,0 +1,22 @@ +<%-- + Document : admin_parent_category_selection_box + Created on : 14.08.2015, 12:51:05 + Author : Roland Haeder +--%> + +<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@page import="org.mxchange.pizzaapplication.database.category.PizzaCategoryDatabaseConstants"%> +<%@page import="org.mxchange.pizzaapplication.application.PizzaServiceApplication"%> +<%@page import="org.mxchange.pizzaapplication.application.PizzaApplication"%> + +<% + // Init application instance + PizzaApplication app = PizzaServiceApplication.getInstance(application); +%> + + diff --git a/web/static/admin/category_selection_box.jsp b/web/static/admin/category_selection_box.jsp deleted file mode 100644 index ff55de65..00000000 --- a/web/static/admin/category_selection_box.jsp +++ /dev/null @@ -1,21 +0,0 @@ -<%-- - Document : parent_category_selection_box - Created on : 14.08.2015, 12:51:05 - Author : Roland Haeder ---%> - -<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@page import="org.mxchange.pizzaapplication.database.category.PizzaCategoryDatabaseConstants"%> -<%@page import="org.mxchange.pizzaapplication.application.PizzaServiceApplication"%> -<%@page import="org.mxchange.pizzaapplication.application.PizzaApplication"%> - -<% - // Init application instance - PizzaApplication app = PizzaServiceApplication.getInstance(application); -%> - - diff --git a/web/static/admin/footer.jsp b/web/static/admin/footer.jsp deleted file mode 100644 index ca2fcca0..00000000 --- a/web/static/admin/footer.jsp +++ /dev/null @@ -1,12 +0,0 @@ -<%-- - Document : footer - Created on : 11.08.2015, 12:28:03 - Author : Roland Haeder ---%> - - -
diff --git a/web/static/admin/menu.jsp b/web/static/admin/menu.jsp deleted file mode 100644 index 2f574f43..00000000 --- a/web/static/admin/menu.jsp +++ /dev/null @@ -1,18 +0,0 @@ -<%-- - Document : menu - Created on : 06.08.2015, 12:41:44 - Author : Roland Haeder ---%> - - diff --git a/web/static/admin/parent_category_selection_box.jsp b/web/static/admin/parent_category_selection_box.jsp deleted file mode 100644 index ed7d6fef..00000000 --- a/web/static/admin/parent_category_selection_box.jsp +++ /dev/null @@ -1,22 +0,0 @@ -<%-- - Document : parent_category_selection_box - Created on : 14.08.2015, 12:51:05 - Author : Roland Haeder ---%> - -<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@page import="org.mxchange.pizzaapplication.database.category.PizzaCategoryDatabaseConstants"%> -<%@page import="org.mxchange.pizzaapplication.application.PizzaServiceApplication"%> -<%@page import="org.mxchange.pizzaapplication.application.PizzaApplication"%> - -<% - // Init application instance - PizzaApplication app = PizzaServiceApplication.getInstance(application); -%> - - diff --git a/web/static/footer.jsp b/web/static/footer.jsp deleted file mode 100644 index 597af563..00000000 --- a/web/static/footer.jsp +++ /dev/null @@ -1,15 +0,0 @@ -<%-- - Document : footer - Created on : 11.08.2015, 12:28:03 - Author : Roland Haeder ---%> - - -
diff --git a/web/static/guest/guest_footer.jsp b/web/static/guest/guest_footer.jsp new file mode 100644 index 00000000..597af563 --- /dev/null +++ b/web/static/guest/guest_footer.jsp @@ -0,0 +1,15 @@ +<%-- + Document : footer + Created on : 11.08.2015, 12:28:03 + Author : Roland Haeder +--%> + + +
diff --git a/web/static/guest/guest_menu.jsp b/web/static/guest/guest_menu.jsp new file mode 100644 index 00000000..b2c8174b --- /dev/null +++ b/web/static/guest/guest_menu.jsp @@ -0,0 +1,18 @@ +<%-- + Document : guest_menu + Created on : 06.08.2015, 12:41:44 + Author : Roland Haeder +--%> + + diff --git a/web/static/menu.jsp b/web/static/menu.jsp deleted file mode 100644 index a1d68508..00000000 --- a/web/static/menu.jsp +++ /dev/null @@ -1,18 +0,0 @@ -<%-- - Document : menu - Created on : 06.08.2015, 12:41:44 - Author : Roland Haeder ---%> - - diff --git a/web/terms.jsp b/web/terms.jsp index 1a14709c..506e7f89 100644 --- a/web/terms.jsp +++ b/web/terms.jsp @@ -23,7 +23,7 @@ - +
@@ -34,6 +34,6 @@
- +