Seite ohne MenĂ¼ doch mit Marginalspalte (nur andere Farbe)
[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"/>
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="maincontent" type="string">
14     <div class="pack cf">
15       <div class="left">
16         <h2>hibernate4-maven-plugin</h2>
17         <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>
18       </div>
19       <div class="right">
20         <h2>fix-swf</h2>
21         <p>
22           Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
23           eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
24           ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
25           aliquip ex ea commodo consequat.
26         </p>
27       </div>
28     </div>
29     <div class="single">
30       <h2>accelerator</h2>
31       <p>
32         Duis aute irure dolor in
33         reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
34         pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
35         culpa qui officia deserunt mollit anim id est laborum.
36       </p>
37     </div>
38     <div class="pack cf">
39       <div class="right">
40         <h2>jquery.openx</h2>
41         <p>
42           Duis aute irure dolor in
43           reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
44           pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
45           culpa qui officia deserunt mollit anim id est laborum.
46         </p>
47       </div>
48       <div class="left">
49         <h2>Regex-Lab</h2>
50         <p>
51           Excepteur sint occaecat cupidatat non proident, sunt in
52           culpa qui officia deserunt mollit anim id est laborum.
53         </p>
54       </div>
55     </div>
56     <div class="pack cf">
57       <div class="left">
58         <h2>jquery.openx</h2>
59         <p>
60           Duis aute irure dolor in
61           reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
62           pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
63           culpa qui officia deserunt mollit anim id est laborum.
64         </p>
65       </div>
66       <div class="right">
67         <h2>Regex-Lab</h2>
68         <p>
69           Excepteur sint occaecat cupidatat non proident, sunt in
70           culpa qui officia deserunt mollit anim id est laborum.
71         </p>
72       </div>
73     </div>
74   </t:putAttribute>
75   <t:putAttribute name="marginalcontent" type="string">
76     <aside class="m">
77       <div class="widget widget_recent_entries">
78         <h2 class="widgettitle">Recent Posts</h2>
79         <ul>
80           <li>
81             <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>
82           </li>
83           <li>
84             <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>
85           </li>
86           <li>
87             <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>
88           </li>
89           <li>
90             <a href="http://localhost/bidirectional-association-with-elementcollection/" title="Bidirectional Association with @ElementCollection">Bidirectional Association with @ElementCollection</a>
91           </li>
92           <li>
93             <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>
94           </li>
95           <li>
96             <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>
97           </li>
98           <li>
99             <a href="http://localhost/hibernate4-maven-plugin-1-0-released/" title="hibernate4-maven-plugin 1.0 released!">hibernate4-maven-plugin 1.0 released!</a>
100           </li>
101           <li>
102             <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>
103           </li>
104         </ul>
105       </div>
106     </aside>
107   </t:putAttribute>
108 </t:insertDefinition>