- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 22 Mar 2007 05:16:45 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv9719
Modified Files:
index.html detailed.html
Log Message:
oops, wrong path
Index: detailed.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- detailed.html 22 Mar 2007 05:03:07 -0000 1.19
+++ detailed.html 22 Mar 2007 05:16:43 -0000 1.20
@@ -22,7 +22,7 @@
<input type="text" name="uri" id="uri" size="45" />
</p>
<fieldset id="extra_opt_uri" class="moreoptions">
- <legend><a href="./#validate-by-uri" title="hide the options - see the simple interface"><img alt="*" src="../images/arrow-down.gif" /> Options</a> - ( <a title="Explanation for these options" href="docs/users.html#Options">Need Help?</a> ) </legend>
+ <legend><a href="./#validate-by-uri" title="hide the options - see the simple interface"><img alt="*" src="./images/arrow-down.gif" /> Options</a> - ( <a title="Explanation for these options" href="docs/users.html#Options">Need Help?</a> ) </legend>
<!--#set var="fieldset_id" value="uri"-->
<!--#include virtual="detailed-form.html" -->
</fieldset>
@@ -37,7 +37,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><a href="./#validate-by-upload" title="hide the options - see the simple interface"><img alt="*" src="../images/arrow-down.gif" /> Options</a> - ( <a title="Explanation for these options" href="docs/users.html#Options">Need Help?</a> ) </legend>
+ <legend><a href="./#validate-by-upload" title="hide the options - see the simple interface"><img alt="*" src="./images/arrow-down.gif" /> Options</a> - ( <a title="Explanation for these options" href="docs/users.html#Options">Need Help?</a> ) </legend>
<!--#set var="fieldset_id" value="upload"-->
<!--#include virtual="detailed-form.html" -->
</fieldset><!-- invisible -->
@@ -61,7 +61,7 @@
</select>
</p>
<fieldset id="extra_opt_direct" class="moreoptions">
- <legend><a href="./#validate-by-input" title="hide the options - see the simple interface"><img alt="*" src="../images/arrow-down.gif" /> Options</a> - ( <a title="Explanation for these options" href="docs/users.html#Options">Need Help?</a> ) </legend>
+ <legend><a href="./#validate-by-input" title="hide the options - see the simple interface"><img alt="*" src="./images/arrow-down.gif" /> Options</a> - ( <a title="Explanation for these options" href="docs/users.html#Options">Need Help?</a> ) </legend>
<table>
<!--#set var="fieldset_id" value="direct"-->
<!--#include virtual="detailed-form_directinput.html" -->
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- index.html 22 Mar 2007 05:03:06 -0000 1.84
+++ index.html 22 Mar 2007 05:16:42 -0000 1.85
@@ -21,7 +21,7 @@
<label title="Address of page to Validate" for="uri">Address:</label>
<input type="text" name="uri" id="uri" size="45" />
</p>
- <p><a href="detailed.html#validate-by-uri" title="choose options from the detailed interface"><img alt="*" src="../images/arrow-right.gif"/> Options</a></p>
+ <p><a href="detailed.html#validate-by-uri" title="choose options from the detailed interface"><img alt="*" src="./images/arrow-right.gif"/> Options</a></p>
<p class="submit_button"><label title="Submit file for validation"><input type="submit" value="Check" /></label></p>
</form>
</fieldset>
@@ -31,7 +31,7 @@
<p class="instructions">Upload a document for validation:</p>
<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>
- <p><a href="detailed.html#validate-by-upload" title="choose options from the detailed interface"><img alt="*" src="../images/arrow-right.gif"/> Options</a></p>
+ <p><a href="detailed.html#validate-by-upload" title="choose options from the detailed interface"><img alt="*" src="./images/arrow-right.gif"/> Options</a></p>
<p class="submit_button"><label title="Submit file for validation"><input type="submit" value="Check" /></label></p>
</form>
<p><strong>Note</strong>: file upload may not work with Internet
@@ -53,7 +53,7 @@
<option value="xml">XML (and XHTML)</option>
</select>
</p>
- <p><a href="detailed.html#validate-by-input" title="choose options from the detailed interface"><img alt="*" src="../images/arrow-right.gif"/> Options</a></p>
+ <p><a href="detailed.html#validate-by-input" title="choose options from the detailed interface"><img alt="*" src="./images/arrow-right.gif"/> Options</a></p>
<p class="submit_button">
<input type="submit" value="Validate this document" />
Received on Thursday, 22 March 2007 11:59:49 UTC