- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Feb 2007 01:56:46 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv27255
Modified Files:
index.html header.html footer.html detailed-form.html
doctype-select.html
Added Files:
detailed-form_directinput.html charset-select.html
Log Message:
[work in progress]
revamping home page UI based on work made for CSS validator and Unicorn:
- usage of tabtastic for the method (uri, upload) choice
- usage ot toggle scripting for extended options
- menu moved to bottom of page, giving most important page
real estate to form interface
--- NEW FILE: detailed-form_directinput.html ---
<tr>
<td><label for="<!--#echo var="fieldset_id" -->-doctype">Use Doctype:</label></td>
<td> <!--#include virtual="doctype-select.html" --></td>
<td> <label for="<!--#echo var="fieldset_id" -->-fbd"><input id="<!--#echo var="fieldset_id" -->-fbd" name="fbd" type="checkbox" value="1" />Only if Doctype is missing</label></td>
</tr>
<tr>
<th rowspan="2">Options (<a title="Explanation for these options" href="docs/users.html#Options">Help</a>):</th>
<td><label title="Show Page Source" for="<!--#echo var="fieldset_id" -->-ss"><input id="<!--#echo var="fieldset_id" -->-ss" name="ss" type="checkbox" value="1" /> Show Source</label></td>
<td><label title="Show an Outline of the document" for="<!--#echo var="fieldset_id" -->-outline"><input id="<!--#echo var="fieldset_id" -->-outline" name="outline" type="checkbox" value="1" /> Show Outline</label></td>
</tr>
<tr>
<td><label title="Validate also pages for which the HTTP status code indicates an error" for="<!--#echo var="fieldset_id" -->-No200"><input id="<!--#echo var="fieldset_id" -->-No200" name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
<td><label title="Show Verbose Output" for="<!--#echo var="fieldset_id" -->-verbose"><input id="<!--#echo var="fieldset_id" -->-verbose" name="verbose" type="checkbox" value="1" checked="checked" /> Verbose Output</label></td>
</tr>
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/index.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- index.html 15 Nov 2006 08:02:45 -0000 1.79
+++ index.html 20 Feb 2007 01:56:44 -0000 1.80
@@ -4,118 +4,90 @@
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
- <div id="head">
+<p id="tagline">
+Check the markup (HTML, XHTML) of Web documents
+</p>
- <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 id="frontforms">
+<ul class="tabset_tabs"><li><a href="#validate-by-uri" class="active">by URI</a></li><li><a href="#validate-by-upload">by File Upload</a></li><li><a href="#validate-by-input">by direct Input</a></li></ul>
+<div id="fields">
+<fieldset id="validate-by-uri" class="tabset_content front"><legend class="tabset_label">Validate by URI</legend>
+ <form method="get" action="check">
+ <p class="instructions">
+ Validate a document online:
+ </p>
+ <p>
+ <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 class="submit_button"><label title="Submit file for validation"><input type="submit" value="Check" /></label></p>
+ </form>
+</fieldset>
- <div class="intro">
- <p><a name="skip" id="skip"></a>
- This is the W3C Markup Validation Service, a free service that checks Web
- documents in formats like HTML and XHTML for conformance to W3C Recommendations
- and other standards.</p>
- <p>
- if you wish to validate specific content such as
+<fieldset id="validate-by-upload" class="tabset_content front"><legend class="tabset_label">Validate by File Upload</legend>
+<form method="post" enctype="multipart/form-data" action="check">
+ <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 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
+ Explorer on some versions of Windows XP Service Pack 2, see our
+ <a href="http://www.w3.org/QA/2005/01/Validator-IE_WinXP_SP2">information page</a>
+ 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 />
+
+ <textarea id="fragment" name="fragment" rows="12" cols="70"></textarea>
+ <br /><label for="parsemodel">Treat as:</label>
+ <select id="parsemodel" name="parsemodel">
+ <option value="sgml">HTML</option>
+ <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 class="submit_button">
+ <input type="submit" value="Validate this document" />
+ <input type="reset" value="Reset this form" />
+ </p>
+
+ </form>
+ </fieldset>
+ </div><!-- fields -->
+ </div> <!-- frontforms -->
+<div class="intro">
+ <p>
+ This validator checks markup 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/">RSS/Atom feeds</a> or
<a href="http://jigsaw.w3.org/css-validator/">CSS stylesheets</a>
or to <a href="http://validator.w3.org/checklink">find broken links</a>,
there are <a href="http://www.w3.org/QA/Tools/">other validators and tools</a> available.
</p>
- </div>
-
-
- <div>
- <h2>Validate Your Markup</h2>
-
- <fieldset class="front" id="validate-by-uri"><legend>Validate by URL</legend>
- <form method="get" action="check">
- <p>
- <label title="Address of page to Validate" for="uri">Address:
- <input id="uri" name="uri" size="40" /></label>
- <label title="Submit URL for validation"><input type="submit" value="Check" /></label>
- </p>
- </form>
- <p>
- Enter the <abbr title="Uniform Resource Locator">URL</abbr> of the page
- you want to check. Advanced options are available from the <a
- title="Extended Interface to the W3C Markup Validation Service"
- href="detailed.html">Extended Interface</a>.
- </p>
- </fieldset>
- <br />
- <fieldset class="front" id="validate-by-upload"><legend>Validate by File Upload</legend>
- <form method="post" enctype="multipart/form-data" action="check">
- <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>
- <label title="Submit file for validation"><input type="submit" value="Check" /></label>
- </p>
- </form>
- <p>
- Select the file you want to upload and check. Advanced options are
- available from the <a
- title="File Upload Interface to the W3C Markup Validation Service"
- href="file-upload.html">Extended File Upload Interface</a>.
- </p>
- <p><strong>Note</strong>: file upload may not work with Internet
- Explorer on some versions of Windows XP Service Pack 2, see our
- <a href="http://www.w3.org/QA/2005/01/Validator-IE_WinXP_SP2">information page</a>
- on the W3C QA Website.</p>
- </fieldset>
- <br />
- <fieldset class="front" id="validate-by-input"><legend>Validate by Direct Input</legend>
- <form method="post" enctype="multipart/form-data" action="check">
- <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" id="fragment"></textarea></label><br />
- <label title="Submit markup for validation"><input type="submit" value="Check" /></label>
- </p>
- </form>
- <p>Only complete documents (along with a
- <a href="docs/help.html#faq-doctype">Doctype declaration</a>) will be validated.
- Advanced options are available from the
- <a href="fragment-upload.html">Extended Direct Input Interface</a>.</p>
- </fieldset>
-
- </div>
-
- <div id="recent">
- <h2>Recent Updates</h2>
- <dl id="news">
-
- <dt><a href="whatsnew.html#t2006-11-14">2006-11-14</a>: Markup Validator v0.7.4 Released</dt>
- <dd>
- Maintenance release of the Markup Validator, including bug fixes to the API,
- documentation updates and the return of the outline feature.
- </dd>
- <dt><a href="whatsnew.html#t2006-10-23">2006-10-23</a>: Markup Validator v0.7.3 Released</dt>
- <dd>
- Maintenance release of the Markup Validator, including fixes, updates, and adding an
- experimental API to interface the validator with other programs and services.
- </dd>
-
- </dl>
- <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.
- News for this service are also available as <a href="whatsnew.atom">an ATOM feed</a>.
- </p>
- </div>
-
-
+ <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="footer.html" -->
- </body>
-</html>
-
--- NEW FILE: charset-select.html ---
<select id="<!--#echo var="fieldset_id" -->-charset" name="charset">
<option value="(detect automatically)" selected="selected">(detect automatically)</option>
<option value="utf-8">utf-8 (Unicode, worldwide)</option>
<option value="utf-16">utf-16 (Unicode, worldwide)</option>
<option value="iso-8859-1">iso-8859-1 (Western Europe)</option>
<option value="iso-8859-2">iso-8859-2 (Central Europe)</option>
<option value="iso-8859-3">iso-8859-3 (Southern Europe)</option>
<option value="iso-8859-4">iso-8859-4 (North European)</option>
<option value="iso-8859-5">iso-8859-5 (Cyrillic)</option>
<option value="iso-8859-6-i">iso-8859-6-i (Arabic)</option>
<option value="iso-8859-7">iso-8859-7 (Greek)</option>
<option value="iso-8859-8">iso-8859-8 (Hebrew, visual)</option>
<option value="iso-8859-8-i">iso-8859-8-i (Hebrew, logical)</option>
<option value="iso-8859-9">iso-8859-9 (Turkish)</option>
<option value="iso-8859-10">iso-8859-10 (Latin 6)</option>
<option value="iso-8859-11">iso-8859-11 (Latin/Thai)</option>
<option value="iso-8859-13">iso-8859-13 (Latin 7, Baltic Rim)</option>
<option value="iso-8859-14">iso-8859-14 (Latin 8, Celtic)</option>
<option value="iso-8859-15">iso-8859-15 (Latin 9)</option>
<option value="iso-8859-16">iso-8859-16 (Latin 10)</option>
<option value="us-ascii">us-ascii (basic English)</option>
<option value="euc-jp">euc-jp (Japanese, Unix)</option>
<option value="shift_jis">shift_jis (Japanese, Win/Mac)</option>
<option value="iso-2022-jp">iso-2022-jp (Japanese, email)</option>
<option value="euc-kr">euc-kr (Korean)</option>
<option value="ksc_5601">ksc_5601 (Korean)</option>
<option value="gb2312">gb2312 (Chinese, simplified)</option>
<option value="gb18030">gb18030 (Chinese, simplified)</option>
<option value="big5">big5 (Chinese, traditional)</option>
<option value="tis-620">tis-620 (Thai)</option>
<option value="koi8-r">koi8-r (Russian)</option>
<option value="koi8-u">koi8-u (Ukrainian)</option>
<option value="iso-ir-111">iso-ir-111 (Cyrillic KOI-8)</option>
<option value="macintosh">macintosh (MacRoman)</option>
<option value="windows-1250">windows-1250 (Central Europe)</option>
<option value="windows-1251">windows-1251 (Cyrillic)</option>
<option value="windows-1252">windows-1252 (Western Europe)</option>
<option value="windows-1253">windows-1253 (Greek)</option>
<option value="windows-1254">windows-1254 (Turkish)</option>
<option value="windows-1255">windows-1255 (Hebrew)</option>
<option value="windows-1256">windows-1256 (Arabic)</option>
<option value="windows-1257">windows-1257 (Baltic Rim)</option>
</select>
Index: header.html
===================================================================
RCS file: /sources/public/validator/htdocs/header.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- header.html 15 Nov 2006 08:02:45 -0000 1.43
+++ header.html 20 Feb 2007 01:56:44 -0000 1.44
@@ -1,12 +1,19 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title><!--#echo var="title" --></title>
+ <title><!--#echo var="title" --></title>
<link rev="made" href="mailto:www-validator@w3.org" />
- <link rev="start" href="<!--#echo var="relroot" -->" title="Home Page" />
- <style type="text/css" media="all">@import "<!--#echo var="relroot" -->base.css";</style>
+ <link rev="start" href="./" title="Home Page" />
+ <style type="text/css" media="all">@import "<!--#echo var="relroot" -->style/base.css";
+</style>
+ <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/tabtastic/addclasskillclass.js"></script>
+ <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/tabtastic/attachevent.js"></script>
+ <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/tabtastic/addcss.js"></script>
+ <script type="text/javascript" src="<!--#echo var="relroot" -->scripts/tabtastic/tabtastic.js"></script>
+ <script src="<!--#echo var="relroot" -->scripts/toggle.js" type="text/javascript"></script>
+ <meta name="revision" content="$Id$" />
<meta name="keywords" content="HTML, HyperText Markup Language, Validation,
W3C Markup Validation Service" />
<meta name="description" content="W3C's easy-to-use
@@ -16,24 +23,13 @@
<link rel="alternate" type="application/atom+xml" href="whatsnew.atom" />
<!--#endif -->
<!-- SSI Template Version: $Id$ -->
+
</head>
<body>
- <div id="banner">
- <h1 id="title">
- <a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a>
- <a href="http://www.w3.org/QA/"><img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a>
- Markup Validation Service</h1>
- <span id="versioninfo"><abbr title="version">v</abbr> 0.8-<abbr title="development">dev</abbr> </span>
- </div>
- <ul class="navbar" id="menu">
- <li><span class="hideme"><a href="#skip" accesskey="2" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
- <a href="<!--#echo var="relroot" -->" accesskey="1" title="Go to the Home Page for The W3C Markup Validation Service"><strong>Home</strong></a></li>
- <li><a href="<!--#echo var="relroot" -->about.html" title="Information About this Service">About...</a></li>
- <li><a href="<!--#echo var="relroot" -->whatsnew.html" title="The changes made to this service recently">News</a></li>
- <li><a href="<!--#echo var="relroot" -->docs/" accesskey="3" title="Documentation for this Service">Docs</a></li>
- <li><a href="<!--#echo var="relroot" -->docs/help.html" title="Help and answers to frequently asked questions">Help & <acronym title="Frequently Asked Questions">FAQ</acronym></a></li>
- <li><a href="<!--#echo var="relroot" -->feedback.html" accesskey="4" title="How to provide feedback on this service">Feedback</a></li>
- </ul>
+ <div id="banner">
+ <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a>
+ <a href="<!--#echo var="relroot" -->"><img src="<!--#echo var="relroot" -->images/markup_validation_service.png" alt="Markup Validation Service" /></a></h1>
+ </div>
+
- <div id="main"><!-- This DIV encapsulates everything in this page - necessary for the positioning -->
Index: doctype-select.html
===================================================================
RCS file: /sources/public/validator/htdocs/doctype-select.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- doctype-select.html 10 Oct 2006 09:35:32 -0000 1.6
+++ doctype-select.html 20 Feb 2007 01:56:44 -0000 1.7
@@ -1,4 +1,4 @@
-<select id="doctype" name="doctype">
+<select id="<!--#echo var="fieldset_id" -->-doctype" name="doctype">
<option value="Inline" selected="selected">(detect automatically)</option>
<option value="XHTML 1.0 Strict">XHTML 1.0 Strict</option>
<option value="XHTML 1.0 Transitional">XHTML 1.0 Transitional</option>
Index: footer.html
===================================================================
RCS file: /sources/public/validator/htdocs/footer.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- footer.html 31 Mar 2006 05:48:01 -0000 1.12
+++ footer.html 20 Feb 2007 01:56:44 -0000 1.13
@@ -1,28 +1,49 @@
- </div><!-- End of "main" DIV. -->
+<ul class="navbar" id="menu">
+ <li><span class="hideme"><a href="#skip" accesskey="2" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
+ <a href="<!--#echo var="relroot" -->" accesskey="1" title="Go to the Home Page for The W3C Markup Validation Service"><strong>Home</strong></a></li>
+ <li><a href="<!--#echo var="relroot" -->about.html" title="Information About this Service">About...</a></li>
+ <li><a href="<!--#echo var="relroot" -->whatsnew.html" title="The changes made to this service recently">News</a></li>
+ <li><a href="<!--#echo var="relroot" -->docs/" accesskey="3" title="Documentation for this Service">Docs</a></li>
+ <li><a href="<!--#echo var="relroot" -->docs/help.html" title="Help and answers to frequently asked questions">Help & <acronym title="Frequently Asked Questions">FAQ</acronym></a></li>
+ <li><a href="<!--#echo var="relroot" -->feedback.html" accesskey="4" title="How to provide feedback on this service">Feedback</a></li>
+</ul>
-<address>
- <a href="<!--#echo var="relroot" -->check?uri=referer"><img
- src="http://www.w3.org/Icons/valid-xhtml10" height="31" width="88"
- alt="Valid XHTML 1.0!" /></a>
- Feedback:
- <a title="Send Feedback for the W3C Markup Validation Service"
- href="<!--#echo var="relroot" -->feedback.html">The W3C Validator Team</a><br />
- <!--#echo var="date" -->
- <!-- SSI Template Version: $Id$ -->
- </address>
- <p class="copyright">
- <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2006
- <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
- (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
- <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
- <a href="http://www.keio.ac.jp/">Keio</a>),
- All Rights Reserved.
- W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
- <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
- <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
- and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
- rules apply. Your interactions with this site are in accordance
- with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
- <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
- statements.
- </p>
+ <p id="activity_logos">
+ <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more">
+
+ <img src="http://www.w3.org/QA/2002/12/qa.png" alt="QA" />
+ </a>
+ <a href="http://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"></a>
+ </p>
+
+ <p id="support_logo">
+ Support this tool, become a<br />
+ <a href="http://www.w3.org/Consortium/supporters">
+ <img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" />
+
+ </a>
+ </p>
+
+ <p class="copyright">
+ <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2007
+ <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
+
+ (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
+ <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
+ <a href="http://www.keio.ac.jp/">Keio</a>),
+ All Rights Reserved.
+ W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
+ <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
+ <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
+
+ and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
+
+ rules apply. Your interactions with this site are in accordance
+ with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
+ <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
+ statements.
+ </p>
+
+ </body>
+
+</html>
Index: detailed-form.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed-form.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- detailed-form.html 13 Nov 2006 04:13:13 -0000 1.8
+++ detailed-form.html 20 Feb 2007 01:56:44 -0000 1.9
@@ -1,65 +1,39 @@
- <tr>
- <th><label for="charset">Encoding:</label></th>
- <td>
- <select id="charset" name="charset">
- <option value="(detect automatically)" selected="selected">(detect automatically)</option>
- <option value="utf-8">utf-8 (Unicode, worldwide)</option>
- <option value="utf-16">utf-16 (Unicode, worldwide)</option>
- <option value="iso-8859-1">iso-8859-1 (Western Europe)</option>
- <option value="iso-8859-2">iso-8859-2 (Central Europe)</option>
- <option value="iso-8859-3">iso-8859-3 (Southern Europe)</option>
- <option value="iso-8859-4">iso-8859-4 (North European)</option>
- <option value="iso-8859-5">iso-8859-5 (Cyrillic)</option>
- <option value="iso-8859-6-i">iso-8859-6-i (Arabic)</option>
- <option value="iso-8859-7">iso-8859-7 (Greek)</option>
- <option value="iso-8859-8">iso-8859-8 (Hebrew, visual)</option>
- <option value="iso-8859-8-i">iso-8859-8-i (Hebrew, logical)</option>
- <option value="iso-8859-9">iso-8859-9 (Turkish)</option>
- <option value="iso-8859-10">iso-8859-10 (Latin 6)</option>
- <option value="iso-8859-11">iso-8859-11 (Latin/Thai)</option>
- <option value="iso-8859-13">iso-8859-13 (Latin 7, Baltic Rim)</option>
- <option value="iso-8859-14">iso-8859-14 (Latin 8, Celtic)</option>
- <option value="iso-8859-15">iso-8859-15 (Latin 9)</option>
- <option value="iso-8859-16">iso-8859-16 (Latin 10)</option>
- <option value="us-ascii">us-ascii (basic English)</option>
- <option value="euc-jp">euc-jp (Japanese, Unix)</option>
- <option value="shift_jis">shift_jis (Japanese, Win/Mac)</option>
- <option value="iso-2022-jp">iso-2022-jp (Japanese, email)</option>
- <option value="euc-kr">euc-kr (Korean)</option>
- <option value="ksc_5601">ksc_5601 (Korean)</option>
- <option value="gb2312">gb2312 (Chinese, simplified)</option>
- <option value="gb18030">gb18030 (Chinese, simplified)</option>
- <option value="big5">big5 (Chinese, traditional)</option>
- <option value="tis-620">tis-620 (Thai)</option>
- <option value="koi8-r">koi8-r (Russian)</option>
- <option value="koi8-u">koi8-u (Ukrainian)</option>
- <option value="iso-ir-111">iso-ir-111 (Cyrillic KOI-8)</option>
- <option value="macintosh">macintosh (MacRoman)</option>
- <option value="windows-1250">windows-1250 (Central Europe)</option>
- <option value="windows-1251">windows-1251 (Cyrillic)</option>
- <option value="windows-1252">windows-1252 (Western Europe)</option>
- <option value="windows-1253">windows-1253 (Greek)</option>
- <option value="windows-1254">windows-1254 (Turkish)</option>
- <option value="windows-1255">windows-1255 (Hebrew)</option>
- <option value="windows-1256">windows-1256 (Arabic)</option>
- <option value="windows-1257">windows-1257 (Baltic Rim)</option>
- </select>
- </td>
- <td><label for="fbc"><input id="fbc" name="fbc" type="checkbox" value="1" /> Use Fallback instead of Override</label></td>
- </tr>
- <tr>
- <th><label for="doctype">Doctype:</label></th>
- <td>
-<!--#include virtual="doctype-select.html" -->
- </td>
- <td><label for="fbd"><input id="fbd" name="fbd" type="checkbox" value="1" /> Use Fallback instead of Override</label></td>
- </tr>
- <tr>
- <th rowspan="2">Options (<a title="Explanation for these options" href="docs/users.html#Options">Help</a>):</th>
- <td><label title="Show Page Source" for="ss"><input id="ss" name="ss" type="checkbox" value="1" /> Show Source</label></td>
- <td><label title="Show an Outline of the document" for="outline"><input id="outline" name="outline" type="checkbox" value="1" /> Show Outline</label></td>
+<table>
+ <tr>
+ <th>
+ <label for="<!--#echo var="fieldset_id" -->-charset">Character Encoding</label>
+ </th>
+ <td>
+ <!--#include virtual="charset-select.html" -->
+ </td>
+ <td><input id="<!--#echo var="fieldset_id" -->-fbc" name="fbc" type="checkbox" value="1" /><label for="<!--#echo var="fieldset_id" -->-fbc" title="Use selected Character encoding only if missing in the document">Only if missing</label></td>
+ </tr>
+ <tr>
+ <th>
+ <label for="<!--#echo var="fieldset_id" -->-doctype">Document Type</label>
+ </th>
+ <td>
+ <!--#include virtual="doctype-select.html" -->
+ </td>
+ <td><label for="<!--#echo var="fieldset_id" -->-fbd"><input id="<!--#echo var="fieldset_id" -->-fbd" name="fbd" type="checkbox" value="1" title="Use selected Document Type only if missing in the document" />Only if missing</label></td>
+ </tr>
+ <tr>
+ <td colspan="3"><input type="radio" name="group" id="<!--#echo var="fieldset_id" -->group_no" value="0" checked="checked" /><label for="<!--#echo var="fieldset_id" -->group_no">List Messages Sequentially</label> <input type="radio" name="group" id="<!--#echo var="fieldset_id" -->group_yes" value="1" /><label for="<!--#echo var="fieldset_id" -->group_yes">Group Error Messages by type</label></td>
+
+</tr>
+<tr>
+ <td><label title="Show Page Source" for="<!--#echo var="fieldset_id" -->-ss"><input id="<!--#echo var="fieldset_id" -->-ss" name="ss" type="checkbox" value="1" />Show Source</label></td>
+ <td colspan="2"><input id="<!--#echo var="fieldset_id" -->-st" name="st" type="checkbox" value="1" /><label for="<!--#echo var="fieldset_id" -->-st">Clean up Markup with HTML Tidy</label>
+ </td>
+
+
+
</tr>
<tr>
- <td><label title="Validate also pages for which the HTTP status code indicates an error" for="No200"><input id="No200" name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
- <td><label title="Show Verbose Output" for="verbose"><input id="verbose" name="verbose" type="checkbox" value="1" checked="checked" /> Verbose Output</label></td>
- </tr>
+ <td><input id="<!--#echo var="fieldset_id" -->-outline" name="outline" type="checkbox" value="1" /><label title="Show an Outline of the document" for="<!--#echo var="fieldset_id" -->-outline">Show Outline</label>
+ </td>
+ <td><label title="Validate also pages for which the HTTP status code indicates an error" for="<!--#echo var="fieldset_id" -->-No200"><input id="<!--#echo var="fieldset_id" -->-No200" name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
+
+ <td><label title="Verbose Output" for="<!--#echo var="fieldset_id" -->-verbose"><input id="<!--#echo var="fieldset_id" -->-verbose" name="verbose" type="checkbox" value="0" />Verbose Output</label></td>
+ </tr>
+</table>
\ No newline at end of file
Received on Tuesday, 20 February 2007 01:56:57 UTC