Beispielseiten für unsinnige Layout-Grenzfälle entfernt
[website] / src / main / webapp / WEB-INF / views / test / fast-leer-zweispaltig-mit-marginalinhalt.jsp
diff --git a/src/main/webapp/WEB-INF/views/test/fast-leer-zweispaltig-mit-marginalinhalt.jsp b/src/main/webapp/WEB-INF/views/test/fast-leer-zweispaltig-mit-marginalinhalt.jsp
deleted file mode 100644 (file)
index 8f9bd6b..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<%@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="test">
-  <t:putAttribute name="title" value="Fast leere zweispaltige Seite mit Marginalinhalt" type="string"/>
-  <t:putAttribute name="navigation" type="string">
-    <h1 class="nav">Navigation</h1>
-    <h2 class="nav menu">Section-Menu</h2>
-    <ul id="menu" class="cf">
-      <li class="m blog"><a href="${base}blog.html" class="m">Blog</a></li>
-      <li class="m projects"><a href="${base}projects.html" class="m">Projects</a></li>
-    </ul>
-  </t:putAttribute>
-  <t:putAttribute name="maincontent" type="string">
-    <p>Diese Seite ist fast leer...</p>
-  </t:putAttribute>
-</t:insertDefinition>