Umstellung auf Thymeleaf: Schritt 3 RELOADED - Thymleaf mit LayoutDialect
[website] / src / main / webapp / WEB-INF / templates / html5page.jsp
diff --git a/src/main/webapp/WEB-INF/templates/html5page.jsp b/src/main/webapp/WEB-INF/templates/html5page.jsp
deleted file mode 100644 (file)
index 5620fb2..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE html>
-<%@page contentType="text/html;charset=UTF-8"%>
-<%@page pageEncoding="UTF-8"%>
-<%@page session="false" %>
-<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
-<html>
-  <head>
-    <title>juplo - <t:getAsString name="title"/></title>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <t:insertAttribute name="htmlhead"/>
-  </head>
-  <body id="top" class="<t:getAsString name="contentclass"/>" onload="prettyPrint()">
-    <div id="page" class="cf">
-      <header id="header">
-        <t:insertAttribute name="header"/>
-        <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
-        <hr class="h" />
-      </header>
-      <div id="breadcrumb">
-        <strong class="b title">You are here:</strong>
-        <ol class="b">
-          <t:insertAttribute name="breadcrumb"/>
-        </ol>
-        <a class="hide" href="#nav" title="Show navigation menu">Jump to navigation</a>
-        <hr class="b" />
-      </div>
-      <main class="content cf">
-        <t:insertAttribute name="contentcontainer"/>
-        <div class="marginal">
-          <nav id="nav">
-            <hr class="n"/>
-            <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-            <t:insertAttribute name="navigation"/>
-            <hr class="n"/>
-          </nav>
-          <t:insertAttribute name="marginalcontent" ignore="true"/>
-        </div>
-      </main>
-      <footer id="footer">
-        <hr class="f" />
-        <ul id="footerlinks">
-          <t:insertAttribute name="footer"/>
-        </ul>
-      </footer>
-    </div>
-  </body>
-</html>