validator/share/templates/en_US docs_errors.tmpl,1.2,1.3

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv29641

Modified Files:
	docs_errors.tmpl 
Log Message:
adding minimal TOC and id for quick access to every message

Index: docs_errors.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/docs_errors.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- docs_errors.tmpl	18 Mar 2005 06:37:30 -0000	1.2
+++ docs_errors.tmpl	31 Mar 2005 21:28:53 -0000	1.3
@@ -5,15 +5,12 @@
 --><!--#include virtual="../header.html" -->
 
 <h2>Explanation of the error messages<br /> for the W3C Markup Validator</h2>
-    <p>
-      These error explanations were originally written by Scott Bigham,
-      and are used here with his permission.
-    </p>
 
 <h3 id="TableOfContents">Table of Contents</h3>
   <div id="toc">
     <ul>
-	<li>...</li>
+	<li><a href="#hasverbose">Error messages with explanation</a></li>
+	<li><a href="#noverbose">Error messages without explanation</a></li>
     </ul>
   </div>
 
@@ -23,10 +20,10 @@
 
       <dl>
       <TMPL_LOOP NAME="list_errors_hasverbose">
-        <dt><TMPL_VAR NAME="id">: <TMPL_VAR NAME="original"></dt>
+        <dt id="ve-<TMPL_VAR NAME="id">"><TMPL_VAR NAME="id">: <TMPL_VAR NAME="original"></dt>
         <dd><TMPL_VAR NAME="verbose">
 	<p>
-	  <a href="feedback.html?errmsg_id=<TMPL_VAR NAME="id">#errormsg"
+	  <a href="../feedback.html?errmsg_id=<TMPL_VAR NAME="id">#errormsg"
 	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
 	</p>
 	</dd>  
@@ -38,9 +35,8 @@
     <a href="../feedback.html#errormsg">feedback channels</a> to send your suggestions.</p>
     <ul>
 	<TMPL_LOOP NAME="list_errors_noverbose">
-        <li><p><TMPL_VAR NAME="id">: <TMPL_VAR NAME="original"></p>
-	<p class="helpwanted">
-	  <a href="feedback.html?errmsg_id=<TMPL_VAR NAME="id">#errormsg"
+        <li id="ve-<TMPL_VAR NAME="id">"><p><TMPL_VAR NAME="id">: <TMPL_VAR NAME="original">
+	  <a href="../feedback.html?errmsg_id=<TMPL_VAR NAME="id">#errormsg"
 	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
 	</p>
 	</li>
@@ -49,4 +45,5 @@
   </div>
 <!--#include virtual="../footer.html" -->
   </body>
-</html>
\ No newline at end of file
+</html>
+

Received on Thursday, 31 March 2005 21:28:56 UTC