]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/errorHandler.jsp
Added footer for admin area + error include file "direct_call.jsp"
[pizzaservice-war.git] / web / errorHandler.jsp
index 21a892fd52f08ecce91fafc5349edba0cea01287..5cb88450ce85637668bab29a4e83de39f36afc47 100644 (file)
 <%@ 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>
        </head>
 
        <body>
-               <div id="title">
-                       <h1><%=PizzaServiceApplication.MAIN_TITLE%> - Fehler</h1>
+               <div id="header"> 
+                       <div id="title">
+                               <h1><%=PizzaServiceApplication.MAIN_TITLE%> - Fehler</h1>
+                       </div>
                </div>
 
                <jsp:include page="/static/menu.jsp" flush="true" />
@@ -47,5 +45,7 @@
                                </ul>
                        </div>
                </div>
+
+               <jsp:include page="/static/footer.jsp" flush="true" />
        </body>
 </html>