Umstellung auf Thymeleaf: Schritt 3 - Versucht, das Projet umzustellen
[website] / src / main / webapp / WEB-INF / templates / html5page.jsp
index e15516e..5620fb2 100644 (file)
@@ -3,16 +3,13 @@
 <%@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="/" />
 <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 class="<t:getAsString name="contentclass"/>" onload="prettyPrint()">
-    <a id="top"></a>
+  <body id="top" class="<t:getAsString name="contentclass"/>" onload="prettyPrint()">
     <div id="page" class="cf">
       <header id="header">
         <t:insertAttribute name="header"/>
         <ol class="b">
           <t:insertAttribute name="breadcrumb"/>
         </ol>
-        <a class="hide" href="#navigation" title="Show navigation menu">Jump to navigation</a>
+        <a class="hide" href="#nav" title="Show navigation menu">Jump to navigation</a>
         <hr class="b" />
       </div>
       <main class="content cf">
-        <article id="content" class="main">
-          <header><h1><t:getAsString name="title"/></h1></header>
-          <t:insertAttribute name="maincontent"/>
-        </article>
+        <t:insertAttribute name="contentcontainer"/>
         <div class="marginal">
           <nav id="nav">
             <hr class="n"/>
-            <a id="navigation"></a>
             <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
             <t:insertAttribute name="navigation"/>
             <hr class="n"/>