diff options
Diffstat (limited to 'htdocs/detailed.html')
-rwxr-xr-x | htdocs/detailed.html | 10 |
1 files changed, 5 insertions, 5 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" --> |