]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/imprint.jsp
missed align=right + column span over new column
[pizzaservice-war.git] / web / imprint.jsp
index cd0acdb24dcd7c6f151e898c5f7350ca833cafcf..5c066f68b9cb0734bc1f78d9e86c05d2ad237809 100644 (file)
@@ -4,14 +4,17 @@
        Author     : Roland Haeder
 --%>
 
+<%--<%@page errorPage="errorHandler.jsp" %>--%>
 <%@page contentType="text/html" pageEncoding="UTF-8"%>
-<%@page import="org.mxchange.pizzaapplication.beans.PizzaServiceBean"%>
+<%@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"/>
+               <link rel="stylesheet" href="${basePath}/style.css" type="text/css" />
                <title>Pizza-Service - Impressum</title>
        </head>