- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Sep 2009 17:46:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates
In directory hutz:/tmp/cvs-serv29496/WebContent/WEB-INF/resources/templates
Modified Files:
index.vm
Log Message:
up
Index: index.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/index.vm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- index.vm 23 Sep 2009 16:59:09 -0000 1.10
+++ index.vm 24 Sep 2009 17:46:33 -0000 1.11
@@ -40,7 +40,7 @@
<p class="instructions">$instruction-by-uri</p>
<p>
<label title="$uri_title" for="ucn_uri"><span>$uri:</span>
- <input type="text" name="${param_prefix}uri" id="ucn_uri" size="45" #if($param_uri)value="$param_uri" #end/>
+ <input type="text" name="${param_prefix}uri" id="ucn_uri" size="45" value="$!param_uri"/>
</label>
</p>
</div>
@@ -69,7 +69,7 @@
<div class="input">
<p class="instructions">$instruction-by-input</p>
<p>
- <textarea name="${param_prefix}text" rows="12" cols="70">#if($param_text)$param_text#end</textarea>
+ <textarea name="${param_prefix}text" rows="12" cols="70">$!param_text</textarea>
<select id="ucn_text_mime" name="${param_prefix}text_mime">
#foreach($mime in $current_task.SupportedMimeTypes)
<option value="$mime" #if($param_text_mime && $param_text_mime == $mime)selected="selected"#end>$mime</option>
Received on Thursday, 24 September 2009 17:46:47 UTC