]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/privacy.jsp
updated jshop
[pizzaservice-war.git] / web / privacy.jsp
index 2471b06c12c5179a95feeb76600d8e5ce35fbc6d..e385c0906e6d567b43410a2ea02a55559015a39b 100644 (file)
@@ -4,24 +4,28 @@
        Author     : Roland Haeder
 --%>
 
-<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+<%--<%@page errorPage="errorHandler.jsp" %>--%>
+<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
 <%@page contentType="text/html" pageEncoding="UTF-8"%>
-<%@page import="org.mxchange.pizzaapplication.application.PizzaServiceApplication"%>
+
+<c:set var="basePath" value="${pageContext.request.contextPath}" />
 
 <!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%> - Datenschutzbestimmungen</title>
+               <link rel="stylesheet" href="${basePath}/style.css" type="text/css" />
+               <title>Pizza-Service - Datenschutzbestimmungen</title>
        </head>
 
        <body>
-               <div id="title">
-                       <h1><%=PizzaServiceApplication.MAIN_TITLE%> - Datenschutzbestimmungen</h1>
+               <div id="header"> 
+                       <div id="title">
+                               <h1>Pizza-Service - Datenschutzbestimmungen</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">
@@ -32,6 +36,6 @@
                        </div>
                </div>
 
-               <jsp:include page="/static/footer.jsp" flush="true" />
+               <jsp:include page="/static/guest/guest_footer.jsp" flush="false" />
        </body>
 </html>