Template-Pfade korrigiert/vereinheitlicht
authorKai Moritz <kai@juplo.de>
Mon, 8 Apr 2019 16:09:45 +0000 (18:09 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 5 May 2019 16:28:32 +0000 (18:28 +0200)
Templates werden jetzt nach dem selben Schema referenziert wie Spring-Views:

* Ohne führenden Slash (relativ!)
* Ohne Suffix

43 files changed:
dist/about.html
dist/agb.html
dist/blog.html
dist/blog/article.html
dist/blog/comments.html
dist/contact.html
dist/datenschutz.html
dist/expertise.html
dist/google-analytics.html
dist/haftung-inhalte.html
dist/haftung-links.html
dist/impressum.html
dist/index.html
dist/potemkin.html
dist/potemkin/accelerator.html
dist/potemkin/fix-swf/getting-started.html
dist/potemkin/fix-swf/overview.html
dist/potemkin/html-experimente.html
dist/potemkin/html-experimente/basis-layout.html
dist/potemkin/html-experimente/breadcrumb.html
dist/potemkin/html-experimente/druck-layout.html
dist/potemkin/html-experimente/error.html
dist/potemkin/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html
dist/potemkin/html-experimente/fast-leer-einspaltig.html
dist/potemkin/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html
dist/potemkin/html-experimente/fast-leer-kein-menü.html
dist/potemkin/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html
dist/potemkin/html-experimente/fast-leer-mit-menü.html
dist/potemkin/html-experimente/formulare.html
dist/potemkin/html-experimente/kein-layout.html
dist/potemkin/html-experimente/phone.html
dist/potemkin/html-experimente/seitenaufteilung.html
dist/potemkin/html-experimente/seitenkopf.html
dist/potemkin/html-experimente/symbole.html
dist/potemkin/html-experimente/tablet.html
dist/potemkin/html-experimente/testlab.html
dist/potemkin/html-experimente/tiny.html
dist/potemkin/typo.html
dist/references.html
dist/templates/404.html
dist/templates/error.html
dist/templates/fragments.html
dist/urheberrechte.html

index 919239f..f1cc11c 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/about.html'"
     >
   <head>
     th:with="uri='/about.html'"
     >
   <head>
index c27969b..934c6a3 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/agb.html'"
     >
   <head>
     th:with="uri='/agb.html'"
     >
   <head>
index dac0fd1..529032c 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/blog.html'"
     >
   <head>
     th:with="uri='/blog.html'"
     >
   <head>
index e8b0563..82031ac 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/blog/article.html'"
     >
   <head>
     th:with="uri='/blog/article.html'"
     >
   <head>
index 0eb1c97..470e1e0 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/blog/comments.html'"
     >
   <head>
     th:with="uri='/blog/comments.html'"
     >
   <head>
index 2a9550e..c87a89e 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/contact.html'"
     >
   <head>
     th:with="uri='/contact.html'"
     >
   <head>
index b5a0323..37e46c0 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/datenschutz.html'"
     >
   <head>
     th:with="uri='/datenschutz.html'"
     >
   <head>
index bcd39fa..36db866 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/expertise.html'"
     >
   <head>
     th:with="uri='/expertise.html'"
     >
   <head>
index 8a0885e..b24996b 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/google-analytics.html'"
     >
   <head>
     th:with="uri='/google-analytics.html'"
     >
   <head>
index 968e8d5..266faad 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/haftung-inhalte.html'"
     >
   <head>
     th:with="uri='/haftung-inhalte.html'"
     >
   <head>
index cd86a6b..53e0456 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/haftung-links.html'"
     >
   <head>
     th:with="uri='/haftung-links.html'"
     >
   <head>
index 6ec7e4e..f5076c4 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/impressum.html'"
     >
   <head>
     th:with="uri='/impressum.html'"
     >
   <head>
index 746e209..0cb999a 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="contentclass='nomenu', uri='/index.html'"
     >
   <head>
     th:with="contentclass='nomenu', uri='/index.html'"
     >
   <head>
@@ -42,8 +42,8 @@
           <h2>About juplo</h2>
           <ul>
             <li><a href="/about.html" title="Visit my about-pag">More about juplo</a></li>
           <h2>About juplo</h2>
           <ul>
             <li><a href="/about.html" title="Visit my about-pag">More about juplo</a></li>
-            <li><a href="/blog/" title="(Hopefully) helpful stuff">Blog</a></li>
-            <li><a href="/projects/" title="All current projects">Projects</a></li>
+            <li><a href="/blog.html" title="(Hopefully) helpful stuff">Blog</a></li>
+            <li><a href="/projects.html" title="All current projects">Projects</a></li>
             <li><a href="/contact.html" title="All contact-information on a glance">Contact</a></li>
           </ul>
         </div>
             <li><a href="/contact.html" title="All contact-information on a glance">Contact</a></li>
           </ul>
         </div>
index 28b0774..019a888 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="title='Projects', uri='/potemkin.html'"
     >
   <head>
     th:with="title='Projects', uri='/potemkin.html'"
     >
   <head>
index a658a9b..9dbe8ea 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="title='accelerator - Overview', uri='/potemkin/accelerator.html'"
     >
   <head>
     th:with="title='accelerator - Overview', uri='/potemkin/accelerator.html'"
     >
   <head>
index 1fbd37d..7d90bfc 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="title='Fix SWF - Getting Started', uri='/potemkin/fix-swf/getting-started.html'"
     >
   <head>
     th:with="title='Fix SWF - Getting Started', uri='/potemkin/fix-swf/getting-started.html'"
     >
   <head>
index 7bd2dfb..10cefa7 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="title='Fix SWF - Overview', uri='/potemkin/fix-swf/overview.html'"
     >
   <head>
     th:with="title='Fix SWF - Overview', uri='/potemkin/fix-swf/overview.html'"
     >
   <head>
index 4279437..60ec5e7 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="uri='/potemkin/html-experimente.html'"
     >
   <head>
     th:with="uri='/potemkin/html-experimente.html'"
     >
   <head>
index e66eac0..ece0715 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="title='Nur das Basis-Layout', uri='/potemkin/html-experimente/basis-layout.html'"
     >
   <head layout:fragment="head">
     th:with="title='Nur das Basis-Layout', uri='/potemkin/html-experimente/basis-layout.html'"
     >
   <head layout:fragment="head">
index e57a451..1c6c109 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="title='Seite mit sehr langem Breadcrumb', uri='/potemkin/html-experimente/breadcrumb.html'"
     >
   <head>
     th:with="title='Seite mit sehr langem Breadcrumb', uri='/potemkin/html-experimente/breadcrumb.html'"
     >
   <head>
index 2eb495d..ff4c162 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="title='Die für den Ausdruck angepasste Ansicht', uri='/potemkin/html-experimente/druck-layout.html'"
     >
   <head layout:fragment="head">
     th:with="title='Die für den Ausdruck angepasste Ansicht', uri='/potemkin/html-experimente/druck-layout.html'"
     >
   <head layout:fragment="head">
index 2d5bae3..c4af1a3 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     >
   <head>
     <title>This Page Will Raise An Error</title>
     >
   <head>
     <title>This Page Will Raise An Error</title>
index 9d6e516..c73bb13 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="contentclass='onecolumn', uri='/potemkin/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html'"
     >
   <head>
     th:with="contentclass='onecolumn', uri='/potemkin/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html'"
     >
   <head>
index 55f00ea..4728163 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="contentclass='onecolumn', uri='/potemkin/html-experimente/fast-leer-einspaltig.html'"
     >
   <head>
     th:with="contentclass='onecolumn', uri='/potemkin/html-experimente/fast-leer-einspaltig.html'"
     >
   <head>
index f4a1fd2..f8521a1 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="contentclass='nomenu', uri='/potemkin/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html'"
     >
   <head>
     th:with="contentclass='nomenu', uri='/potemkin/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html'"
     >
   <head>
index 6ebd73b..664e086 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="contentclass='nomenu', uri='/potemkin/html-experimente/fast-leer-kein-menü.html'"
     >
   <head>
     th:with="contentclass='nomenu', uri='/potemkin/html-experimente/fast-leer-kein-menü.html'"
     >
   <head>
index 0953def..7a68024 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with=", uri='/potemkin/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html'"
     >
   <head>
     th:with=", uri='/potemkin/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html'"
     >
   <head>
index 2c24d62..e9ef78d 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with=", uri='/potemkin/html-experimente/fast-leer-mit-menü.html'"
     >
   <head>
     th:with=", uri='/potemkin/html-experimente/fast-leer-mit-menü.html'"
     >
   <head>
index d96f3c8..0f12f09 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="uri='/potemkin/html-experimente/formulare.html'"
     >
   <head>
     th:with="uri='/potemkin/html-experimente/formulare.html'"
     >
   <head>
index 77eb357..1e8c897 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="title='Alle Stylings deaktiviert', uri='/potemkin/html-experimente/kein-layout.html'"
     >
   <head layout:fragment="head">
     th:with="title='Alle Stylings deaktiviert', uri='/potemkin/html-experimente/kein-layout.html'"
     >
   <head layout:fragment="head">
index cf5f1ab..da469b3 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="title='Layout für Smartphones', uri='/potemkin/html-experimente/phone.html'"
     >
   <head layout:fragment="head">
     th:with="title='Layout für Smartphones', uri='/potemkin/html-experimente/phone.html'"
     >
   <head layout:fragment="head">
index 3623ae3..520ce9a 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="title='Nur das Basis-Layout und die Seitenaufteiltung', uri='/potemkin/html-experimente/seitenaufteilung.html'"
     >
   <head layout:fragment="head">
     th:with="title='Nur das Basis-Layout und die Seitenaufteiltung', uri='/potemkin/html-experimente/seitenaufteilung.html'"
     >
   <head layout:fragment="head">
index 5510e51..6216fa3 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="title='Nur das Basis-Layout und die Seitenaufteiltung', uri='/potemkin/html-experimente/seitenkopf.html'"
     >
   <head layout:fragment="head">
     th:with="title='Nur das Basis-Layout und die Seitenaufteiltung', uri='/potemkin/html-experimente/seitenkopf.html'"
     >
   <head layout:fragment="head">
index 612befb..2699349 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="uri='/potemkin/html-experimente/symbole.html'"
     >
   <head>
     th:with="uri='/potemkin/html-experimente/symbole.html'"
     >
   <head>
index 614788e..54a6a8d 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="title='Layout für Tablets', uri='/potemkin/html-experimente/tablet.html'"
     >
   <head layout:fragment="head">
     th:with="title='Layout für Tablets', uri='/potemkin/html-experimente/tablet.html'"
     >
   <head layout:fragment="head">
index b622343..f5cfa0b 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/testlab"
+    layout:decorator="templates/testlab"
     th:with="title='Media-Query-Test: BEISPIEL', uri='/potemkin/html-experimente/testlab.html'"
     >
   <head>
     th:with="title='Media-Query-Test: BEISPIEL', uri='/potemkin/html-experimente/testlab.html'"
     >
   <head>
index 3cc50a6..3e9e69f 100644 (file)
@@ -3,7 +3,7 @@
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
     xmlns="http://www.w3.org/1999/xhtml"
     xmlns:layout="http://www.thymeleaf.org"
     xmlns:th="http://www.thymeleaf.org"
-    layout:decorator="/templates/layout"
+    layout:decorator="templates/layout"
     th:with="title='Layout für sehr kleine Bildschirmgrößen', uri='/potemkin/html-experimente/tiny.html'"
     >
   <head layout:fragment="head">
     th:with="title='Layout für sehr kleine Bildschirmgrößen', uri='/potemkin/html-experimente/tiny.html'"
     >
   <head layout:fragment="head">
index dc364b8..83d0f3c 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/potemkin/typo.html'"
     >
   <head>
     th:with="uri='/potemkin/typo.html'"
     >
   <head>
index 20dfd48..ee013cd 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/references.html'"
     >
   <head>
     th:with="uri='/references.html'"
     >
   <head>
index 1c189d4..d3ecc7f 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/templates/404.html', contentclass='nomenu'"
     >
   <head>
     th:with="uri='/templates/404.html', contentclass='nomenu'"
     >
   <head>
index 74535a7..cd175ca 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/templates/error.html', contentclass='nomenu'"
     >
   <head>
     th:with="uri='/templates/error.html', contentclass='nomenu'"
     >
   <head>
index 1381392..7eec1ba 100644 (file)
@@ -26,7 +26,7 @@
       <header><h1 th:text="${title}">PAGE-TITLE</h1></header>
       <div class="wip" th:fragment="wip">
         <img class="w" src="/img/comming-soon.png" alt="Comming soon..."/>
       <header><h1 th:text="${title}">PAGE-TITLE</h1></header>
       <div class="wip" th:fragment="wip">
         <img class="w" src="/img/comming-soon.png" alt="Comming soon..."/>
-        <p th:include="/templates/layout :: maincontent" th:remove="tag">
+        <p th:include="templates/layout :: maincontent" th:remove="tag">
           PAGE-CONTENT
         </p>
       </div>
           PAGE-CONTENT
         </p>
       </div>
index 8ef3a4d..3ac8e43 100644 (file)
@@ -2,7 +2,7 @@
 <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"
+    layout:decorator="templates/layout"
     th:with="uri='/urheberrechte.html'"
     >
   <head>
     th:with="uri='/urheberrechte.html'"
     >
   <head>