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 <%@taglib uri="http://www.springframework.org/tags" prefix="s"%>
7 <s:url var="base" value="/" />
8 <t:insertDefinition name="NOMENU">
9 <t:putAttribute name="contentclass" value="nomenu withbackground" type="string"/>
10 <t:putAttribute name="title" value="404: Page not found" type="string"/>
11 <t:putAttribute name="breadcrumb">
12 <li class="b"><a class="b" href="${base}index.html">Home</a></li>
13 <li class="b"><strong class="b">???</strong></li>
15 <t:putAttribute name="maincontent" type="string">
16 <span class="background sehrhell" id="bs1">?</span>
17 <span class="background heller" id="bs2">?</span>
18 <span class="background sehrhell" id="bs3">?</span>
19 <span class="background heller" id="bs4">?</span>
20 <span class="background sehrhell" id="bs5">?</span>
21 <span class="background sehrhell" id="bs6">?</span>
22 <span class="background heller" id="bs7">?</span>
23 <span class="background heller" id="bs8">?</span>
24 <span class="background heller" id="bs9">?</span>
25 <p>We do not know, where you are.</p>
26 <p>And we do not know, why you are here.</p>
27 <p>But we can tell you: WE ARE SORRY!</p>
30 <t:putAttribute name="marginalcontent" type="string" value=""/>