From 1666540cfc4692078648486d6d0d1d6c4cd03e7d Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 2 Sep 2015 18:54:30 +0200 Subject: [PATCH] =?utf8?q?Towards=20JSF=20without=20JSP=20includes=20...?= =?utf8?q?=20;-)=20Signed-off-by:Roland=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- web/imprint.xhtml | 66 ++++++++++++----------------- web/privacy.xhtml | 66 ++++++++++++----------------- web/static/guest/guest_footer.jsp | 19 --------- web/static/guest/guest_menu.jsp | 22 ---------- web/templates.dist/guest_page.xhtml | 6 --- web/terms.xhtml | 66 ++++++++++++----------------- 6 files changed, 81 insertions(+), 164 deletions(-) delete mode 100644 web/static/guest/guest_footer.jsp delete mode 100644 web/static/guest/guest_menu.jsp diff --git a/web/imprint.xhtml b/web/imprint.xhtml index 5c066f68..be755270 100644 --- a/web/imprint.xhtml +++ b/web/imprint.xhtml @@ -1,41 +1,29 @@ -<%-- - Document : login - Created on : 11.08.2015, 11:35:53 - Author : Roland Haeder ---%> - -<%--<%@page errorPage="errorHandler.jsp" %>--%> -<%@page contentType="text/html" pageEncoding="UTF-8"%> -<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> - - - + - - - - - Pizza-Service - Impressum - - - - - - - -
-
-

Impressum:

-
- -
-
-
- - - + + + + Impressum + + + + + + + Impressum + + + + Hier kommt das Impressum hin! + + + + + + diff --git a/web/privacy.xhtml b/web/privacy.xhtml index e385c090..0dc63b18 100644 --- a/web/privacy.xhtml +++ b/web/privacy.xhtml @@ -1,41 +1,29 @@ -<%-- - Document : privacy - Created on : 11.08.2015, 11:56:22 - Author : Roland Haeder ---%> - -<%--<%@page errorPage="errorHandler.jsp" %>--%> -<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@page contentType="text/html" pageEncoding="UTF-8"%> - - - + - - - - - Pizza-Service - Datenschutzbestimmungen - - - - - - - -
-
-

Datenschutzbestimmungen:

-
- -
-
-
- - - + + + + Datenschutzbestimmungen + + + + + + + Datenschutzbestimmungen + + + + Hier kommen die Datenschutzbestimmungen hin. + + + + + + diff --git a/web/static/guest/guest_footer.jsp b/web/static/guest/guest_footer.jsp deleted file mode 100644 index 4cad7d34..00000000 --- a/web/static/guest/guest_footer.jsp +++ /dev/null @@ -1,19 +0,0 @@ -<%-- - Document : footer - Created on : 11.08.2015, 12:28:03 - Author : Roland Haeder ---%> - -<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> - - - - -
diff --git a/web/static/guest/guest_menu.jsp b/web/static/guest/guest_menu.jsp deleted file mode 100644 index 23551635..00000000 --- a/web/static/guest/guest_menu.jsp +++ /dev/null @@ -1,22 +0,0 @@ -<%-- - Document : guest_menu - Created on : 06.08.2015, 12:41:44 - Author : Roland Haeder ---%> - -<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> - - - diff --git a/web/templates.dist/guest_page.xhtml b/web/templates.dist/guest_page.xhtml index 7d671852..4577b9ae 100644 --- a/web/templates.dist/guest_page.xhtml +++ b/web/templates.dist/guest_page.xhtml @@ -7,12 +7,6 @@ xmlns:f="http://xmlns.jcp.org/jsf/core" > - - - - - - Your page's title here diff --git a/web/terms.xhtml b/web/terms.xhtml index 1c365b35..e1de7989 100644 --- a/web/terms.xhtml +++ b/web/terms.xhtml @@ -1,41 +1,29 @@ -<%-- - Document : privacy - Created on : 11.08.2015, 11:56:22 - Author : Roland Haeder ---%> - -<%--<%@page errorPage="errorHandler.jsp" %>--%> -<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@page contentType="text/html" pageEncoding="UTF-8"%> - - - + - - - - - Pizza-Service - Allgemeine Geschäftsbedingungen - - - - - - - -
-
-

Allgemeine Geschäftsbedingungen:

-
- -
-
-
- - - + + + + Allgemeine Geschäftsbedingungen + + + + + + + Allgemeine Geschäftsbedingungen + + + + Hier kommen die allgemeinen Geschäftsbedingungen hin. + + + + + + -- 2.39.5