- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Aug 2009 11:28:22 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates
In directory hutz:/tmp/cvs-serv19968/WebContent/WEB-INF/resources/templates
Modified Files:
Tag: dev2
index.vm
Log Message:
added ajax loader
+ added mime type selection for direct input
Index: index.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/Attic/index.vm,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -d -r1.1.2.7 -r1.1.2.8
--- index.vm 21 Aug 2009 11:11:13 -0000 1.1.2.7
+++ index.vm 21 Aug 2009 11:28:20 -0000 1.1.2.8
@@ -83,7 +83,11 @@
<textarea name="${param_prefix}text" rows="12" cols="70"></textarea>
<span id="${param_prefix}text_mime"></span>
<input type="hidden" name="${param_prefix}lang" value="fr" />
- <input type="hidden" name="ucn_text_mime" value="text/css" />
+ <select name="${param_prefix}text_mime">
+ #foreach($mime in $current_task.SupportedMimeTypes)
+ <option value="$mime">$mime</option>
+ #end
+ </select>
</p>
<div class="options_container">
#set ($param_suffix="input")
Received on Friday, 21 August 2009 11:28:30 UTC