]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/bye.jsp
Added footer for admin area + error include file "direct_call.jsp"
[pizzaservice-war.git] / web / bye.jsp
index 678c9da9b4103894e5e435f1b3a9536304616fc0..dc9df94f68b59ca15a27eb463f2570422ac0af2d 100644 (file)
@@ -4,7 +4,7 @@
        Author     : Roland Haeder
 --%>
 
-<%@page errorPage="errorHandler.jsp" %>
+<%--<%@page errorPage="errorHandler.jsp" %>--%>
 <%@page import="org.mxchange.pizzaapplication.application.PizzaServiceApplication"%>
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
        </head>
 
        <body>
-               <div id="title">
-                       <h1><%=PizzaServiceApplication.MAIN_TITLE%> - Sitzung beenden</h1>
+               <div id="header"> 
+                       <div id="title">
+                               <h1><%=PizzaServiceApplication.MAIN_TITLE%> - Sitzung beenden</h1>
+                       </div>
                </div>
 
                <jsp:include page="/static/menu.jsp" flush="true" />
@@ -42,5 +44,7 @@
                                %>
                        </div>
                </div>
+
+               <jsp:include page="/static/footer.jsp" flush="true" />
        </body>
 </html>