From: Kai Moritz Date: Sun, 22 Dec 2013 10:43:28 +0000 (+0100) Subject: Das Hinzufügen neuer und die Pflege alter HTML-Experimente vereinfacht X-Git-Tag: thymeroot-2.0.0~151 X-Git-Url: https://juplo.de/gitweb/?p=website;a=commitdiff_plain;h=fa6005bee830585699210c06b18184aabc65786d Das Hinzufügen neuer und die Pflege alter HTML-Experimente vereinfacht --- diff --git a/src/main/webapp/WEB-INF/spring/tiles.xml b/src/main/webapp/WEB-INF/spring/tiles.xml index 64c0d953..74d913c2 100644 --- a/src/main/webapp/WEB-INF/spring/tiles.xml +++ b/src/main/webapp/WEB-INF/spring/tiles.xml @@ -18,5 +18,11 @@ + + + + + + diff --git a/src/main/webapp/WEB-INF/templates/test/breadcrumb.jsp b/src/main/webapp/WEB-INF/templates/test/breadcrumb.jsp new file mode 100644 index 00000000..cc4a1c1e --- /dev/null +++ b/src/main/webapp/WEB-INF/templates/test/breadcrumb.jsp @@ -0,0 +1,8 @@ +<%@page contentType="text/html;charset=UTF-8"%> +<%@page pageEncoding="UTF-8"%> +<%@page session="false" %> +<%@taglib uri="http://www.springframework.org/tags" prefix="s"%> + +
  • Home
  • +
  • Projects
  • +
  • HTML-Experimente
  • diff --git a/src/main/webapp/WEB-INF/templates/test/experimente.jsp b/src/main/webapp/WEB-INF/templates/test/experimente.jsp new file mode 100644 index 00000000..f50d180a --- /dev/null +++ b/src/main/webapp/WEB-INF/templates/test/experimente.jsp @@ -0,0 +1,17 @@ +<%@page contentType="text/html;charset=UTF-8"%> +<%@page pageEncoding="UTF-8"%> +<%@page session="false" %> +<%@taglib uri="http://www.springframework.org/tags" prefix="s"%> + +

    Layout-Variationen

    + +

    Testseiten für einzelne Seiten-Bestandteile

    + diff --git a/src/main/webapp/WEB-INF/templates/test/navigation.jsp b/src/main/webapp/WEB-INF/templates/test/navigation.jsp new file mode 100644 index 00000000..453d61db --- /dev/null +++ b/src/main/webapp/WEB-INF/templates/test/navigation.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"%> + +

    Navigation

    + + + + 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 2aec71ae..0adc55d9 100644 --- a/src/main/webapp/WEB-INF/views/projects/html-experimente.jsp +++ b/src/main/webapp/WEB-INF/views/projects/html-experimente.jsp @@ -4,7 +4,7 @@ <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %> <%@taglib uri="http://www.springframework.org/tags" prefix="s"%> - +
  • Home
  • @@ -31,18 +31,5 @@
  • Typography
  • - -

    Layout-Variationen

    - -

    Testseiten für einzelne Seiten-Bestandteile

    - -
    +
    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 bf113c61..c279f167 100644 --- a/src/main/webapp/WEB-INF/views/test/basis-layout.jsp +++ b/src/main/webapp/WEB-INF/views/test/basis-layout.jsp @@ -4,53 +4,20 @@ <%@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).

    -

    Layout-Variationen

    - -

    Testseiten für einzelne Seiten-Bestandteile

    - +
    +

    Weitere Experimente

    + +
    diff --git a/src/main/webapp/WEB-INF/views/test/phone.jsp b/src/main/webapp/WEB-INF/views/test/phone.jsp index ba7c4a72..db3e8599 100644 --- a/src/main/webapp/WEB-INF/views/test/phone.jsp +++ b/src/main/webapp/WEB-INF/views/test/phone.jsp @@ -4,54 +4,21 @@ <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %> <%@taglib uri="http://www.springframework.org/tags" prefix="s"%> - + - -
  • Home
  • -
  • Projects
  • -
  • HTML-Experimente
  • -
    - -

    Navigation

    - - - - -

    Diese Seite bindet alle Styles ein, die für Smartphones eingebunden werden (/css/base.css und /css/phone.css).

    -

    Layout-Variationen

    - -

    Testseiten für einzelne Seiten-Bestandteile

    - +
    +

    Weitere Experimente

    + +
    diff --git a/src/main/webapp/WEB-INF/views/test/seitenaufteilung.jsp b/src/main/webapp/WEB-INF/views/test/seitenaufteilung.jsp index 34bcaa7e..ae0fb689 100644 --- a/src/main/webapp/WEB-INF/views/test/seitenaufteilung.jsp +++ b/src/main/webapp/WEB-INF/views/test/seitenaufteilung.jsp @@ -4,7 +4,7 @@ <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %> <%@taglib uri="http://www.springframework.org/tags" prefix="s"%> - + @@ -12,48 +12,15 @@ - -
  • Home
  • -
  • Projects
  • -
  • HTML-Experimente
  • -
    - -

    Navigation

    - - - - -

    In diese Seite sind nur das Basis-Layout (/css/base.css) und die Seitenaufteilung (/less/screen/layout.less) eingebunden.

    -

    Layout-Variationen

    - -

    Testseiten für einzelne Seiten-Bestandteile

    - +
    +

    Weitere Experimente

    + +
    diff --git a/src/main/webapp/WEB-INF/views/test/seitenkopf.jsp b/src/main/webapp/WEB-INF/views/test/seitenkopf.jsp index c0af6fb9..d7a94729 100644 --- a/src/main/webapp/WEB-INF/views/test/seitenkopf.jsp +++ b/src/main/webapp/WEB-INF/views/test/seitenkopf.jsp @@ -4,7 +4,7 @@ <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %> <%@taglib uri="http://www.springframework.org/tags" prefix="s"%> - + @@ -12,48 +12,15 @@ - -
  • Home
  • -
  • Projects
  • -
  • HTML-Experimente
  • -
    - -

    Navigation

    - - - - -

    In diese Seite sind nur das Basis-Layout (/css/base.css) und der Seitenkopf (/less/screen/head.less) eingebunden.

    -

    Layout-Variationen

    - -

    Testseiten für einzelne Seiten-Bestandteile

    - +
    +

    Weitere Experimente

    + +
    diff --git a/src/main/webapp/WEB-INF/views/test/tablet.jsp b/src/main/webapp/WEB-INF/views/test/tablet.jsp index 0970810b..5bf88823 100644 --- a/src/main/webapp/WEB-INF/views/test/tablet.jsp +++ b/src/main/webapp/WEB-INF/views/test/tablet.jsp @@ -4,7 +4,7 @@ <%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %> <%@taglib uri="http://www.springframework.org/tags" prefix="s"%> - + @@ -12,48 +12,15 @@ - -
  • Home
  • -
  • Projects
  • -
  • HTML-Experimente
  • -
    - -

    Navigation

    - - - - -

    Diese Seite bindet alle Styles ein, die für Tablets eingebunden werden (/css/base.css, /css/screen.css und /css/tablet.css).

    -

    Layout-Variationen

    - -

    Testseiten für einzelne Seiten-Bestandteile

    - +
    +

    Weitere Experimente

    + +
    diff --git a/src/main/webapp/WEB-INF/views/test/tiny.jsp b/src/main/webapp/WEB-INF/views/test/tiny.jsp index c5f028ee..220895ac 100644 --- a/src/main/webapp/WEB-INF/views/test/tiny.jsp +++ b/src/main/webapp/WEB-INF/views/test/tiny.jsp @@ -4,55 +4,22 @@ <%@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 bindet alle Styles ein, die für sehr kleine Bildschirmgrößen eingebunden werden (/css/base.css und /css/tiny.css).

    -

    Layout-Variationen

    - -

    Testseiten für einzelne Seiten-Bestandteile

    - +
    +

    Weitere Experimente

    + +