]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/errorHandler.jsp
Continued with project:
[pizzaservice-war.git] / web / errorHandler.jsp
index 21a892fd52f08ecce91fafc5349edba0cea01287..059399fd529f8adfff167a54364a0932074f80a5 100644 (file)
@@ -4,31 +4,29 @@
        Author     : Roland Haeder
 --%>
 
-<%@page import="org.mxchange.pizzaapplication.application.PizzaApplication"%>
-<%@page import="org.mxchange.pizzaapplication.application.PizzaServiceApplication"%>
+<%@page import="org.mxchange.pizzaapplication.beans.PizzaBean"%>
+<%@page import="org.mxchange.pizzaapplication.beans.PizzaServiceBean"%>
 <%@page import="java.io.PrintWriter"%>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
+<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
+<%@taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
 <jsp:useBean id="date" class="java.util.Date" />
 
-<%
-       // Init application instance
-       PizzaApplication app = PizzaServiceApplication.getInstance(application);
-%>
 <!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" xml:lang="de" lang="de">
        <head>
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                <link rel="stylesheet" href="<%=request.getContextPath()%>/style.css" type="text/css"/>
-               <title><%=PizzaServiceApplication.MAIN_TITLE%> - Fehler</title>
+               <title>Pizza-Service - Fehler</title>
        </head>
 
        <body>
-               <div id="title">
-                       <h1><%=PizzaServiceApplication.MAIN_TITLE%> - Fehler</h1>
+               <div id="header"> 
+                       <div id="title">
+                               <h1>Pizza-Service - Fehler</h1>
+                       </div>
                </div>
 
-               <jsp:include page="/static/menu.jsp" flush="true" />
+               <jsp:include page="/static/guest/guest_menu.jsp" flush="false" />
 
                <div id="content_outer">
                        <div id="content_title">
@@ -47,5 +45,7 @@
                                </ul>
                        </div>
                </div>
+
+               <jsp:include page="/static/guest/guest_footer.jsp" flush="false" />
        </body>
 </html>