]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/bye.jsp
missed align=right + column span over new column
[pizzaservice-war.git] / web / bye.jsp
index c9bbd00baa351c3f4ce70af9b3af4de5272f7fdc..167737b9f6c3f9e0f3ede90e77f170dfb40ab8e2 100644 (file)
@@ -5,20 +5,19 @@
 --%>
 
 <%--<%@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">
 <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%> - Sitzung beenden</title>
+               <link rel="stylesheet" href="${basePath}/style.css" type="text/css" />
+               <title>Pizza-Service - Sitzung beenden</title>
        </head>
 
        <body>
                <div id="header"> 
                        <div id="title">
-                               <h1><%=PizzaServiceApplication.MAIN_TITLE%> - Sitzung beenden</h1>
+                               <h1>Pizza-Service - Sitzung beenden</h1>
                        </div>
                </div>