- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Sep 2009 14:34:22 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates
In directory hutz:/tmp/cvs-serv26652/WebContent/WEB-INF/resources/templates
Modified Files:
index.vm
Log Message:
moved submit_button macro
Index: index.vm
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/index.vm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- index.vm 7 Sep 2009 16:36:35 -0000 1.5
+++ index.vm 9 Sep 2009 14:34:20 -0000 1.6
@@ -3,14 +3,6 @@
#set ($js = ['scripts/mootools-1.2.3-core-nc.js', 'scripts/mootools-1.2.3.1-more.js', 'scripts/w3c_unicorn_index.js'])
#parse( 'head.vm' )
-#macro (submit_button)
- <div class="submit">
- <input type="hidden" name="${param_prefix}lang" value="$lang" class="lang" />
- <input type="hidden" name="${param_prefix}task" value="$current_task.getID()" class="task" />
- <input type="submit" value="$submit" />
- </div>
-#end
-
#if ($messages)
#displayMessages($messages)
#end
Received on Wednesday, 9 September 2009 14:34:30 UTC