2006/unicorn/resources/templates/index fr_index.html.vm,1.2,1.3

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

Modified Files:
	fr_index.html.vm 
Log Message:
Add ucn_lang parameter for form "by upload"

Index: fr_index.html.vm
===================================================================
RCS file: /sources/public/2006/unicorn/resources/templates/index/fr_index.html.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fr_index.html.vm	22 Jan 2008 13:49:36 -0000	1.2
+++ fr_index.html.vm	11 Feb 2008 14:19:40 -0000	1.3
@@ -98,12 +98,15 @@
 				<legend class="tabset_label">Validate by File Upload</legend>
 				<form method="post" enctype="multipart/form-data" action="observe">
 					#genTasklist(1)
+					
 					<p class="instructions">Choisissez le document que vous désirez vérifier:</p>
 					<p>
 						<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" />
 						</label>
+						
 					</p>
 					<fieldset id="opt_upload" class="options">
 						<p title="Simple options">Simple options</p>
@@ -131,6 +134,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" />
 					</p>      
 					<fieldset id="opt_direct" class="options">
 						<p title="Simple options">Options de base</p>

Received on Monday, 11 February 2008 14:19:53 UTC