- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Nov 2006 02:41:20 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv18587/share/templates/en_US
Modified Files:
Tag: validator-0_7-branch
table.tmpl
Log Message:
* Simplifying markup of options table in results page
* removing checkboxes for legacy options
* adding explanatory tooltips in "extended interface" option table
Index: table.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/table.tmpl,v
retrieving revision 1.17.2.2
retrieving revision 1.17.2.3
diff -u -d -r1.17.2.2 -r1.17.2.3
--- table.tmpl 11 Feb 2006 12:38:46 -0000 1.17.2.2
+++ table.tmpl 9 Nov 2006 02:41:18 -0000 1.17.2.3
@@ -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>
Received on Thursday, 9 November 2006 02:41:35 UTC