- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 22 Oct 2009 17:29:03 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates In directory hutz:/tmp/cvs-serv17455/WebContent/WEB-INF/resources/templates Modified Files: index.vm Log Message: added class=ucn_form to the 3 main forms Index: index.vm =================================================================== RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/resources/templates/index.vm,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- index.vm 22 Oct 2009 17:24:38 -0000 1.22 +++ index.vm 22 Oct 2009 17:29:01 -0000 1.23 @@ -31,7 +31,7 @@ </div> </fieldset> </form> - <form action="check" method="get" id="validate-by-uri"> + <form action="check" method="get" id="validate-by-uri" class="ucn_form"> <fieldset> <legend>$legend-by-uri</legend> <div class="input"> @@ -46,7 +46,7 @@ #submit_button </fieldset> </form> - <form action="check" method="post" enctype="multipart/form-data" id="validate-by-upload"> + <form action="check" method="post" enctype="multipart/form-data" id="validate-by-upload" class="ucn_form"> <fieldset> <legend>$legend-by-upload</legend> <div class="input"> @@ -61,7 +61,7 @@ #submit_button </fieldset> </form> - <form action="check" method="post" id="validate-by-input"> + <form action="check" method="post" id="validate-by-input" class="ucn_form"> <fieldset> <legend>$legend-by-input</legend> <div class="input">
Received on Thursday, 22 October 2009 17:29:07 UTC