From df8c8d8eaa3fd74b2f6a76341611555ee6d8834d Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Sun, 22 Nov 2015 15:07:27 +0100 Subject: Add initial files --- WebContent/pages/categories.xhtml | 54 ++++++++++++++++++++++++++++++++++ WebContent/pages/category.xhtml | 23 +++++++++++++++ WebContent/pages/contact.xhtml | 23 +++++++++++++++ WebContent/pages/greeting.xhtml | 22 ++++++++++++++ WebContent/pages/home.xhtml | 28 ++++++++++++++++++ WebContent/pages/login.xhtml | 41 ++++++++++++++++++++++++++ WebContent/pages/product.xhtml | 44 +++++++++++++++++++++++++++ WebContent/pages/products.xhtml | 62 +++++++++++++++++++++++++++++++++++++++ 8 files changed, 297 insertions(+) create mode 100644 WebContent/pages/categories.xhtml create mode 100644 WebContent/pages/category.xhtml create mode 100644 WebContent/pages/contact.xhtml create mode 100644 WebContent/pages/greeting.xhtml create mode 100644 WebContent/pages/home.xhtml create mode 100644 WebContent/pages/login.xhtml create mode 100644 WebContent/pages/product.xhtml create mode 100644 WebContent/pages/products.xhtml (limited to 'WebContent/pages') diff --git a/WebContent/pages/categories.xhtml b/WebContent/pages/categories.xhtml new file mode 100644 index 0000000..4a7532e --- /dev/null +++ b/WebContent/pages/categories.xhtml @@ -0,0 +1,54 @@ + + + + + + + JCatalog Application + + JCatalog Categories + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + JCatalog Footer + + + + diff --git a/WebContent/pages/category.xhtml b/WebContent/pages/category.xhtml new file mode 100644 index 0000000..b5313a3 --- /dev/null +++ b/WebContent/pages/category.xhtml @@ -0,0 +1,23 @@ + + + + + + + JCatalog Application + + JCatalog Application + + +

Welcome to the JCatalog Demo Application

+
+ + JCatalog Footer + +
+ + diff --git a/WebContent/pages/contact.xhtml b/WebContent/pages/contact.xhtml new file mode 100644 index 0000000..b51f1dd --- /dev/null +++ b/WebContent/pages/contact.xhtml @@ -0,0 +1,23 @@ + + + + + + + JCatalog Application + + JCatalog Application + + +

Contact Page

+
+ + JCatalog Footer + +
+ + diff --git a/WebContent/pages/greeting.xhtml b/WebContent/pages/greeting.xhtml new file mode 100644 index 0000000..73e1d62 --- /dev/null +++ b/WebContent/pages/greeting.xhtml @@ -0,0 +1,22 @@ + + + + + + + JCatalog Welcome + + JCatalog Application + + +

Welcome to the JCatalog Demo Application

+
+ + JCatalog Footer + +
+ + diff --git a/WebContent/pages/home.xhtml b/WebContent/pages/home.xhtml new file mode 100644 index 0000000..735c734 --- /dev/null +++ b/WebContent/pages/home.xhtml @@ -0,0 +1,28 @@ + + + + + + + + + + + JCatalog Application + + JCatalog Application + + +

Welcome to the JCatalog Demo Application

+

Please make your choice.

+

Bitte eine Option auswählen.

+
+ + JCatalog Footer + +
+ + diff --git a/WebContent/pages/login.xhtml b/WebContent/pages/login.xhtml new file mode 100644 index 0000000..2e94421 --- /dev/null +++ b/WebContent/pages/login.xhtml @@ -0,0 +1,41 @@ + + + + + + + JCatalog Login + + Login + + +
+ + +
+ + +
+
+ + +
+
+ + + +
+
+ +
+ + + JCatalog Footer + + + + diff --git a/WebContent/pages/product.xhtml b/WebContent/pages/product.xhtml new file mode 100644 index 0000000..06c4a8d --- /dev/null +++ b/WebContent/pages/product.xhtml @@ -0,0 +1,44 @@ + + + + + + + JCatalog Application + + Login + + +
+ +
+ + +
+
+ + +
+
+ + +
+
+ + + +
+
+ +
+ + + JCatalog Footer + + + + diff --git a/WebContent/pages/products.xhtml b/WebContent/pages/products.xhtml new file mode 100644 index 0000000..f833c1d --- /dev/null +++ b/WebContent/pages/products.xhtml @@ -0,0 +1,62 @@ + + + + + + + JCatalog Application + + List of Products + + + + + +

+ List of Products in Category + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + JCatalog Footer + +
+ + -- cgit v1.2.3-70-g09d2