Frontend-Projekt an thymeroot:1.1.0 angepasst
[website] / dist / projects.html
index 1831879..19ce367 100644 (file)
@@ -2,20 +2,32 @@
 <html
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
 <html
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout.html"
+    layout:decorator="/templates/layout"
     th:with="title='Projects', uri='/projects.html'"
     >
   <head>
     <title>Projects</title>
     <!--/*-->
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     th:with="title='Projects', uri='/projects.html'"
     >
   <head>
     <title>Projects</title>
     <!--/*-->
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <link rel="stylesheet/less" type="text/css" href="less/base.less"/>
-    <link rel="stylesheet/less" type="text/css" href="less/screen.less" media="screen"/>
-    <link rel="stylesheet/less" type="text/css" href="less/print.less" media="print"/>
-    <script src="js/less-1.7.0.min.js"></script>
+    <link rel="stylesheet" type="text/css" href="css/base.css"/>
+    <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen"/>
+    <link rel="stylesheet" type="text/css" href="css/print.css" media="print"/>
     <!--*/-->
   </head>
     <!--*/-->
   </head>
-  <body>
+  <body thymeproxy:variables='MERGE:{"pages":{
+    "/projects.html": {
+      "name": "Projects",
+      "childs": {
+        "#foo": "Foo",
+        "#bar": "Bar"
+      },
+      "crumbs": [
+        { "uri": "/projects.html", "name": "Projects" }
+      ]
+    },
+    "#foo": { "name": "Foo", "childs": {} },
+    "#bar": { "name": "Bar", "childs": {} }
+    }}'>
     <main class="main" layout:fragment="maincontent">
       <div class="pack bg cf">
         <div class="p left">
     <main class="main" layout:fragment="maincontent">
       <div class="pack bg cf">
         <div class="p left">