- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 Feb 2009 21:20:20 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs In directory hutz:/tmp/cvs-serv21656 Modified Files: footer.html index.html Log Message: Addressing http://www.w3.org/Bugs/Public/show_bug.cgi?id=5440 and making the "arrow" image clickable to toggle options. Cleaning up the javascript used to toggle options a bit in the process, getting rid of one of the ugliest instances of innerHTML there. Index: index.html =================================================================== RCS file: /sources/public/validator/htdocs/index.html,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- index.html 19 Mar 2008 18:54:15 -0000 1.94 +++ index.html 2 Feb 2009 21:20:18 -0000 1.95 @@ -24,7 +24,7 @@ <input type="text" name="uri" id="uri" size="45" /> </p> <fieldset id="extra_opt_uri" class="moreoptions"> - <legend class="toggletext">More Options</legend> + <legend class="toggletext"><a href="#validate_by_uri+with_options"><img id="toggleiconURI" class="toggleicon" src="../images/arrow-closed.png" alt="Show" /> More Options</a></legend> <div class="options"> <!--#set var="fieldset_id" value="uri"--> @@ -46,7 +46,7 @@ <p><label title="Choose a Local File to Upload and Validate" for="uploaded_file">File:</label> <input type="file" id="uploaded_file" name="uploaded_file" size="30" /></p> <fieldset id="extra_opt_upload" class="moreoptions"> - <legend class="toggletext">More Options</legend> + <legend class="toggletext"><a href="#validate_by_upload+with_options"><img class="toggleicon" src="../images/arrow-closed.png" alt="Show" /> More Options</a></legend> <div class="options"> <!--#set var="fieldset_id" value="upload"--> <!--#include virtual="detailed-form.html" --> @@ -76,7 +76,7 @@ </select> --> </p> <fieldset id="extra_opt_direct" class="moreoptions"> - <legend class="toggletext">More Options</legend> + <legend class="toggletext"><a href="#validate_by_input+with_options"><img class="toggleicon" src="../images/arrow-closed.png" alt="Show" /> More Options</a></legend> <div class="options"> <table> Index: footer.html =================================================================== RCS file: /sources/public/validator/htdocs/footer.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- footer.html 11 Dec 2008 13:46:27 -0000 1.37 +++ footer.html 2 Feb 2009 21:20:18 -0000 1.38 @@ -8,8 +8,8 @@ <div id="footer"> <p id="activity_logos"> - <a href="http://www.w3.org/Status" title="W3C's Open Source, bringing you free Web quality tools and more"><img src="http://www.w3.org/Icons/WWW/w3c_home_nb" alt="W3C" /><img src="http://www.opensource.org/trademarks/opensource/web/opensource-55x48.jpg" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" /></a> - </p> + <a href="http://www.w3.org/Status" title="W3C's Open Source, bringing you free Web quality tools and more"><img src="http://www.w3.org/Icons/WWW/w3c_home_nb" alt="W3C" /><img src="http://www.opensource.org/trademarks/opensource/web/opensource-55x48.jpg" alt="Open-Source" title="We are building certified Open Source/Free Software. - see www.opensource.org" /></a> + </p> <p id="support_logo"> <a href="http://www.w3.org/QA/Tools/Donate">
Received on Monday, 2 February 2009 21:20:30 UTC