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