Umstellung auf Thymeleaf: Schritt 3 - Versucht, das Projet umzustellen
[website] / src / main / webapp / WEB-INF / views / about.jsp
index 8d72835..a26f217 100644 (file)
@@ -2,10 +2,8 @@
 <%@page pageEncoding="UTF-8"%>
 <%@page session="false" %>
 <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
 <%@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="BASEPAGE">
 <t:insertDefinition name="BASEPAGE">
-  <t:putAttribute name="title" value="About" type="string"/>
+  <t:putAttribute name="title" value="About" type="string" cascade="true"/>
   <t:putAttribute name="breadcrumb">
     <li class="b"><a class="b" href="${base}index.html">Home</a></li>
     <li class="b"><strong class="b">About</strong></li>
   <t:putAttribute name="breadcrumb">
     <li class="b"><a class="b" href="${base}index.html">Home</a></li>
     <li class="b"><strong class="b">About</strong></li>
     </ul>
     <h2 class="nav submenu"><span class="s">Submenu for section </span><strong class="s">About</strong></h2>
     <ul id="submenu">
     </ul>
     <h2 class="nav submenu"><span class="s">Submenu for section </span><strong class="s">About</strong></h2>
     <ul id="submenu">
-      <li class="s sub"><a href="${base}about/professions.html" class="s">Professions</a></li>
-      <li class="s sub"><a href="${base}about/references.html" class="s">References</a></li>
-      <li class="s "><a href="${base}about/contact.html" class="s">Contact</a></li>
+      <li class="s sub"><a href="${base}expertise.html" class="s">Expertise</a></li>
+      <li class="s sub"><a href="${base}references.html" class="s">References</a></li>
+      <li class="s "><a href="${base}contact.html" class="s">Contact</a></li>
     </ul>
   </t:putAttribute>
     </ul>
   </t:putAttribute>
-  <t:putAttribute name="maincontent" type="string">
+  <t:putAttribute name="maincontent" type="string" cascade="true">
     <p>
       <span class="logo">juplo</span> is the place, where I collect and share
       my more or less private projects.
     <p>
       <span class="logo">juplo</span> is the place, where I collect and share
       my more or less private projects.
     </p>
     <ul>
       <li>
     </p>
     <ul>
       <li>
-        In the <a href="${base}blog.html">Blog</a>, I summarize, how I solved
+        In the <a href="${base}blog.html">blog</a>, I summarize, how I solved
         some every-day problems, other people might stumble across too.
         I am introducing new projects there and announcing new versions and/or
         bugfixes to older projects.
       </li>
       <li>
         The other part of the site is the
         some every-day problems, other people might stumble across too.
         I am introducing new projects there and announcing new versions and/or
         bugfixes to older projects.
       </li>
       <li>
         The other part of the site is the
-        <a href="${base}projects.html">Projects</a>-section.
+        <a href="${base}projects.html">projects-section</a>.
         This is where I am hosting all projects, that I have made publicy
         available.
       </li>
     </ul>
     <p>
       If you want to hire me, you can find out more on the
         This is where I am hosting all projects, that I have made publicy
         available.
       </li>
     </ul>
     <p>
       If you want to hire me, you can find out more on the
-      <a href="${base}contact.html">Contact</a>-page.
+      <a href="${base}contact.html">contact-page</a>.
       If you are not yet sure, if you want to hire me, you might be
       interessted in
       If you are not yet sure, if you want to hire me, you might be
       interessted in
-      <a href="${base}professions.html">what I can do for you</a>, or 
+      <a href="${base}expertise.html">what I can do for you</a>, or 
       <a href="${base}references.html">what I have already done for others</a>.
     </p>
   </t:putAttribute>
       <a href="${base}references.html">what I have already done for others</a>.
     </p>
   </t:putAttribute>