]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/imprint.jsp
Cleanup
[pizzaservice-war.git] / web / imprint.jsp
index 8a5e7ed4e1837dc8f2d138a27c53a9986363c054..5c066f68b9cb0734bc1f78d9e86c05d2ad237809 100644 (file)
@@ -4,21 +4,24 @@
        Author     : Roland Haeder
 --%>
 
+<%--<%@page errorPage="errorHandler.jsp" %>--%>
 <%@page contentType="text/html" pageEncoding="UTF-8"%>
-<%@page import="org.mxchange.pizzaapplication.application.PizzaServiceApplication"%>
+<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
+
+<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%> - Impressum</title>
+               <link rel="stylesheet" href="${basePath}/style.css" type="text/css" />
+               <title>Pizza-Service - Impressum</title>
        </head>
 
        <body>
                <div id="header"> 
                        <div id="title">
-                               <h1><%=PizzaServiceApplication.MAIN_TITLE%> - Impressum</h1>
+                               <h1>Pizza-Service - Impressum</h1>
                        </div>
                </div>