Die Basis für die contextrelativen URL's wird jetzt Applicationweit bestimmt
[website] / src / main / webapp / WEB-INF / 404.jsp
1 <%@page contentType="text/html;charset=UTF-8"%>
2 <%@page pageEncoding="UTF-8"%>
3 <%@page session="false" %>
4 <%@page isErrorPage="true" %>
5 <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
6 <t:insertDefinition name="NOMENU">
7   <t:putAttribute name="contentclass" value="nomenu withbackground" type="string"/>
8   <t:putAttribute name="title" value="404: Page not found" type="string"/>
9   <t:putAttribute name="breadcrumb">
10     <li class="b"><a class="b" href="${base}index.html">Home</a></li>
11     <li class="b"><strong class="b">???</strong></li>
12   </t:putAttribute>
13   <t:putAttribute name="maincontent" type="string">
14     <span class="background sehrhell" id="bs1">?</span>
15     <span class="background heller" id="bs2">?</span>
16     <span class="background sehrhell" id="bs3">?</span>
17     <span class="background heller" id="bs4">?</span>
18     <span class="background sehrhell" id="bs5">?</span>
19     <span class="background sehrhell" id="bs6">?</span>
20     <span class="background heller" id="bs7">?</span>
21     <span class="background heller" id="bs8">?</span>
22     <span class="background heller" id="bs9">?</span>
23     <p>We do not know, where you are.</p>
24     <p>And we do not know, why you are here.</p>
25     <p>But we can tell you: WE ARE SORRY!</p>
26     <p>Really.</p>
27   </t:putAttribute>
28   <t:putAttribute name="marginalcontent" type="string" value=""/>
29 </t:insertDefinition>