2006/unicorn/resources/templates/index en_index.html.vm,1.14,1.15 fr_index.html.vm,1.6,1.7

Update of /sources/public/2006/unicorn/resources/templates/index
In directory hutz:/tmp/cvs-serv11200/resources/templates/index

Modified Files:
	en_index.html.vm fr_index.html.vm 
Log Message:
html validity

Index: en_index.html.vm
===================================================================
RCS file: /sources/public/2006/unicorn/resources/templates/index/en_index.html.vm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- en_index.html.vm	18 Apr 2008 13:32:45 -0000	1.14
+++ en_index.html.vm	18 Apr 2008 14:25:59 -0000	1.15
@@ -74,7 +74,7 @@
 							Address:
 							<input type="text" name="ucn_uri" id="ucn_uri" size="45" />
 						</label>
-						<input type="hidden" name="ucn_lang" id="ucn_lang" value="en" />
+						<input type="hidden" name="ucn_lang" value="en" />
 
 					</p>
 					<fieldset id="opt_uri" class="options">
@@ -103,7 +103,7 @@
 							Local file:
 							<input type="file" id="ucn_file" name="ucn_file" size="30" />
 						</label>
-						<input type="hidden" name="ucn_lang" id="ucn_lang" value="en" />
+						<input type="hidden" name="ucn_lang" value="en" />
 
 					</p>
 					<fieldset id="opt_upload" class="options">
@@ -132,7 +132,7 @@
 					<p>
 						<textarea name="ucn_text" rows="12" cols="70"></textarea>
 						<span id="ucn_text_mime"></span>
-						<input type="hidden" name="ucn_lang" id="ucn_lang" value="en" />
+						<input type="hidden" name="ucn_lang" value="en" />
 
 					</p>      
 					<fieldset id="opt_direct" class="options">

Index: fr_index.html.vm
===================================================================
RCS file: /sources/public/2006/unicorn/resources/templates/index/fr_index.html.vm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fr_index.html.vm	18 Apr 2008 13:28:26 -0000	1.6
+++ fr_index.html.vm	18 Apr 2008 14:25:59 -0000	1.7
@@ -74,7 +74,7 @@
 							Adresse:
 							<input type="text" name="ucn_uri" id="ucn_uri" size="45" />
 						</label>
-						<input type="hidden" name="ucn_lang" id="ucn_lang" value="fr" />
+						<input type="hidden" name="ucn_lang" value="fr" />
 
 					</p>
 					<fieldset id="opt_uri" class="options">
@@ -103,7 +103,7 @@
 						<label title="Choose a Local File to Upload and Validate" for="ucn_file">
 							Local file:
 							<input type="file" id="ucn_file" name="ucn_file" size="30" />
-							<input type="hidden" name="ucn_lang" id="ucn_lang" value="fr" />
+							<input type="hidden" name="ucn_lang" value="fr" />
 						</label>
 						
 					</p>
@@ -133,7 +133,7 @@
 					<p>
 						<textarea name="ucn_text" rows="12" cols="70"></textarea>
 						<span id="ucn_text_mime"></span>
-						<input type="hidden" name="ucn_lang" id="ucn_lang" value="fr" />
+						<input type="hidden" name="ucn_lang" value="fr" />
 					</p>      
 					<fieldset id="opt_direct" class="options">
 						<p title="Simple options">Options de base</p>

Received on Friday, 18 April 2008 14:26:39 UTC