From 358d71462430cd2f122ffdc1a38661d73b461133 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Thu, 20 Apr 2017 12:34:30 +0200
Subject: [PATCH] please copy a matching file from templates.dist and remove
 this dummy when you want to create your JSF pages
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 web/WEB-INF/templates.dist/admin_page.xhtml                  | 2 +-
 web/WEB-INF/templates.dist/guest_login_page.xhtml            | 2 +-
 web/WEB-INF/templates.dist/guest_page.xhtml                  | 2 +-
 web/WEB-INF/templates.dist/login_page.xhtml                  | 2 +-
 web/WEB-INF/templates/guest/guest_index.tpl                  | 2 +-
 web/admin/country/admin_country_delete.xhtml                 | 2 +-
 web/admin/country/admin_country_edit.xhtml                   | 2 +-
 web/admin/mobile/admin_contact_mobile_unlink.xhtml           | 2 +-
 web/admin/mobile_provider/admin_mobile_provider_delete.xhtml | 2 +-
 web/admin/mobile_provider/admin_mobile_provider_edit.xhtml   | 2 +-
 web/admin/mobile_provider/admin_mobile_provider_show.xhtml   | 2 +-
 web/guest/user/user_show_addressbook_entries.xhtml           | 2 +-
 web/user/login_index.xhtml                                   | 2 +-
 web/user/login_list_sharing_addressbooks.xhtml               | 2 +-
 web/user/login_other_addressbooks.xhtml                      | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/web/WEB-INF/templates.dist/admin_page.xhtml b/web/WEB-INF/templates.dist/admin_page.xhtml
index 6e801e5b..ce198007 100644
--- a/web/WEB-INF/templates.dist/admin_page.xhtml
+++ b/web/WEB-INF/templates.dist/admin_page.xhtml
@@ -17,7 +17,7 @@
 		</ui:define>
 
 		<ui:define name="content">
-			Here goes your content.
+			<!-- @TODO Here goes your content. //-->
 		</ui:define>
 	</ui:composition>
 </html>
diff --git a/web/WEB-INF/templates.dist/guest_login_page.xhtml b/web/WEB-INF/templates.dist/guest_login_page.xhtml
index 3fd51eae..cb8aa91b 100644
--- a/web/WEB-INF/templates.dist/guest_login_page.xhtml
+++ b/web/WEB-INF/templates.dist/guest_login_page.xhtml
@@ -17,7 +17,7 @@
 		</ui:define>
 
 		<ui:define name="content">
-			Here goes your content.
+			<!-- @TODO Here goes your content. //-->
 		</ui:define>
 	</ui:composition>
 </html>
diff --git a/web/WEB-INF/templates.dist/guest_page.xhtml b/web/WEB-INF/templates.dist/guest_page.xhtml
index c42f45c3..45d21ae7 100644
--- a/web/WEB-INF/templates.dist/guest_page.xhtml
+++ b/web/WEB-INF/templates.dist/guest_page.xhtml
@@ -17,7 +17,7 @@
 		</ui:define>
 
 		<ui:define name="content">
-			Here goes your content.
+			<!-- @TODO Here goes your content. //-->
 		</ui:define>
 	</ui:composition>
 </html>
diff --git a/web/WEB-INF/templates.dist/login_page.xhtml b/web/WEB-INF/templates.dist/login_page.xhtml
index a47f1bf5..f09e2739 100644
--- a/web/WEB-INF/templates.dist/login_page.xhtml
+++ b/web/WEB-INF/templates.dist/login_page.xhtml
@@ -16,7 +16,7 @@
 		</ui:define>
 
 		<ui:define name="content">
-			Here goes your content.
+			<!-- @TODO Here goes your content. //-->
 		</ui:define>
 
 		<ui:define name="footer">
diff --git a/web/WEB-INF/templates/guest/guest_index.tpl b/web/WEB-INF/templates/guest/guest_index.tpl
index 50339f55..d2310a44 100644
--- a/web/WEB-INF/templates/guest/guest_index.tpl
+++ b/web/WEB-INF/templates/guest/guest_index.tpl
@@ -5,5 +5,5 @@
 	xmlns:h="http://java.sun.com/jsf/html"
 	xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
 
-	Here goes your content.
+	<!-- @TODO Here goes your content. //-->
 </ui:composition>
diff --git a/web/admin/country/admin_country_delete.xhtml b/web/admin/country/admin_country_delete.xhtml
index c37d12ae..a12d698a 100644
--- a/web/admin/country/admin_country_delete.xhtml
+++ b/web/admin/country/admin_country_delete.xhtml
@@ -17,7 +17,7 @@
 		</ui:define>
 
 		<ui:define name="content">
-			Here goes your content.
+			<!-- @TODO Here goes your content. //-->
 		</ui:define>
 	</ui:composition>
 </html>
diff --git a/web/admin/country/admin_country_edit.xhtml b/web/admin/country/admin_country_edit.xhtml
index 35bba855..9d2303d4 100644
--- a/web/admin/country/admin_country_edit.xhtml
+++ b/web/admin/country/admin_country_edit.xhtml
@@ -18,7 +18,7 @@
 		</ui:define>
 
 		<ui:define name="content">
-			Here goes your content.
+			<!-- @TODO Here goes your content. //-->
 		</ui:define>
 	</ui:composition>
 </html>
diff --git a/web/admin/mobile/admin_contact_mobile_unlink.xhtml b/web/admin/mobile/admin_contact_mobile_unlink.xhtml
index 836c6aca..3c4bb59d 100644
--- a/web/admin/mobile/admin_contact_mobile_unlink.xhtml
+++ b/web/admin/mobile/admin_contact_mobile_unlink.xhtml
@@ -22,7 +22,7 @@
 		</ui:define>
 
 		<ui:define name="content">
-			Here goes your content.
+			<!-- @TODO Here goes your content. //-->
 		</ui:define>
 	</ui:composition>
 </html>
diff --git a/web/admin/mobile_provider/admin_mobile_provider_delete.xhtml b/web/admin/mobile_provider/admin_mobile_provider_delete.xhtml
index 192ef47a..a74b0be6 100644
--- a/web/admin/mobile_provider/admin_mobile_provider_delete.xhtml
+++ b/web/admin/mobile_provider/admin_mobile_provider_delete.xhtml
@@ -18,7 +18,7 @@
 		</ui:define>
 
 		<ui:define name="content">
-			Here goes your content.
+			<!-- @TODO Here goes your content. //-->
 		</ui:define>
 	</ui:composition>
 </html>
diff --git a/web/admin/mobile_provider/admin_mobile_provider_edit.xhtml b/web/admin/mobile_provider/admin_mobile_provider_edit.xhtml
index cc4c0c78..fe3a89ab 100644
--- a/web/admin/mobile_provider/admin_mobile_provider_edit.xhtml
+++ b/web/admin/mobile_provider/admin_mobile_provider_edit.xhtml
@@ -18,7 +18,7 @@
 		</ui:define>
 
 		<ui:define name="content">
-			Here goes your content.
+			<!-- @TODO Here goes your content. //-->
 		</ui:define>
 	</ui:composition>
 </html>
diff --git a/web/admin/mobile_provider/admin_mobile_provider_show.xhtml b/web/admin/mobile_provider/admin_mobile_provider_show.xhtml
index 72c8d4c1..e44982e8 100644
--- a/web/admin/mobile_provider/admin_mobile_provider_show.xhtml
+++ b/web/admin/mobile_provider/admin_mobile_provider_show.xhtml
@@ -18,7 +18,7 @@
 		</ui:define>
 
 		<ui:define name="content">
-			Here goes your content.
+			<!-- @TODO Here goes your content. //-->
 		</ui:define>
 	</ui:composition>
 </html>
diff --git a/web/guest/user/user_show_addressbook_entries.xhtml b/web/guest/user/user_show_addressbook_entries.xhtml
index c93ee942..7e8fd6c7 100644
--- a/web/guest/user/user_show_addressbook_entries.xhtml
+++ b/web/guest/user/user_show_addressbook_entries.xhtml
@@ -18,7 +18,7 @@
 		</ui:define>
 
 		<ui:define name="content">
-			Here goes your content.
+			<!-- @TODO Here goes your content. //-->
 		</ui:define>
 	</ui:composition>
 </html>
diff --git a/web/user/login_index.xhtml b/web/user/login_index.xhtml
index f6b6502d..902550a7 100644
--- a/web/user/login_index.xhtml
+++ b/web/user/login_index.xhtml
@@ -19,7 +19,7 @@
 
 		<ui:define name="content">
 			<ui:fragment rendered="#{userLoginController.isUserLoggedIn() and (not userLoginController.ifUserMustChangePassword() or not featureController.isFeatureEnabled('user_must_change_password'))}">
-				Here goes your content.
+				<!-- @TODO Here goes your content. //-->
 			</ui:fragment>
 
 			<ui:fragment rendered="#{userLoginController.ifUserMustChangePassword()}">
diff --git a/web/user/login_list_sharing_addressbooks.xhtml b/web/user/login_list_sharing_addressbooks.xhtml
index 9947fdd5..de45751e 100644
--- a/web/user/login_list_sharing_addressbooks.xhtml
+++ b/web/user/login_list_sharing_addressbooks.xhtml
@@ -27,7 +27,7 @@
 		<ui:define name="content">
 			<ui:fragment rendered="#{userLoginController.isUserLoggedIn()}">
 				<ui:fragment rendered="#{shareController.isShareeUserIdSet()}">
-					Here goes your content.
+					<!-- @TODO Here goes your content. //-->
 				</ui:fragment>
 
 				<ui:fragment rendered="#{shareController.isShareeUserIdEmpty()}">
diff --git a/web/user/login_other_addressbooks.xhtml b/web/user/login_other_addressbooks.xhtml
index 98972dad..4e650269 100644
--- a/web/user/login_other_addressbooks.xhtml
+++ b/web/user/login_other_addressbooks.xhtml
@@ -19,7 +19,7 @@
 
 		<ui:define name="content">
 			<ui:fragment rendered="#{userLoginController.isUserLoggedIn()}">
-				Here goes your content.
+				<!-- @TODO Here goes your content. //-->
 			</ui:fragment>
 
 			<ui:fragment rendered="#{not userLoginController.isUserLoggedIn()}">
-- 
2.39.5