- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Feb 2009 13:55:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs In directory hutz:/tmp/cvs-serv10361 Modified Files: index.html Log Message: fixing relative paths for arrow icons in UI Index: index.html =================================================================== RCS file: /sources/public/validator/htdocs/index.html,v retrieving revision 1.95 retrieving revision 1.96 diff -u -d -r1.95 -r1.96 --- index.html 2 Feb 2009 21:20:18 -0000 1.95 +++ index.html 10 Feb 2009 13:54:58 -0000 1.96 @@ -24,7 +24,7 @@ <input type="text" name="uri" id="uri" size="45" /> </p> <fieldset id="extra_opt_uri" class="moreoptions"> - <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> + <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"><a href="#validate_by_upload+with_options"><img class="toggleicon" src="../images/arrow-closed.png" alt="Show" /> More Options</a></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"><a href="#validate_by_input+with_options"><img class="toggleicon" src="../images/arrow-closed.png" alt="Show" /> More Options</a></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>
Received on Tuesday, 10 February 2009 13:55:10 UTC