]> git.mxchange.org Git - pizzaservice-war.git/blob - web/privacy.jsp
e385c0906e6d567b43410a2ea02a55559015a39b
[pizzaservice-war.git] / web / privacy.jsp
1 <%-- 
2         Document   : privacy
3         Created on : 11.08.2015, 11:56:22
4         Author     : Roland Haeder
5 --%>
6
7 <%--<%@page errorPage="errorHandler.jsp" %>--%>
8 <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
9 <%@page contentType="text/html" pageEncoding="UTF-8"%>
10
11 <c:set var="basePath" value="${pageContext.request.contextPath}" />
12
13 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
14 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
15         <head>
16                 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
17                 <link rel="stylesheet" href="${basePath}/style.css" type="text/css" />
18                 <title>Pizza-Service - Datenschutzbestimmungen</title>
19         </head>
20
21         <body>
22                 <div id="header"> 
23                         <div id="title">
24                                 <h1>Pizza-Service - Datenschutzbestimmungen</h1>
25                         </div>
26                 </div>
27
28                 <jsp:include page="/static/guest/guest_menu.jsp" flush="false" />
29
30                 <div id="content_outer">
31                         <div id="content_title">
32                                 <h2>Datenschutzbestimmungen:</h2>
33                         </div>
34
35                         <div id="content">
36                         </div>
37                 </div>
38
39                 <jsp:include page="/static/guest/guest_footer.jsp" flush="false" />
40         </body>
41 </html>