About-MenĂ¼s an die Verwendung mit Thymeproxy angepasst
authorKai Moritz <kai@juplo.de>
Tue, 5 Jul 2016 09:26:42 +0000 (11:26 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 28 Jun 2017 09:23:30 +0000 (11:23 +0200)
dist/thymeleaf/contact.html
dist/thymeleaf/templates/variables.json

index 8fe4177..b3859c4 100644 (file)
@@ -3,6 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     layout:decorator="templates/layout"
+    th:with="uri='/contact.html'"
     >
   <head>
     <title>Contact</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="about.html" th:href="@{/about.html}">About</a></li>
-      <li class="b"><strong class="b">Contact</strong></li>
-    </ol>
-    <nav layout:fragment="navigation">
-      <hr class="n"/>
-      <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
-      <h1 class="nav">Navigation</h1>
-      <h2 class="nav menu">Section-Menu</h2>
-      <ul id="menu" class="s active cf">
-        <li class="m blog"><a href="blog.html" th:href="@{/blog.html}" class="m">Blog</a></li>
-        <li class="m projects"><a href="projects.html" th:href="@{/projects.html}" class="m">Projects</a></li>
-        <li class="m about"><a href="about.html" th:href="@{/about.html}" class="m selected">About</a></li>
-      </ul>
-      <h2 class="nav submenu"><span class="s">Submenu for section </span><a href="about.html" th:href="@{/about.html}" class="s">About</a></h2>
-      <ul id="submenu">
-        <li class="s sub"><a href="expertise.html" th:href="@{/expertise.html}" class="s">Expertise</a></li>
-        <li class="s sub"><a href="references.html" th:href="@{/references.html}" class="s">References</a></li>
-        <li class="s"><strong class="s">Contact</strong></li>
-      </ul>
-    </nav>
     <div id="content" class="main pack cf" layout:fragment="maincontent">
       <div class="pack">
         <div class="p left">
index 23d7a3d..a48b285 100644 (file)
     "/projects/typo.html": [
       { "uri": "/projects.html", "name": "Projects" },
       { "uri": "/projects/typo.html", "name": "Typography" }
+    ],
+    "/about.html": [
+      { "uri": "/about.html", "name": "About" }
+    ],
+    "/expertise.html": [
+      { "uri": "/about.html", "name": "About" },
+      { "uri": "/expertise.html", "name": "Expertise" }
+    ],
+    "/references.html": [
+      { "uri": "/about.html", "name": "About" },
+      { "uri": "/references.html", "name": "References" }
+    ],
+    "/contact.html": [
+      { "uri": "/about.html", "name": "About" },
+      { "uri": "/contact.html", "name": "Contact" }
     ]
   },
   "sections": {
       },
       "#": { "name": "accelerator" },
       "/projects/typo.html": { "name": "Typography" }
+    },
+    "/about.html": {
+      "/expertise.html": {
+        "name": "Expertise",
+        "childs": {
+        }
+      },
+      "/references.html": {
+        "name": "References",
+        "childs": {
+        }
+      },
+      "/contact.html": { "name": "Contact" }
     }
   }
 }