From d5da0a560324fca5258ee674788b39e26e58040a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 19 Apr 2017 17:19:14 +0200 Subject: [PATCH] Don't cherry-pick: - rewrote index.xhtml (guest) to more common way, even when in this project registration in index page is not wanted. This has the benefit that (almost) all JSF pages remain generic and therefor they can be cherry-picked from project to project. - Now only guest_index.tpl holds the different content MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/templates/guest/guest_index.tpl | 82 +++++++++++++++++++++ web/index.xhtml | 78 -------------------- 2 files changed, 82 insertions(+), 78 deletions(-) create mode 100644 web/WEB-INF/templates/guest/guest_index.tpl diff --git a/web/WEB-INF/templates/guest/guest_index.tpl b/web/WEB-INF/templates/guest/guest_index.tpl new file mode 100644 index 00000000..d4d0ddeb --- /dev/null +++ b/web/WEB-INF/templates/guest/guest_index.tpl @@ -0,0 +1,82 @@ + + + +
+
+ +
+
+ + + +
+
+ +
+ +
+
+
+ + + + + + + + + + + + +
+ + +
+ + + +
+
+
+
+ +
+
+ + + + +
+ +
+ + + + + +
+
+ +
+
+
+
+
+ +
+ + + + +
+
diff --git a/web/index.xhtml b/web/index.xhtml index 044fe92a..f0f2f839 100644 --- a/web/index.xhtml +++ b/web/index.xhtml @@ -22,83 +22,6 @@ - -
-
- #{msg.FOLLOWING_PRODUCTS_ARE_AVAILABLE} -
-
- - - -
-
- -
- -
-
-
- - - - - - - - - - - - -
- - -
- - - -
-
-
-
- -
-
- - - - -
- -
- - - - - -
-
- -
-
-
-
-
- -
- - - - -
- -
-- 2.39.5