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