An die Verwendung mit Thymeproxy angepasst
[website] / dist / thymeleaf / projects / fix-swf / overview.html
index a2df3a0..d9d7295 100644 (file)
@@ -3,38 +3,18 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     layout:decorator="templates/layout"
-    th:with="title='Fix SWF - Overview'"
+    th:with="title='Fix SWF - Overview', uri='/projects/fix-swf/overview.html'"
     >
   <head>
+    <!--/*-->
     <title>Fix SWF - Overview</title>
     <link rel="stylesheet" type="text/css" href="../../../css/base.min.css"/>
     <style type="text/css">
       @import '../../../css/screen.min.css' screen;
       @import '../../../css/print.min.css' print;
     </style>
+    <!--*/-->
   </head>
   <body>
-    <ol layout:fragment="breadcrumb">
-      <li class="b"><a class="b" href="../../index.html" th:href="@{/index.html}">Home</a></li>
-      <li class="b"><a class="b" href="../../projects.html" th:href="@{/projects.html}">Projects</a></li>
-      <li class="b"><a class="b" href="../fix-swf.html" th:href="@{/projects/fix-swf.html}">Fix SWF</a></li>
-      <li class="b"><strong class="b">Overview</strong></li>
-    </ol>
-    <ul layout:fragment="submenu">
-      <li class="s sub off"><a href="#" class="s">hibernate4-maven-plugin</a></li>
-      <li class="s sub">
-        <a href="../fix-swf.html" th:href="@{/projects/fix-swf.html}" class="s selected">fix-swf</a>
-        <ul class="s active">
-          <li class="s"><strong class="s">Overview</strong></li>
-          <li class="s"><a href="getting-started.html" th:href="@{/projects/fix-swf/getting-started.html}" class="s">Getting Started</a></li>
-          <li class="s"><a href="#" class="s">FAQ</a></li>
-          <li class="s"><a href="#" class="s">Documentation</a></li>
-        </ul>
-      </li>
-      <li class="s off"><a href="#" class="s">jquery.openx</a></li>
-      <li class="s sub off"><a href="../html-experimente.html" th:href="@{/projects/html-experimente.html}" class="s">HTML-Experimente</a></li>
-      <li class="s sub off"><a href="#" class="s">accelerator</a></li>
-      <li class="s off"><a href="../typo.html" th:href="@{/projects/typo.html}" class="s">Typography</a></li>
-    </ul>
   </body>
 </html>