Keine Überschrift auf Startseite und Contentcontainer nicht vom Typ <article>
[website] / src / main / webapp / WEB-INF / views / index.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 <t:insertDefinition name="NOMENU">
6   <t:putAttribute name="title" value="Branding" type="string" cascade="true"/>
7   <t:putAttribute name="header">
8     <h1 id="logo"><strong class="l">juplo</strong></h1>
9   </t:putAttribute>
10   <t:putAttribute name="breadcrumb">
11     <li class="b"><strong class="b">Home</strong></li>
12   </t:putAttribute>
13   <t:putAttribute name="contentcontainer" type="string">
14     <div id="content" class="main">
15       <div class="pack cf">
16         <div class="left">
17           <h2>hibernate4-maven-plugin</h2>
18           <p><strong>Lorem ipsum</strong> dolor <a href="${base}projects/typo.html">sit amet</a>, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud <a href="${base}projects/html-experimente.html">exercitation</a> ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
19         </div>
20         <div class="right">
21           <h2>fix-swf</h2>
22           <p>
23             Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
24             eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
25             ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
26             aliquip ex ea commodo consequat.
27           </p>
28         </div>
29       </div>
30       <div class="single">
31         <h2>accelerator</h2>
32         <p>
33           Duis aute irure dolor in
34           reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
35           pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
36           culpa qui officia deserunt mollit anim id est laborum.
37         </p>
38       </div>
39       <div class="pack cf">
40         <div class="right">
41           <h2>jquery.openx</h2>
42           <p>
43             Duis aute irure dolor in
44             reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
45             pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
46             culpa qui officia deserunt mollit anim id est laborum.
47           </p>
48         </div>
49         <div class="left">
50           <h2>Regex-Lab</h2>
51           <p>
52             Excepteur sint occaecat cupidatat non proident, sunt in
53             culpa qui officia deserunt mollit anim id est laborum.
54           </p>
55         </div>
56       </div>
57       <div class="pack cf">
58         <div class="left">
59           <h2>jquery.openx</h2>
60           <p>
61             Duis aute irure dolor in
62             reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
63             pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
64             culpa qui officia deserunt mollit anim id est laborum.
65           </p>
66         </div>
67         <div class="right">
68           <h2>Regex-Lab</h2>
69           <p>
70             Excepteur sint occaecat cupidatat non proident, sunt in
71             culpa qui officia deserunt mollit anim id est laborum.
72           </p>
73         </div>
74       </div>
75     </div>
76   </t:putAttribute>
77   <t:putAttribute name="marginalcontent" type="string">
78     <aside class="m">
79       <div class="widget widget_recent_entries">
80         <h2 class="widgettitle">Recent Posts</h2>
81         <ul>
82           <li>
83             <a href="http://localhost/combining-jetty-maven-plugin-and-wro4j-maven-plugin-for-dynamic-reloading-of-less-resources/" title="Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources">Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources</a>
84           </li>
85           <li>
86             <a href="http://localhost/hibernate4-maven-plugin-1-0-3-released/" title="hibernate4-maven-plugin 1.0.3 released!">hibernate4-maven-plugin 1.0.3 released!</a>
87           </li>
88           <li>
89             <a href="http://localhost/log-out-from-wrong-account-with-maven-appengine-plugin/" title="Log out from wrong Account with maven-appengine-plugin">Log out from wrong Account with maven-appengine-plugin</a>
90           </li>
91           <li>
92             <a href="http://localhost/bidirectional-association-with-elementcollection/" title="Bidirectional Association with @ElementCollection">Bidirectional Association with @ElementCollection</a>
93           </li>
94           <li>
95             <a href="http://localhost/hibernate4-maven-plugin-1-0-2-release/" title="hibernate4-maven-plugin 1.0.2 released!">hibernate4-maven-plugin 1.0.2 released!</a>
96           </li>
97           <li>
98             <a href="http://localhost/hibernate4-maven-plugin-1-0-1-released/" title="hibernate4-maven-plugin 1.0.1 released!">hibernate4-maven-plugin 1.0.1 released!</a>
99           </li>
100           <li>
101             <a href="http://localhost/hibernate4-maven-plugin-1-0-released/" title="hibernate4-maven-plugin 1.0 released!">hibernate4-maven-plugin 1.0 released!</a>
102           </li>
103           <li>
104             <a href="http://localhost/hibernate4-maven-plugin-a-simple-plugin-for-generating-a-database-schema-from-hibernate-4-mapping-annotations/" title="hibernate4-maven-plugin">hibernate4-maven-plugin</a>
105           </li>
106         </ul>
107       </div>
108     </aside>
109   </t:putAttribute>
110 </t:insertDefinition>