From 8bf8b88b218322f9644f659fe18b8ab28eaea9e6 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 2 Sep 2015 18:48:48 +0200 Subject: [PATCH] Renamed JSPs to XHTML + removed style.css (old way and already copied into new CSS file). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/{bye.jsp => bye.xhtml} | 0 web/{errorHandler.jsp => errorHandler.xhtml} | 0 web/{imprint.jsp => imprint.xhtml} | 0 web/index.jsp | 132 ------------------- web/{privacy.jsp => privacy.xhtml} | 0 web/style.css | 76 ----------- web/{terms.jsp => terms.xhtml} | 0 7 files changed, 208 deletions(-) rename web/{bye.jsp => bye.xhtml} (100%) rename web/{errorHandler.jsp => errorHandler.xhtml} (100%) rename web/{imprint.jsp => imprint.xhtml} (100%) delete mode 100644 web/index.jsp rename web/{privacy.jsp => privacy.xhtml} (100%) delete mode 100644 web/style.css rename web/{terms.jsp => terms.xhtml} (100%) diff --git a/web/bye.jsp b/web/bye.xhtml similarity index 100% rename from web/bye.jsp rename to web/bye.xhtml diff --git a/web/errorHandler.jsp b/web/errorHandler.xhtml similarity index 100% rename from web/errorHandler.jsp rename to web/errorHandler.xhtml diff --git a/web/imprint.jsp b/web/imprint.xhtml similarity index 100% rename from web/imprint.jsp rename to web/imprint.xhtml diff --git a/web/index.jsp b/web/index.jsp deleted file mode 100644 index ec70c2df..00000000 --- a/web/index.jsp +++ /dev/null @@ -1,132 +0,0 @@ -<%-- - Document : index - Created on : 04.08.2015, 10:33:10 - Author : Roland Haeder ---%> - -<%--<%@page errorPage="errorHandler.jsp" %>--%> -<%@page import="org.mxchange.pizzaapplication.beans.controller.PizzaBean"%> -<%@page contentType="text/html" pageEncoding="UTF-8"%> -<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> -<%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> -<%@taglib prefix="basket" uri="http://mxchange.org/jshop/tags/basket" %> - - - - - -<% - // TODO: Can be removed later - controller.init(); -%> - - - - - - - - - Pizza-Service - Willkommen - - - - - - - -
-
-

Eingangsseite (dummy):

-
- -
- - - - - - - - - - - - - - - - - - -
- Folgendes kann bestellt werden: -
- Bestellen? - - Anzahl: - - Produkt: - - Einzelpreis: -
- - - - - - - - - - - - - - -
- Warenkorb - - ${item.amount} - - ${product.title} - - -
-
- -
- - - - - - - - - -
- - - - - - - ${product.title} - - -
-
-
-
-
-
-
- - - - diff --git a/web/privacy.jsp b/web/privacy.xhtml similarity index 100% rename from web/privacy.jsp rename to web/privacy.xhtml diff --git a/web/style.css b/web/style.css deleted file mode 100644 index a94052ad..00000000 --- a/web/style.css +++ /dev/null @@ -1,76 +0,0 @@ -/** -div { - border: 1px solid #ff0000; -} -/**/ - -table, .table { - margin: 0px; - padding: 0px; -} - -.table { - width: 500px; -} - -.table_row { - width: 100%; -} - -.table_left { - width: 250px; - float: left; -} - -.table_right { - width: 200px; - float: right; -} - -.table_left25 { - width: 20px; - float: left; -} - -.table_right75 { - width: 430px; - float: right; -} - -.para { - padding: 5px 5px 5px 5px; -} - -.clear { - clear: both; -} - -ul.footer_nav { - text-align: center; - width : 500px; - list-style: none; -} - -ul.footer_nav li { - float: left; - width: 100px; -} - -#menu ul { - list-style: none; - padding-left: 5px; -} - -.table_header { - text-align: center; - font-weight: bold; - font-size: 20px; -} - -.table_header_column { - width: 100px; -} - -.table_data_column { - width: 100px; -} diff --git a/web/terms.jsp b/web/terms.xhtml similarity index 100% rename from web/terms.jsp rename to web/terms.xhtml -- 2.39.2