Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / projects.html
index 06accc1..19ce367 100644 (file)
@@ -2,37 +2,31 @@
 <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" />
-    <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>
-  <body juplo:variables='merge:{"pages":{
+  <body thymeproxy:variables='MERGE:{"pages":{
     "/projects.html": {
       "name": "Projects",
       "childs": {
-        "#hibernate4-maven-plugin": "Hibernate 4 Maven Plugin",
-        "/projects/accelerator.html": "accelerator!",
-        "/projects/html-experimente.html": "HTML-Experimente",
-        "/projects/fix-swf/overview.html": "Fix SWF",
-        "/projects/typo.html": "Typography"
+        "#foo": "Foo",
+        "#bar": "Bar"
       },
       "crumbs": [
         { "uri": "/projects.html", "name": "Projects" }
       ]
     },
-    "/projects/accelerator.html": {
-      "name": "Overview",
-      "childs": {}
-    }
+    "#foo": { "name": "Foo", "childs": {} },
+    "#bar": { "name": "Bar", "childs": {} }
     }}'>
     <main class="main" layout:fragment="maincontent">
       <div class="pack bg cf">