- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 May 2005 04:30:41 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs In directory hutz:/tmp/cvs-serv25035 Modified Files: index.html Log Message: Reclaiming some vertical screen real estate by moving the "validate by X, Y, Z" paragraph to a list in jumpbar, plus a markup fix... Index: index.html =================================================================== RCS file: /sources/public/validator/htdocs/index.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- index.html 14 Apr 2005 06:41:57 -0000 1.68 +++ index.html 16 May 2005 04:30:39 -0000 1.69 @@ -4,6 +4,20 @@ --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> + <div id="head"> + + <div id="jumpbar"> + Validate: + <ul> + <li><a href="#validate-by-uri" title="validate an online document by entering their URL">by URL</a></li> + <li><a href="#validate-by-upload" title="validate a local document by uploading it to the validator">by File Upload</a></li> + <li><a href="#validate-by-input" title="validate a local document by pasting its source in a text field">by direct Input</a></li> + </ul> + </div> + + + </div><!-- end of "head" --> + <div class="intro"> <p><a name="skip" id="skip"></a> @@ -16,13 +30,6 @@ <div> <h2>Validate Your Markup</h2> - <p class="navigate"> - Validate your documents: - <a href="#validate-by-uri">by URI</a> | - <a href="#validate-by-upload">by File Upload</a> | - <a href="#validate-by-input">by direct Input</a> - </p> - <fieldset class="front" id="validate-by-uri"><legend>Validate by URL</legend> <form method="get" action="check"> <p> @@ -64,7 +71,7 @@ <p>Input the markup you would like to validate in the text area below:</p> <p> <label title="Paste a complete (HTML) Document here" for="fragment"> - <textarea cols="75" rows="12" name="fragment"></textarea></label><br /> + <textarea cols="75" rows="12" name="fragment" id="fragment"></textarea></label><br /> <label title="Submit markup for validation"><input type="submit" value="Check" /></label> </p> </form>
Received on Monday, 16 May 2005 05:22:50 UTC