wro4j ausgebaut
[website] / src / main / webapp / thymeleaf / templates / layout.html
1 <!DOCTYPE html>
2 <html
3     xmlns="http://www.w3.org/1999/xhtml"
4     xmlns:th="http://www.thymeleaf.org"
5     xmlns:layout="http://www.thymeleaf.org"
6     >
7   <head th:fragment="head" layout:fragment="head">
8     <title layout:title-pattern="$DECORATOR_TITLE - $CONTENT_TITLE" th:text="'juplo'">juplo - BASISTEMPLATE</title>
9     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
10     <meta name="viewport" content="width=device-width, initial-scale=1" />
11     <link rel="stylesheet/less" th:rel="stylesheet" type="text/css" href="../../less/all.less" th:href="@{/css/base.css}"/>
12     <style type="text/css" th:inline="text">
13       @import '[[@{/css/screen.css}]]' screen;
14       @import '[[@{/css/print.css}]]' print;
15     </style>
16     <script src="../../js/prettify.js" th:src="@{/js/prettify.js}"></script>
17     <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
18   </head>
19   <body id="top" class="menu" th:class="${contentclass}?:'menu'" onload="prettyPrint()">
20     <div id="page" class="cf">
21       <header id="header">
22         <h1 id="logo" layout:fragment="header"><a href="../index.html" th:href="@{/}" title="Home" class="l">juplo</a></h1>
23         <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
24         <hr class="h" />
25       </header>
26       <div id="breadcrumb">
27         <strong class="b title">You are here:</strong>
28         <ol class="b" layout:fragment="breadcrumb">
29           <!--/*-->
30           <li class="b"><a class="b" href="#">Home</a></li>
31           <li class="b"><a class="b" href="#">Projects</a></li>
32           <li class="b"><a class="b" href="#">Fix SWF</a></li>
33           <!--*/-->
34           <li class="b"><strong class="b">BREADCRUMB</strong></li>
35         </ol>
36         <a class="hide" href="#nav" title="Show navigation menu">Jump to navigation</a>
37         <hr class="b" />
38       </div>
39       <main class="content cf">
40         <article id="content" class="main" layout:fragment="maincontent" th:class="'main'">
41           <header><h1 th:text="${title}">juplo - BASISTEMPLATE</h1></header>
42           <div th:fragment="maincontent">
43             <p>
44               <strong>Lorem ipsum</strong> dolor
45               <a href="../projects/typo.html" th:href="@{/projects/typo.html}">sit amet</a>,
46               consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
47               labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
48               <a href="#" th:href="@{/projects/html-experimente.html}">exercitation</a>
49               ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
50               irure dolor in reprehenderit in voluptate velit esse cillum dolore
51               eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
52               proident, sunt in culpa qui officia deserunt mollit anim id est
53               laborum.
54             </p>
55             <h2>Duis aute irure dolor</h2>
56             <ul>
57               <li>Operators and other mathematical stuff: -+/*</li>
58               <li>
59                 Characters offten used in programming languages:
60                 {(&lt;&gt;)}@$?%*#;:&amp;/\!^&#034;&#039;`~
61               </li>
62               <li>Special german characters: ÄäÖöÜü</li>
63               <li>Other special characters: @?¢§%°</li>
64             </ul>
65             <h2>Excepteur sint occaecat cupidatat</h2>
66             <p>
67               Lorem ipsum dolor <em>sit amet</em>, consectetur adipisicing elit,
68               sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
69               Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
70               nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
71               reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
72               pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
73               culpa qui officia deserunt mollit anim id est laborum.
74             </p>
75             <p>
76               Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
77               eiusmod tempor incididunt ut labore et dolore magna aliqua.
78               <strong>Ut enim ad minim veniam, quis nostrud <em>exercitation
79               ullamco</em> laboris nisi ut aliquip ex ea commodo consequat</strong>.
80               Duis aute irure dolor in reprehenderit in voluptate velit esse
81               cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat
82               cupidatat non proident, sunt in culpa qui officia deserunt mollit
83               anim id est laborum.
84             </p>
85           </div>
86         </article>
87         <div class="marginal">
88           <nav id="nav" layout:fragment="navigation">
89             <hr class="n"/>
90             <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
91             <h1 class="nav">Navigation</h1>
92             <h2 class="nav menu">Section-Menu</h2>
93             <ul id="menu" class="cf">
94               <li class="m blog"><a href="../blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
95               <li class="m projects"><a href="../projects" th:href="@{/projects.html}" class="m selected">Projects</a></li>
96               <li class="m about"><a href="../about.html" th:href="@{/about.html}" class="m">About</a></li>
97             </ul>
98             <h2 class="nav submenu">
99               <span class="s">Submenu for section</span>
100               <a class="s selected" href="../projects.html" th:href="@{/projects.html}">Projects</a>
101             </h2>
102             <ul id="submenu" class="s" layout:fragment="submenu">
103               <li class="s sub off"><a href="#" class="s">hibernate4-maven-plugin</a></li>
104               <li class="s sub">
105                 <a href="../projects/fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s selected">fix-swf</a>
106                 <ul class="s active">
107                   <li class="s"><strong class="s">Overview</strong></li>
108                   <li class="s"><a href="../projects/fix-swf/getting-started.html" th:href="@{/projects/fix-swf/getting-started.html}" class="s">Getting Started</a></li>
109                   <li class="s"><a href="#" class="s">FAQ</a></li>
110                   <li class="s"><a href="#" class="s">Documentation</a></li>
111                 </ul>
112               </li>
113               <li class="s off"><a href="#" class="s">jquery.openx</a></li>
114               <li class="s sub off"><a href="../projects/html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
115               <li class="s sub off"><a href="#" class="s">accelerator</a></li>
116               <li class="s off"><a href="../projects/typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
117             </ul>
118             <hr class="n"/>
119           </nav>
120           <aside class="m" layout:fragment="marginalcontent" th:remove="tag">
121           <!--/* the following  is only visible during natural templating -->
122             <h1>Other nasty but marginal stuff</h1>
123             <p>
124               Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
125               eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
126               ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
127               aliquip ex ea commodo consequat. Duis aute irure dolor in
128               reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
129               pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
130               culpa qui officia deserunt mollit anim id est laborum.
131             </p>
132           </aside>
133           <aside class="m">
134             <h1>More nasty stuff</h1>
135             <p>
136               This one is really short!
137             </p>
138           <!--*/-->
139           </aside>
140         </div>
141       </main>
142       <footer id="footer">
143         <hr class="f" />
144         <ul id="footerlinks" layout:fragment="footer">
145           <li class="f" id="copyright">© <strong>mo</strong> 2013</li>
146           <li class="f"><a class="f" href="../impressum.html" th:href="@{/impressum.html}">Impressum</a></li>
147           <li class="f about"><a class="f" href="../about.html" th:href="@{/about.html}">About</a></li>
148         </ul>
149       </footer>
150     </div>
151   </body>
152 </html>