- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Nov 2006 04:13:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US In directory hutz:/tmp/cvs-serv5657/share/templates/en_US Modified Files: opt_show_outline.tmpl soap_disabled.tmpl table.tmpl Log Message: porting 0.7.4 changes to HEAD: * bringing back outline, removing parse tree output Index: opt_show_outline.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/opt_show_outline.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- opt_show_outline.tmpl 8 Sep 2004 16:00:59 -0000 1.2 +++ opt_show_outline.tmpl 13 Nov 2006 04:13:13 -0000 1.3 @@ -4,6 +4,8 @@ Below is an outline for this document, automatically generated from the heading tags (<code><h1></code> through <code><h6></code>.) </p> + + <TMPL_VAR NAME="file_outline"> <p> If this does not look like a real outline, it is likely that the @@ -11,4 +13,7 @@ the logical structure of the document; they should not be used simply to add emphasis, or to change the font size.) </p> + <p>If you want to examine the semantic structure of your documents, beyond the outline, try the + <a href="http://www.w3.org/2003/12/semantic-extractor.html">Semantic data extractor</a>. + </p> </div> Index: table.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- table.tmpl 31 Mar 2006 05:22:10 -0000 1.19 +++ table.tmpl 13 Nov 2006 04:13:13 -0000 1.20 @@ -78,11 +78,8 @@ <legend>Revalidate With Options</legend> <table class="header"> <tr> - <th><input type="submit" value="Revalidate" title="Revalidate file" />: </th> - <td colspan="2"> - <table class="options"> - <tr> - <td><label title="Show Page Source" for="ss"><input type="checkbox" value="1" id="ss" name="ss" + <th rowspan="2"><input type="submit" value="Revalidate" title="Revalidate file" />: </th> + <td><label title="Show Page Source" for="ss"><input type="checkbox" value="1" id="ss" name="ss" <TMPL_IF NAME="opt_show_source"> checked="checked" </TMPL_IF> @@ -94,18 +91,6 @@ />Show Outline</label></td> </tr> <tr> - <td><label title="Show Parse Tree" for="sp"><input type="checkbox" value="1" id="sp" name="sp" -<TMPL_IF NAME="opt_show_parsetree"> - checked="checked" -</TMPL_IF> - />Show Parse Tree</label></td> - <td><label title="Exclude Attributes from Parse Tree" for="noatt"><input type="checkbox" value="1" id="noatt" name="noatt" -<TMPL_IF NAME="opt_show_noatt"> - checked="checked" -</TMPL_IF> - />...no attributes</label></td> - </tr> - <tr> <td><label title="Validate also pages for which the HTTP status code indicates an error" for="No200"><input type="checkbox" value="1" id="No200" name="No200" <TMPL_IF NAME="opt_no200"> checked="checked" @@ -117,9 +102,7 @@ </TMPL_IF> />Verbose Output</label></td> </tr> - </table> - </td> - </tr> + </table> <div class="moreinfo"> <p> Index: soap_disabled.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/soap_disabled.tmpl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- soap_disabled.tmpl 10 Nov 2006 01:57:58 -0000 1.1 +++ soap_disabled.tmpl 13 Nov 2006 04:13:13 -0000 1.2 @@ -0,0 +1,18 @@ +<!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>Service Not Available - W3C Markup Validator</title> + </head> +<body> +<h1>Service Not Available (503)</h1> + +<p>The Web Service API is not enabled on this instance of the Markup Validator.</p> +<p>If you are the administrator of this service, you can switch the service on by changing the line :<br /> +<code>Enable SOAP = no</code><br /> +to <br /> +<code>Enable SOAP = yes</code><br /> +in your validator.conf configuration file.</p> + +</body> +</html>
Received on Monday, 13 November 2006 04:13:27 UTC