Preview-Seiten für das Druck-Layout und das Basis-Layout repariert
[website] / dist / thymeleaf / projects / html-experimente / basis-layout.html
index fe6fb75..3ca88e0 100644 (file)
@@ -4,26 +4,14 @@
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     layout:decorator="templates/layout"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     layout:decorator="templates/layout"
-    th:with="title='Nur das Basis-Layout'"
+    th:with="title='Nur das Basis-Layout', uri='/projects/html-experimente/basis-layout.html'"
     >
   <head layout:fragment="head">
     <title>HTML-Experimente - Basis-Layout</title>
     >
   <head layout:fragment="head">
     <title>HTML-Experimente - Basis-Layout</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>
+    <link rel="stylesheet" type="text/css" href="../../../css/base.min.css" th:href="@{/css/base.min.css}"/>
+    <script src="../../../js/less-1.7.0.min.js" th:remove="all"></script>
   </head>
   <body>
   </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">Nur das Basis-Layout</strong></li>
-    </ol>
-    <nav layout:fragment="navigation" th:include="projects/html-experimente :: navigation ('basis-layout')">
-      NAVIGATION
-    </nav>
     <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
       MARGINAL-CONTENT
     </aside>
     <aside layout:fragment="marginalcontent" th:replace="templates/fragments :: marginalcontent">
       MARGINAL-CONTENT
     </aside>