validator/htdocs base.css,1.26.2.37,1.26.2.38 detailed-form.html,1.1.2.9,1.1.2.10 detailed.html,1.11.2.7,1.11.2.8 file-upload.html,1.14.2.5,1.14.2.6

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv26037

Modified Files:
      Tag: validator-0_6_0-branch
	base.css detailed-form.html detailed.html file-upload.html 
Log Message:
linking options to relevant explanation


Index: detailed-form.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed-form.html,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -d -r1.1.2.9 -r1.1.2.10
--- detailed-form.html	13 Apr 2004 01:45:57 -0000	1.1.2.9
+++ detailed-form.html	6 May 2004 04:03:24 -0000	1.1.2.10
@@ -1,5 +1,5 @@
           <tr>
-            <th><label for="charset">Encoding:</label></th>
+            <th><label for="charset"><a class="formoptions" href="docs/users.html#option-charset" title="Explanation of the Encoding options">Encoding</a>:</label></th>
             <td>
               <select id="charset" name="charset">
                 <option value="(detect automatically)" selected="selected">(detect automatically)</option>
@@ -42,27 +42,27 @@
                 <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>
+            <td><label for="fbc"><input id="fbc" name="fbc" type="checkbox" value="1" /><a class="formoptions" href="docs/users.html#option-fbc" title="Explanation for this Character encoding fallback option">Use Fallback instead of Override</a></label></td>
           </tr>
           <tr>
-            <th><label for="doctype">Type:</label></th>
+            <th><label for="doctype"><a class="formoptions" href="docs/users.html#option-doctype" title="Explanation for the Type options">Type</a>:</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>
+            <td><label for="fbd"><input id="fbd" name="fbd" type="checkbox" value="1" /><a class="formoptions" href="docs/users.html#option-fbd" title="Explanation for this doctype fallback option">Use Fallback instead of Override</a></label></td>
           </tr>
           <tr>
-            <th rowspan="4">Options:</th>
-            <td><label for="ss"><input id="ss" name="ss" type="checkbox" value="1" /> Show Source</label></td>
-            <td><label for="sp"><input id="sp" name="sp" type="checkbox" value="1" /> Show Parse Tree</label></td>
+            <th rowspan="4"><a class="formoptions" href="docs/users.html#Options" title="How to use the options">Options</a>:</th>
+            <td><label for="ss"><input id="ss" name="ss" type="checkbox" value="1" /><a class="formoptions" href="docs/users.html#option-ss" title="Explanation for the 'Show source' option">Show Source</a></label></td>
+            <td><label for="sp"><input id="sp" name="sp" type="checkbox" value="1" /><a class="formoptions" href="docs/users.html#option-sp" title="Explanation for the 'Show parse tree' option">Show Parse Tree</a></label></td>
           </tr>
           <tr>
-            <td><label for="outline"><input id="outline" name="outline" type="checkbox" value="1" /> Show Outline</label></td>
-            <td><label for="noatt"><input id="noatt" name="noatt" type="checkbox" value="1" /> ...exclude attributes</label></td>
+            <td><label for="outline"><input id="outline" name="outline" type="checkbox" value="1" /><a class="formoptions" href="docs/users.html#option-outline" title="explanation for the 'Show outline' option">Show Outline</a></label></td>
+            <td><label for="noatt"><input id="noatt" name="noatt" type="checkbox" value="1" /><a class="formoptions" href="docs/users.html#option-noatt" title="Explanation for the 'exclude attributes' option">...exclude attributes</a></label></td>
           </tr>
           <tr>
-            <td><label for="No200"><input id="No200" name="No200" type="checkbox" value="1" /> Validate error pages</label></td>
-	    <td><label for="verbose"><input id="verbose" name="verbose" type="checkbox" value="1" checked="checked" /> Verbose Output</label></td>
+            <td><label for="No200"><input id="No200" name="No200" type="checkbox" value="1" /><a class="formoptions" href="docs/users.html#option-no200" title="Explanation for the 'Validate error pages' option">Validate error pages</a></label></td>
+	    <td><label for="verbose"><input id="verbose" name="verbose" type="checkbox" value="1" checked="checked" /><a class="formoptions" href="docs/users.html#option-verbose" title="Explanation for the 'Verbose output' option">Verbose Output</a></label></td>
           </tr>
 <!--
           <tr>

Index: file-upload.html
===================================================================
RCS file: /sources/public/validator/htdocs/file-upload.html,v
retrieving revision 1.14.2.5
retrieving revision 1.14.2.6
diff -u -d -r1.14.2.5 -r1.14.2.6
--- file-upload.html	5 May 2004 22:24:26 -0000	1.14.2.5
+++ file-upload.html	6 May 2004 04:03:24 -0000	1.14.2.6
@@ -14,7 +14,7 @@
       <fieldset><legend>Validate by File Upload</legend>
       <form method="post" enctype="multipart/form-data" action="check">
         <table>
-          <tr><th><label for="uploaded_file">File:</label></th><td colspan="2"><input type="file" id="uploaded_file" name="uploaded_file" size="50" /></td></tr>
+          <tr><th><label for="uploaded_file"><a class="formoptions" href="docs/users.html#QuickStart" title="How to use this form">File</a>:</label></th><td colspan="2"><input type="file" id="uploaded_file" name="uploaded_file" size="50" /></td></tr>
 <!--#include virtual="detailed-form.html" -->
           <tr><td />
             <td><input type="submit" value="Validate this file" /></td>

Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.26.2.37
retrieving revision 1.26.2.38
diff -u -d -r1.26.2.37 -r1.26.2.38
--- base.css	30 Apr 2004 04:05:40 -0000	1.26.2.37
+++ base.css	6 May 2004 04:03:23 -0000	1.26.2.38
@@ -124,7 +124,7 @@
 
 img {vertical-align: middle}
 
-
+a.formoptions {text-decoration: none; color: black; border-bottom: 1px dotted #0000DD}
 
 /* done vs. tbc for the TODO list */
 .done { text-decoration: line-through; }

Index: detailed.html
===================================================================
RCS file: /sources/public/validator/htdocs/detailed.html,v
retrieving revision 1.11.2.7
retrieving revision 1.11.2.8
diff -u -d -r1.11.2.7 -r1.11.2.8
--- detailed.html	5 May 2004 22:24:26 -0000	1.11.2.7
+++ detailed.html	6 May 2004 04:03:24 -0000	1.11.2.8
@@ -16,7 +16,7 @@
       <form method="get" action="check">
         <table>
           <tr><th><label title="Address of page to Validate"
-             for="uri">Address:</label></th><td colspan="2"><input id="uri"
+             for="uri"><a class="formoptions" href="docs/users.html#QuickStart" title="How to use this form">Address</a>:</label></th><td colspan="2"><input id="uri"
              name="uri" size="50" /></td></tr>
         <!--#include virtual="detailed-form.html" -->  
 	<tr>

Received on Thursday, 6 May 2004 00:06:18 UTC