An die Verwendung mit Thymeproxy angepasst
[website] / dist / thymeleaf / projects / html-experimente / druck-layout.html
index 45ca8a7..3bb6b54 100644 (file)
@@ -4,7 +4,7 @@
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     layout:decorator="templates/layout"
-    th:with="title='Die für den Ausdruck angepasste Ansicht'"
+    th:with="title='Die für den Ausdruck angepasste Ansicht', uri='/projects/html-experimente/druck-layout.html'"
     >
   <head layout:fragment="head">
     <title>HTML-Experimente - Druck-Layout</title>
     </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="../html-experimente.html" th:href="@{/projects/html-experimente.html}">HTML-Experimente</a></li>
-      <li class="b"><strong class="b">Druck-Layout</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('druck-layout')">
-      NAVIGATION
-    </nav>
     <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
       MARGINAL-CONTENT
     </aside>