f3ef2c0ea90e50209e7dc8ff6a6f5f5276fc0522
[website] / src / main / webapp / WEB-INF / views / test / kein-layout.jsp
1 <%@page contentType="text/html;charset=UTF-8"%>
2 <%@page pageEncoding="UTF-8"%>
3 <%@page session="false" %>
4 <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
5 <%@taglib uri="http://www.springframework.org/tags" prefix="s"%>
6 <s:url var="base" value="/" />
7 <t:insertDefinition name="test">
8   <t:putAttribute name="title" value="Nur das Basis-Layout" type="string"/>
9   <t:putAttribute name="htmlhead" type="string" value=""/>
10   <t:putAttribute name="maincontent" type="string">
11     <p>
12       In diese Seite ist nur das Basis-Layout eingebunden
13       (<code>/css/base.css</code>).
14     </p>
15     <section>
16       <h1>Weitere Experimente</h1>
17       <t:insertTemplate template="/WEB-INF/templates/test/experimente.jsp"/>
18     </section>
19   </t:putAttribute>
20 </t:insertDefinition>