From e61de31e9c4b39cef10eb4a0d5e8aa01c4a0e38d Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 22 Dec 2013 09:56:00 +0100 Subject: [PATCH] =?utf8?q?Testseiten=20f=C3=BCr=20die=20verschiedenen=20La?= =?utf8?q?yout-Variationen=20entwickelt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../views/projects/html-experimente.jsp | 8 ++- .../WEB-INF/views/test/basis-layout.jsp | 8 ++- src/main/webapp/WEB-INF/views/test/phone.jsp | 57 ++++++++++++++++++ .../WEB-INF/views/test/seitenaufteilung.jsp | 10 +++- .../webapp/WEB-INF/views/test/seitenkopf.jsp | 10 +++- src/main/webapp/WEB-INF/views/test/tablet.jsp | 59 +++++++++++++++++++ src/main/webapp/WEB-INF/views/test/tiny.jsp | 58 ++++++++++++++++++ 7 files changed, 204 insertions(+), 6 deletions(-) create mode 100644 src/main/webapp/WEB-INF/views/test/phone.jsp create mode 100644 src/main/webapp/WEB-INF/views/test/tablet.jsp create mode 100644 src/main/webapp/WEB-INF/views/test/tiny.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 52bec65d..2aec71ae 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,15 @@ -

Alle HTML-Experimente

+

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 5d406dec..bf113c61 100644 --- a/src/main/webapp/WEB-INF/views/test/basis-layout.jsp +++ b/src/main/webapp/WEB-INF/views/test/basis-layout.jsp @@ -40,9 +40,15 @@ In diese Seite ist nur das Basis-Layout eingebunden (/css/base.css).

-

Weitere HTML-Experimente

+

Layout-Variationen

+

Testseiten für einzelne Seiten-Bestandteile

+ diff --git a/src/main/webapp/WEB-INF/views/test/phone.jsp b/src/main/webapp/WEB-INF/views/test/phone.jsp new file mode 100644 index 00000000..ba7c4a72 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/test/phone.jsp @@ -0,0 +1,57 @@ +<%@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

    + + + + +
    + +

    + 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

    + +
    +
    diff --git a/src/main/webapp/WEB-INF/views/test/seitenaufteilung.jsp b/src/main/webapp/WEB-INF/views/test/seitenaufteilung.jsp index 5d693133..34bcaa7e 100644 --- a/src/main/webapp/WEB-INF/views/test/seitenaufteilung.jsp +++ b/src/main/webapp/WEB-INF/views/test/seitenaufteilung.jsp @@ -43,9 +43,15 @@ und die Seitenaufteilung (/less/screen/layout.less) eingebunden.

    -

    Weitere HTML-Experimente

    +

    Layout-Variationen

    + +

    Testseiten für einzelne Seiten-Bestandteile

    diff --git a/src/main/webapp/WEB-INF/views/test/seitenkopf.jsp b/src/main/webapp/WEB-INF/views/test/seitenkopf.jsp index 47ee6290..c0af6fb9 100644 --- a/src/main/webapp/WEB-INF/views/test/seitenkopf.jsp +++ b/src/main/webapp/WEB-INF/views/test/seitenkopf.jsp @@ -43,9 +43,15 @@ und der Seitenkopf (/less/screen/head.less) eingebunden.

    -

    Weitere HTML-Experimente

    +

    Layout-Variationen

    + +

    Testseiten für einzelne Seiten-Bestandteile

    diff --git a/src/main/webapp/WEB-INF/views/test/tablet.jsp b/src/main/webapp/WEB-INF/views/test/tablet.jsp new file mode 100644 index 00000000..0970810b --- /dev/null +++ b/src/main/webapp/WEB-INF/views/test/tablet.jsp @@ -0,0 +1,59 @@ +<%@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

    + + + + +
    + +

    + 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

    + +
    +
    diff --git a/src/main/webapp/WEB-INF/views/test/tiny.jsp b/src/main/webapp/WEB-INF/views/test/tiny.jsp new file mode 100644 index 00000000..c5f028ee --- /dev/null +++ b/src/main/webapp/WEB-INF/views/test/tiny.jsp @@ -0,0 +1,58 @@ +<%@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 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

    + +
    +
    -- 2.20.1