404-Fehlerseite layoutet
[website] / src / main / webapp / WEB-INF / 404.jsp
diff --git a/src/main/webapp/WEB-INF/404.jsp b/src/main/webapp/WEB-INF/404.jsp
new file mode 100644 (file)
index 0000000..11c449f
--- /dev/null
@@ -0,0 +1,30 @@
+<%@page contentType="text/html;charset=UTF-8"%>
+<%@page pageEncoding="UTF-8"%>
+<%@page session="false" %>
+<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
+<%@taglib uri="http://www.springframework.org/tags" prefix="s"%>
+<s:url var="base" value="/" />
+<t:insertDefinition name="NOMENU">
+  <t:putAttribute name="contentclass" value="nomenu withbackground" type="string"/>
+  <t:putAttribute name="title" value="404: Page not found" type="string"/>
+  <t:putAttribute name="breadcrumb">
+    <li class="b"><a class="b" href="${base}index.html">Home</a></li>
+    <li class="b"><strong class="b">???</strong></li>
+  </t:putAttribute>
+  <t:putAttribute name="maincontent" type="string">
+    <span class="background sehrhell" id="bs1">?</span>
+    <span class="background heller" id="bs2">?</span>
+    <span class="background sehrhell" id="bs3">?</span>
+    <span class="background heller" id="bs4">?</span>
+    <span class="background sehrhell" id="bs5">?</span>
+    <span class="background sehrhell" id="bs6">?</span>
+    <span class="background heller" id="bs7">?</span>
+    <span class="background heller" id="bs8">?</span>
+    <span class="background heller" id="bs9">?</span>
+    <p>We do not know, where you are.</p>
+    <p>And we do not know, why you are here.</p>
+    <p>But we can tell you: WE ARE SORRY!</p>
+    <p>Really.</p>
+  </t:putAttribute>
+  <t:putAttribute name="marginalcontent" type="string" value=""/>
+</t:insertDefinition>