- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Apr 2008 13:32:47 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/resources/templates/index In directory hutz:/tmp/cvs-serv19942/resources/templates/index Modified Files: en_index.html.vm Log Message: language parameter missing Index: en_index.html.vm =================================================================== RCS file: /sources/public/2006/unicorn/resources/templates/index/en_index.html.vm,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- en_index.html.vm 18 Apr 2008 13:28:26 -0000 1.13 +++ en_index.html.vm 18 Apr 2008 13:32:45 -0000 1.14 @@ -74,6 +74,8 @@ Address: <input type="text" name="ucn_uri" id="ucn_uri" size="45" /> </label> + <input type="hidden" name="ucn_lang" id="ucn_lang" value="en" /> + </p> <fieldset id="opt_uri" class="options"> <p title="Simple options">Simple options</p> @@ -101,6 +103,8 @@ 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" /> + </p> <fieldset id="opt_upload" class="options"> <p title="Simple options">Simple options</p> @@ -128,6 +132,8 @@ <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" /> + </p> <fieldset id="opt_direct" class="options"> <p title="Simple options">Simple options</p>
Received on Friday, 18 April 2008 13:33:25 UTC