From: Kai Moritz Date: Sun, 22 Dec 2013 07:37:00 +0000 (+0100) Subject: Testseite für das Basis-Layout implementiert X-Git-Tag: thymeroot-2.0.0~155 X-Git-Url: https://juplo.de/gitweb/?p=website;a=commitdiff_plain;h=38a0870d29eec3bad7a82cf7ffd954c1d57f1cdd;hp=9d7ce4e0aa83eea667d4c2b2a3f9ae1acbd04895 Testseite für das Basis-Layout implementiert Dafür die neue Tile "htmlhead" eingeführt, die als Vorgabe die vollständige Einbindung von CSS-Styles und JavaScript inklusive Media-Queries usw. enthält. --- diff --git a/src/main/webapp/WEB-INF/spring/tiles.xml b/src/main/webapp/WEB-INF/spring/tiles.xml index 697c3e41..64c0d953 100644 --- a/src/main/webapp/WEB-INF/spring/tiles.xml +++ b/src/main/webapp/WEB-INF/spring/tiles.xml @@ -6,6 +6,7 @@ + @@ -18,4 +19,4 @@ - \ No newline at end of file + diff --git a/src/main/webapp/WEB-INF/templates/html-head.jsp b/src/main/webapp/WEB-INF/templates/html-head.jsp new file mode 100644 index 00000000..1cf205c6 --- /dev/null +++ b/src/main/webapp/WEB-INF/templates/html-head.jsp @@ -0,0 +1,23 @@ +<%@page contentType="text/html;charset=UTF-8"%> +<%@page pageEncoding="UTF-8"%> +<%@page session="false" %> +<%@taglib uri="http://www.springframework.org/tags" prefix="s"%> + + + + + + + + diff --git a/src/main/webapp/WEB-INF/templates/html5page.jsp b/src/main/webapp/WEB-INF/templates/html5page.jsp index 3a809047..8535b793 100644 --- a/src/main/webapp/WEB-INF/templates/html5page.jsp +++ b/src/main/webapp/WEB-INF/templates/html5page.jsp @@ -9,24 +9,7 @@ juplo - <t:getAsString name="title"/> - - - - - - - +
cf"> diff --git a/src/main/webapp/WEB-INF/views/projects/html-experimente.jsp b/src/main/webapp/WEB-INF/views/projects/html-experimente.jsp index a273fb65..5216984f 100644 --- a/src/main/webapp/WEB-INF/views/projects/html-experimente.jsp +++ b/src/main/webapp/WEB-INF/views/projects/html-experimente.jsp @@ -32,9 +32,9 @@ +

Alle HTML-Experimente

diff --git a/src/main/webapp/WEB-INF/views/test/basis-layout.jsp b/src/main/webapp/WEB-INF/views/test/basis-layout.jsp new file mode 100644 index 00000000..071181ff --- /dev/null +++ b/src/main/webapp/WEB-INF/views/test/basis-layout.jsp @@ -0,0 +1,48 @@ +<%@page contentType="text/html;charset=UTF-8"%> +<%@page pageEncoding="UTF-8"%> +<%@page session="false" %> +<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %> +<%@taglib uri="http://www.springframework.org/tags" prefix="s"%> + + + + + + + + +
  • Home
  • +
  • Projects
  • +
  • HTML-Experimente
  • +
    + +

    Navigation

    + + + + +
    + +

    + In diese Seite ist nur das Basis-Layout eingebunden + (/css/base.css). +

    +

    Weitere HTML-Experimente

    +
      +
    • Basis-Layout
    • +
    +
    +