From 5a4a9e00f942ac32a4553b013f0accabeff4d562 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 22 Aug 2015 14:01:11 +0200 Subject: [PATCH] =?utf8?q?Moved=20includes=20in=20proper=20sub=20folders?= =?utf8?q?=20+=20renamed=20them=20according=20"access=20group"=20Signed-of?= =?utf8?q?f-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- web/admin/category.jsp | 6 +++--- web/admin/index.jsp | 4 ++-- web/admin/product.jsp | 6 +++--- web/bye.jsp | 4 ++-- web/customer/login.jsp | 4 ++-- web/customer/lost_passwd.jsp | 4 ++-- web/customer/register.jsp | 4 ++-- web/errorHandler.jsp | 4 ++-- web/form_handler/add_item.jsp | 4 ++-- web/form_handler/admin/do_category.jsp | 2 +- web/form_handler/admin/do_product.jsp | 2 +- web/form_handler/do_order.jsp | 2 +- web/form_handler/do_preview.jsp | 2 +- web/imprint.jsp | 4 ++-- web/index.jsp | 4 ++-- web/privacy.jsp | 4 ++-- ...y_selection_box.jsp => admin_category_selection_box.jsp} | 2 +- web/static/admin/{footer.jsp => admin_footer.jsp} | 2 +- web/static/admin/{menu.jsp => admin_menu.jsp} | 2 +- ...tion_box.jsp => admin_parent_category_selection_box.jsp} | 2 +- web/static/{footer.jsp => guest/guest_footer.jsp} | 0 web/static/{menu.jsp => guest/guest_menu.jsp} | 2 +- web/terms.jsp | 4 ++-- 23 files changed, 37 insertions(+), 37 deletions(-) rename web/static/admin/{category_selection_box.jsp => admin_category_selection_box.jsp} (94%) rename web/static/admin/{footer.jsp => admin_footer.jsp} (89%) rename web/static/admin/{menu.jsp => admin_menu.jsp} (96%) rename web/static/admin/{parent_category_selection_box.jsp => admin_parent_category_selection_box.jsp} (94%) rename web/static/{footer.jsp => guest/guest_footer.jsp} (100%) rename web/static/{menu.jsp => guest/guest_menu.jsp} (96%) 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/category_selection_box.jsp b/web/static/admin/admin_category_selection_box.jsp similarity index 94% rename from web/static/admin/category_selection_box.jsp rename to web/static/admin/admin_category_selection_box.jsp index ff55de65..9eac81d6 100644 --- a/web/static/admin/category_selection_box.jsp +++ b/web/static/admin/admin_category_selection_box.jsp @@ -1,5 +1,5 @@ <%-- - Document : parent_category_selection_box + Document : admin_category_selection_box Created on : 14.08.2015, 12:51:05 Author : Roland Haeder --%> diff --git a/web/static/admin/footer.jsp b/web/static/admin/admin_footer.jsp similarity index 89% rename from web/static/admin/footer.jsp rename to web/static/admin/admin_footer.jsp index ca2fcca0..8b0c30c5 100644 --- a/web/static/admin/footer.jsp +++ b/web/static/admin/admin_footer.jsp @@ -1,5 +1,5 @@ <%-- - Document : footer + Document : admin_footer Created on : 11.08.2015, 12:28:03 Author : Roland Haeder --%> diff --git a/web/static/admin/menu.jsp b/web/static/admin/admin_menu.jsp similarity index 96% rename from web/static/admin/menu.jsp rename to web/static/admin/admin_menu.jsp index 2f574f43..142f8285 100644 --- a/web/static/admin/menu.jsp +++ b/web/static/admin/admin_menu.jsp @@ -1,5 +1,5 @@ <%-- - Document : menu + Document : admin_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/admin_parent_category_selection_box.jsp similarity index 94% rename from web/static/admin/parent_category_selection_box.jsp rename to web/static/admin/admin_parent_category_selection_box.jsp index ed7d6fef..d0412637 100644 --- a/web/static/admin/parent_category_selection_box.jsp +++ b/web/static/admin/admin_parent_category_selection_box.jsp @@ -1,5 +1,5 @@ <%-- - Document : parent_category_selection_box + Document : admin_parent_category_selection_box Created on : 14.08.2015, 12:51:05 Author : Roland Haeder --%> diff --git a/web/static/footer.jsp b/web/static/guest/guest_footer.jsp similarity index 100% rename from web/static/footer.jsp rename to web/static/guest/guest_footer.jsp diff --git a/web/static/menu.jsp b/web/static/guest/guest_menu.jsp similarity index 96% rename from web/static/menu.jsp rename to web/static/guest/guest_menu.jsp index a1d68508..b2c8174b 100644 --- a/web/static/menu.jsp +++ b/web/static/guest/guest_menu.jsp @@ -1,5 +1,5 @@ <%-- - Document : menu + Document : guest_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 @@
- + -- 2.39.5