diff options
Diffstat (limited to 'htdocs/index.html')
-rwxr-xr-x | htdocs/index.html | 43 |
1 files changed, 9 insertions, 34 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 2390817..212e62b 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.83 2007-03-01 02:46:56 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-03-01 02:46:56 $" +<!--#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="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -21,11 +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> - <fieldset id="extra_opt_uri" class="moreoptions alttoggle closed"> - <legend class="toggletext">More Options</legend> - <!--#set var="fieldset_id" value="uri"--> - <!--#include virtual="detailed-form.html" --> - </fieldset><!-- invisible --> + <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> @@ -35,11 +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> - <fieldset id="extra_opt_upload" class="moreoptions alttoggle closed"> - <legend class="toggletext">More Options</legend> - <!--#set var="fieldset_id" value="upload"--> - <!--#include virtual="detailed-form.html" --> - </fieldset><!-- invisible --> + <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 @@ -48,6 +40,8 @@ Check the markup (HTML, XHTML) of Web documents on the W3C QA Website.</p> </fieldset> + + <fieldset id="validate-by-input" class="tabset_content front"><legend class="tabset_label">Validate by direct input</legend> <form method="post" enctype="multipart/form-data" action="check"> <p class="instructions"><label title="Paste a complete (HTML) Document here" for="fragment">Enter the Markup (Full Document) to validate</label>:<br /> @@ -59,13 +53,7 @@ Check the markup (HTML, XHTML) of Web documents <option value="xml">XML (and XHTML)</option> </select> </p> - <fieldset id="extra_opt_direct" class="moreoptions alttoggle closed"> - <legend class="toggletext">More Options</legend> - <table> - <!--#set var="fieldset_id" value="direct"--> - <!--#include virtual="detailed-form_directinput.html" --> - </table> - </fieldset><!-- invisible --> + <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" /> @@ -76,20 +64,7 @@ Check the markup (HTML, XHTML) of Web documents </fieldset> </div><!-- fields --> </div> <!-- frontforms --> -<div class="intro"> - <p> - This validator checks the - <a href="docs/help.html#validation_basics" title="What is markup validation?">markup validity</a> - of Web documents in HTML, XHTML, SMIL, MathML, etc. - If you wish to validate specific content such as - <a href="http://validator.w3.org/feed/" title="Feed validator, hosted at W3C">RSS/Atom feeds</a> or - <a href="http://jigsaw.w3.org/css-validator/" title="W3C CSS Validation Service">CSS stylesheets</a> - or to <a href="http://validator.w3.org/checklink" title="W3C Link Checker">find broken links</a>, - there are <a href="http://www.w3.org/QA/Tools/">other validators and tools</a> available. - </p> - <p>This is the markup Validator v0.8.0-dev. - Latest Stable release of the validator was - <a href="whatsnew.html#t2006-11-14">version 0.7.4, released 14 Nov, 2006</a>.</p> -</div> + <!--#include virtual="intro.html" --> + <!--#include virtual="footer.html" --> |