[Cluster-devel] conga/luci/homebase form-macros

rmccabe at sourceware.org rmccabe at sourceware.org
Mon Oct 16 15:35:27 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2006-10-16 15:35:27

Modified files:
	luci/homebase  : form-macros 

Log message:
	..and more comment fixes

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/homebase/form-macros.diff?cvsroot=cluster&r1=1.42&r2=1.43

--- conga/luci/homebase/form-macros	2006/10/16 15:32:24	1.42
+++ conga/luci/homebase/form-macros	2006/10/16 15:35:27	1.43
@@ -1,7 +1,7 @@
 <html>
 
-<tal:comment replace="nothing">
-	$Id: form-macros,v 1.42 2006/10/16 15:32:24 rmccabe Exp $
+<tal:comment tal:replace="nothing">
+	$Id: form-macros,v 1.43 2006/10/16 15:35:27 rmccabe Exp $
 </tal:comment>
 
 <head>
@@ -10,7 +10,7 @@
 
 <body>
 
-<tal:comment replace="nothing">
+<tal:comment tal:replace="nothing">
 
 
 !############################
@@ -28,14 +28,14 @@
 	</div>
 </div>
 
-<tal:comment replace="nothing">
+<tal:comment tal:replace="nothing">
 !############################
 # USER DELETE FORM			#
 #############################
 </tal:comment>
 
 <div metal:define-macro="user-del-form">
-	<tal:comment replace="nothing">
+	<tal:comment tal:replace="nothing">
 		: to validate:
 			- user was selected,
 			- selected index is valid
@@ -85,7 +85,7 @@
 </div>
 
 
-<tal:comment replace="nothing">
+<tal:comment tal:replace="nothing">
 
 
 !############################
@@ -96,7 +96,7 @@
 </tal:comment>
 
 <div metal:define-macro="user-add-form">
-	<tal:comment replace="nothing">
+	<tal:comment tal:replace="nothing">
 		Things to validate:
 		 - user/passwd exist and are not blank
 		 - user doesn't contain invalid characters.
@@ -151,7 +151,7 @@
 
 
 
-<tal:comment replace="nothing">
+<tal:comment tal:replace="nothing">
 
 
 !############################
@@ -162,7 +162,7 @@
 </tal:comment>
 
 <div metal:define-macro="perm-manage-form">
-	<tal:comment replace="nothing">
+	<tal:comment tal:replace="nothing">
 		Things to validate:
 			- user is selected and valid index
 			- The rest is checked by the python form submit validator.
@@ -264,7 +264,7 @@
 </div>
 
 
-<tal:comment replace="nothing">
+<tal:comment tal:replace="nothing">
 
 
 !############################
@@ -276,7 +276,7 @@
 
 
 <div metal:define-macro="system-del-form">
-	<tal:comment replace="nothing">
+	<tal:comment tal:replace="nothing">
 		To validate:
 			- 	confirm removal
 			- 	if it's a cluster, ask if they also want to remove
@@ -375,7 +375,7 @@
 
 
 
-<tal:comment replace="nothing">
+<tal:comment tal:replace="nothing">
 
 
 !############################
@@ -388,7 +388,7 @@
 
 
 <div metal:define-macro="system-add-form">
-	<tal:comment replace="nothing">
+	<tal:comment tal:replace="nothing">
 		To validate for each storage system:
 			- Hostname and Password are given. (skip if both are blank)
 			- If IP, IP is valid.
@@ -458,7 +458,7 @@
 </div>
 
 
-<tal:comment replace="nothing">
+<tal:comment tal:replace="nothing">
 
 
 !############################
@@ -469,7 +469,7 @@
 </tal:comment>
 
 <div metal:define-macro="cluster-add-form">
-	<tal:comment replace="nothing">
+	<tal:comment tal:replace="nothing">
 		Things to validate
 			- Cluster name is specified and contains only valid chars
 			- At least one node name/password are given and are valid




More information about the Cluster-devel mailing list