- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Aug 2009 11:11:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates
In directory hutz:/tmp/cvs-serv19047/WebContent/WEB-INF/resources/templates
Modified Files:
Tag: dev2
index.vm
Log Message:
changed method of direct input to POST
+ added temporary ucn_text_mime hidden input
Index: index.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/Attic/index.vm,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -d -r1.1.2.6 -r1.1.2.7
--- index.vm 21 Aug 2009 07:04:45 -0000 1.1.2.6
+++ index.vm 21 Aug 2009 11:11:13 -0000 1.1.2.7
@@ -77,12 +77,13 @@
<fieldset id="validate-by-input" class="tabset_content front">
<legend class="tabset_label">$legend-by-input</legend>
#display_tasklist()
- <form action="observe" method="get" class="ucn">
+ <form action="observe" method="post" class="ucn">
<p class="instructions">$instruction-by-input</p>
<p>
<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" />
</p>
<div class="options_container">
#set ($param_suffix="input")
Received on Friday, 21 August 2009 11:11:23 UTC