diff options
author | link <link@localhost> | 2002-12-01 13:40:33 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-12-01 13:40:33 +0000 |
commit | aa31a7e02ed8c5160a7c6b66234e4be9caa51fe6 (patch) | |
tree | 821e0c46e3f1f97e3c772c307318a91310bf114d /htdocs/index.html | |
parent | fd1cf4dbfa6f7fc6c71b0630974705443e959bcb (diff) | |
download | markup-validator-aa31a7e02ed8c5160a7c6b66234e4be9caa51fe6.zip markup-validator-aa31a7e02ed8c5160a7c6b66234e4be9caa51fe6.tar.gz markup-validator-aa31a7e02ed8c5160a7c6b66234e4be9caa51fe6.tar.bz2 |
Merging from validator-0_6_0-branch (at tag validator-0_6_1-release) to
HEAD. Superficially ok, but probably needs tweaking for merge breakage.
Diffstat (limited to 'htdocs/index.html')
-rwxr-xr-x | htdocs/index.html | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 62105da..2d0638b 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.55 2002-10-27 10:22:18 link Exp $" ---><!--#set var="date" value="\$Date: 2002-10-27 10:22:18 $" +<!--#set var="revision" value="\$Id: index.html,v 1.56 2002-12-01 13:40:32 link Exp $" +--><!--#set var="date" value="\$Date: 2002-12-01 13:40:32 $" --><!--#set var="title" value="The W3C MarkUp Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -23,29 +23,31 @@ <p> <label title="Address of page to Validate" for="uri">Address: <input id="uri" name="uri" size="40" /></label> - <input type="submit" value="Validate URL..." /> </p> <p> <label title="Choose a Local File to Upload and Validate" for="uploaded_file">Local File: - <input type="file" id="uploaded_file" name="uploaded_file" size="30" /></label> - <input type="submit" value="Validate File..." /> + <input type="file" id="uploaded_file" name="uploaded_file" size="40" /></label> + </p> + <p> + <label title="Reset fields to default values"><input class="reset" type="reset" value="Reset Form" /></label> + <label title="Submit file for validation"><input class="default" type="submit" value="Validate File" /></label> </p> </form> </div> - <div> - <h2><a name="recent">Recent Updates</a></h2> + <div id="recent"> + <h2>Recent Updates</h2> <p class="intro"> These are the most recent major changes to this service. See "<a href="whatsnew.html">What's New</a>" for more details. </p> <dl> - <dt><a href="whatsnew.html#2002-10-22">October 22, 2002</a></dt> + <dt><a href="whatsnew.html#2002-12-01">December 01, 2002</a></dt> + <dd>Maintenance release to fix minor bugs.</dd> + <dt><a href="whatsnew.html#2002-11-26">November 26, 2002</a></dt> <dd>Internal restructuring and new DTDs added. Bug fixes.</dd> <dt><a href="whatsnew.html#2001-10-06">October 06, 2001</a></dt> <dd>Finished web site redesign and added Tip-of-the-Day.</dd> - <dt><a href="whatsnew.html#2001-09-24">September 26, 2001</a></dt> - <dd>Added experimental support for SVG 1.0 and spec-prod 2.0.</dd> </dl> </div> |