Seitentitel kann weggelassen werden
[website] / src / main / webapp / WEB-INF / views / projects / fix-swf.jsp
index aaee718..66084a7 100644 (file)
@@ -2,10 +2,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="BASEPAGE">
-  <t:putAttribute name="title" value="Fix SWF" type="string"/>
+  <t:putAttribute name="title" value="Fix SWF" type="string" cascade="true"/>
   <t:putAttribute name="breadcrumb">
     <li class="b"><a class="b" href="${base}index.html">Home</a></li>
     <li class="b"><a class="b" href="${base}projects.html">Projects</a></li>
@@ -40,5 +38,5 @@
       <li class="s off"><a href="${base}projects/typo.html" class="s">Typography</a></li>
     </ul>
   </t:putAttribute>
-  <t:putAttribute name="maincontent" value="Nearly empty" type="string"/>
+  <t:putAttribute name="maincontent" value="Nearly empty" type="string" cascade="true"/>
 </t:insertDefinition>