]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
moved to proper location
authorRoland Haeder <roland@mxchange.org>
Thu, 3 Sep 2015 06:27:12 +0000 (08:27 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 3 Sep 2015 06:27:12 +0000 (08:27 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/java/org/mxchange/pizzaapplication/beans/customer/PizzaServiceCustomerBean.java
web/WEB-INF/templates.dist/guest_page.xhtml [new file with mode: 0644]
web/templates.dist/guest_page.xhtml [deleted file]

index 3855b88a028920d9ddb4a684ba3ff36f5315aaad..d59caac5268480dab3eee79cb0697f5e57736a25 100644 (file)
@@ -39,7 +39,7 @@ public class PizzaServiceCustomerBean extends BaseFrameworkBean implements Custo
        /**
         * Serial number
         */
-       private static final long serialVersionUID = 543145347916L;
+       private static final long serialVersionUID = 542145347916L;
 
        /**
         * Contact instance
diff --git a/web/WEB-INF/templates.dist/guest_page.xhtml b/web/WEB-INF/templates.dist/guest_page.xhtml
new file mode 100644 (file)
index 0000000..4577b9a
--- /dev/null
@@ -0,0 +1,29 @@
+<?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:c="http://xmlns.jcp.org/jsp/jstl/core"
+         xmlns:f="http://xmlns.jcp.org/jsf/core"
+         >
+
+       <ui:composition template="/WEB-INF/templates/base.tpl">
+               <ui:define name="title">Your page's title here</ui:define>
+
+               <ui:define name="menu">
+                       <ui:include id="menu" class="guest_menu" src="/WEB-INF/templates/guest/guest_menu.tpl" />
+               </ui:define>
+
+               <ui:define name="content_header">
+                       Your header above content here
+               </ui:define>
+
+               <ui:define name="content">
+                       Here goes your content.
+               </ui:define>
+
+               <ui:define name="footer">
+                       <ui:include id="footer" class="guest_footer" src="/WEB-INF/templates/guest/guest_footer.tpl" />
+               </ui:define>
+       </ui:composition>
+</html>
diff --git a/web/templates.dist/guest_page.xhtml b/web/templates.dist/guest_page.xhtml
deleted file mode 100644 (file)
index 4577b9a..0000000
+++ /dev/null
@@ -1,29 +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:c="http://xmlns.jcp.org/jsp/jstl/core"
-         xmlns:f="http://xmlns.jcp.org/jsf/core"
-         >
-
-       <ui:composition template="/WEB-INF/templates/base.tpl">
-               <ui:define name="title">Your page's title here</ui:define>
-
-               <ui:define name="menu">
-                       <ui:include id="menu" class="guest_menu" src="/WEB-INF/templates/guest/guest_menu.tpl" />
-               </ui:define>
-
-               <ui:define name="content_header">
-                       Your header above content here
-               </ui:define>
-
-               <ui:define name="content">
-                       Here goes your content.
-               </ui:define>
-
-               <ui:define name="footer">
-                       <ui:include id="footer" class="guest_footer" src="/WEB-INF/templates/guest/guest_footer.tpl" />
-               </ui:define>
-       </ui:composition>
-</html>