diff options
-rwxr-xr-x | htdocs/detailed.html | 10 | ||||
-rwxr-xr-x | htdocs/index.html | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/htdocs/detailed.html b/htdocs/detailed.html index 678b5d1..db66e62 100755 --- a/htdocs/detailed.html +++ b/htdocs/detailed.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: detailed.html,v 1.19 2007-03-22 05:03:07 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-03-22 05:03:07 $" +<!--#set var="revision" value="\$Id: detailed.html,v 1.20 2007-03-22 05:16:43 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-03-22 05:16:43 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -22,7 +22,7 @@ Check the markup (HTML, XHTML) of Web documents <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 @@ Check the markup (HTML, XHTML) of Web documents <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 @@ Check the markup (HTML, XHTML) of Web documents </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" --> diff --git a/htdocs/index.html b/htdocs/index.html index 212e62b..6a48fb1 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.84 2007-03-22 05:03:06 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-03-22 05:03:06 $" +<!--#set var="revision" value="\$Id: index.html,v 1.85 2007-03-22 05:16:42 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-03-22 05:16:42 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -21,7 +21,7 @@ Check the markup (HTML, XHTML) of Web documents <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 @@ Check the markup (HTML, XHTML) of Web documents <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 @@ Check the markup (HTML, XHTML) of Web documents <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" /> |