Umstellung auf Thymeleaf: Schritt 3 RELOADED - Thymleaf mit LayoutDialect
authorKai Moritz <km@juplo.de>
Tue, 2 Sep 2014 12:51:13 +0000 (14:51 +0200)
committerKai Moritz <kai@juplo.de>
Tue, 19 Jan 2016 16:45:42 +0000 (17:45 +0100)
commit5f04e60da58d3f37fbb2ad983ec7415ad54ff562
tree3b6ec9f3eb7d52cca8145fb4089aa5da651c9e05
parent7e49305c9248231d4dcaa1dbe31158b554a74ab6
Umstellung auf Thymeleaf: Schritt 3 RELOADED - Thymleaf mit LayoutDialect
115 files changed:
pom.xml
src/main/java/de/juplo/branding/web/ForceIncludeFilter.java [deleted file]
src/main/resources/spring/mvc.xml
src/main/resources/spring/tiles.xml [deleted file]
src/main/webapp/WEB-INF/templates/about.jsp [deleted file]
src/main/webapp/WEB-INF/templates/article.jsp [deleted file]
src/main/webapp/WEB-INF/templates/footer.jsp [deleted file]
src/main/webapp/WEB-INF/templates/header.jsp [deleted file]
src/main/webapp/WEB-INF/templates/html-head.jsp [deleted file]
src/main/webapp/WEB-INF/templates/html5page.jsp [deleted file]
src/main/webapp/WEB-INF/templates/maincontent.jsp [deleted file]
src/main/webapp/WEB-INF/templates/marginalcontent.jsp [deleted file]
src/main/webapp/WEB-INF/templates/navigation.jsp [deleted file]
src/main/webapp/WEB-INF/templates/test/breadcrumb.jsp [deleted file]
src/main/webapp/WEB-INF/templates/test/experimente.jsp [deleted file]
src/main/webapp/WEB-INF/templates/test/navigation.jsp [deleted file]
src/main/webapp/WEB-INF/templates/testlab.jsp [deleted file]
src/main/webapp/WEB-INF/templates/wip.jsp [deleted file]
src/main/webapp/WEB-INF/views/about.jsp [deleted file]
src/main/webapp/WEB-INF/views/agb.jsp [deleted file]
src/main/webapp/WEB-INF/views/blog.jsp [deleted file]
src/main/webapp/WEB-INF/views/blog/article.jsp [deleted file]
src/main/webapp/WEB-INF/views/blog/comments.jsp [deleted file]
src/main/webapp/WEB-INF/views/contact.jsp [deleted file]
src/main/webapp/WEB-INF/views/datenschutz.jsp [deleted file]
src/main/webapp/WEB-INF/views/expertise.jsp [deleted file]
src/main/webapp/WEB-INF/views/google-analytics.jsp [deleted file]
src/main/webapp/WEB-INF/views/haftung-inhalte.jsp [deleted file]
src/main/webapp/WEB-INF/views/haftung-links.jsp [deleted file]
src/main/webapp/WEB-INF/views/impressum.jsp [deleted file]
src/main/webapp/WEB-INF/views/index.jsp [deleted file]
src/main/webapp/WEB-INF/views/projects.jsp [deleted file]
src/main/webapp/WEB-INF/views/projects/fix-swf.jsp [deleted file]
src/main/webapp/WEB-INF/views/projects/fix-swf/getting-started.jsp [deleted file]
src/main/webapp/WEB-INF/views/projects/fix-swf/overview.jsp [deleted file]
src/main/webapp/WEB-INF/views/projects/html-experimente.jsp [deleted file]
src/main/webapp/WEB-INF/views/projects/typo.jsp [deleted file]
src/main/webapp/WEB-INF/views/references.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/basis-layout.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/breadcrumb.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/druck-layout.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/error.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/fast-leer-kein-menü-aber-marginalinhalt.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/fast-leer-kein-menü.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/fast-leer-mit-menü-und-marginalinhalt.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/fast-leer-mit-menü.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/formulare.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/kein-layout.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/phone.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/seitenaufteilung.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/seitenkopf.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/symbole.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/tablet.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/testlab.jsp [deleted file]
src/main/webapp/WEB-INF/views/test/tiny.jsp [deleted file]
src/main/webapp/WEB-INF/views/tiles.jsp [deleted file]
src/main/webapp/WEB-INF/views/urheberrechte.jsp [deleted file]
src/main/webapp/WEB-INF/web.xml
src/main/webapp/js/less-1.5.1.js [deleted file]
src/main/webapp/less/screen.less
src/main/webapp/less/tablet/footer.less
src/main/webapp/less/tablet/head.less
src/main/webapp/less/tablet/layout.less
src/main/webapp/less/tablet/typo.less
src/main/webapp/less/variables.less
src/main/webapp/thymeleaf/404.html [new file with mode: 0644]
src/main/webapp/thymeleaf/about.html [new file with mode: 0644]
src/main/webapp/thymeleaf/agb.html [new file with mode: 0644]
src/main/webapp/thymeleaf/blog.html [new file with mode: 0644]
src/main/webapp/thymeleaf/blog/article.html [new file with mode: 0644]
src/main/webapp/thymeleaf/blog/comments.html [new file with mode: 0644]
src/main/webapp/thymeleaf/contact.html [new file with mode: 0644]
src/main/webapp/thymeleaf/datenschutz.html [new file with mode: 0644]
src/main/webapp/thymeleaf/error.html [new file with mode: 0644]
src/main/webapp/thymeleaf/expertise.html [new file with mode: 0644]
src/main/webapp/thymeleaf/google-analytics.html [new file with mode: 0644]
src/main/webapp/thymeleaf/haftung-inhalte.html [new file with mode: 0644]
src/main/webapp/thymeleaf/haftung-links.html [new file with mode: 0644]
src/main/webapp/thymeleaf/impressum.html [new file with mode: 0644]
src/main/webapp/thymeleaf/index.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/fix-swf.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/fix-swf/getting-started.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/fix-swf/overview.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/basis-layout.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/breadcrumb.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/druck-layout.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-einspaltig-mit-marginalinhalt.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-einspaltig.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-menü-aber-marginalinhalt.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-kein-menü.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-menü-und-marginalinhalt.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/fast-leer-mit-menü.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/formulare.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/kein-layout.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/phone.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/seitenaufteilung.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/seitenkopf.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/symbole.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/tablet.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/testlab.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/html-experimente/tiny.html [new file with mode: 0644]
src/main/webapp/thymeleaf/projects/typo.html [new file with mode: 0644]
src/main/webapp/thymeleaf/references.html [new file with mode: 0644]
src/main/webapp/thymeleaf/templates/defaults.html [deleted file]
src/main/webapp/thymeleaf/templates/fragments.html [new file with mode: 0644]
src/main/webapp/thymeleaf/templates/html5page.html [deleted file]
src/main/webapp/thymeleaf/templates/layout.html [new file with mode: 0644]
src/main/webapp/thymeleaf/templates/testlab.html [new file with mode: 0644]
src/main/webapp/thymeleaf/urheberrechte.html [new file with mode: 0644]
src/main/webapp/thymeleaf/views/404.html [deleted file]
src/main/webapp/thymeleaf/views/error.html [deleted file]
src/main/webapp/thymeleaf/views/index.html [deleted file]
src/main/webapp/thymeleaf/views/projects/fix-swf/overview.html [deleted file]