From f11b79d8af34e290bbdee15ae1348bd236b8fe2b Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 22 Dec 2013 09:34:26 +0100 Subject: [PATCH] =?utf8?q?Testseite=20f=C3=BCr=20den=20Seitenkopf=20entwic?= =?utf8?q?kelt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../views/projects/html-experimente.jsp | 1 + .../WEB-INF/views/test/basis-layout.jsp | 1 + .../WEB-INF/views/test/seitenaufteilung.jsp | 1 + .../webapp/WEB-INF/views/test/seitenkopf.jsp | 53 +++++++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 src/main/webapp/WEB-INF/views/test/seitenkopf.jsp 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 81006a7c..52bec65d 100644 --- a/src/main/webapp/WEB-INF/views/projects/html-experimente.jsp +++ b/src/main/webapp/WEB-INF/views/projects/html-experimente.jsp @@ -36,6 +36,7 @@ diff --git a/src/main/webapp/WEB-INF/views/test/basis-layout.jsp b/src/main/webapp/WEB-INF/views/test/basis-layout.jsp index bccf585c..5d406dec 100644 --- a/src/main/webapp/WEB-INF/views/test/basis-layout.jsp +++ b/src/main/webapp/WEB-INF/views/test/basis-layout.jsp @@ -44,6 +44,7 @@ diff --git a/src/main/webapp/WEB-INF/views/test/seitenaufteilung.jsp b/src/main/webapp/WEB-INF/views/test/seitenaufteilung.jsp index 7bfa0c6b..5d693133 100644 --- a/src/main/webapp/WEB-INF/views/test/seitenaufteilung.jsp +++ b/src/main/webapp/WEB-INF/views/test/seitenaufteilung.jsp @@ -47,6 +47,7 @@ diff --git a/src/main/webapp/WEB-INF/views/test/seitenkopf.jsp b/src/main/webapp/WEB-INF/views/test/seitenkopf.jsp new file mode 100644 index 00000000..47ee6290 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/test/seitenkopf.jsp @@ -0,0 +1,53 @@ +<%@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 sind nur das Basis-Layout (/css/base.css) + und der Seitenkopf (/less/screen/head.less) + eingebunden. +

    +

    Weitere HTML-Experimente

    + +
    +
    -- 2.20.1