- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Mar 2005 06:37:32 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv27309/share/templates/en_US
Modified Files:
docs_errors.tmpl
Log Message:
error explanations doc - separating items with an explanation from items that do not
Index: docs_errors.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/docs_errors.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- docs_errors.tmpl 17 Mar 2005 06:30:13 -0000 1.1
+++ docs_errors.tmpl 18 Mar 2005 06:37:30 -0000 1.2
@@ -18,14 +18,35 @@
</div>
<div>
- <h3>Listing of errors and their explanation</h3>
+ <h3 id="hasverbose">List of Validator errors and their explanation</h3>
+ <p>Below are all the validator's error messages for which we have an "explanation".</p>
+
<dl>
- <TMPL_LOOP NAME="list_errors">
- <dt><TMPL_VAR NAME="id"> <TMPL_VAR NAME="original"></dt>
- <dd><TMPL_VAR NAME="verbose"></dd>
+ <TMPL_LOOP NAME="list_errors_hasverbose">
+ <dt><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"
+ title="Suggest improvements on this error message through our feedback channels">✉</a>
+ </p>
+ </dd>
</TMPL_LOOP>
</dl>
- </div>
+
+ <h3 id="noverbose">Errors without explanation</h3>
+ <p>The following validation errors do not have an explanation yet. We invite you to use the
+ <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"
+ title="Suggest improvements on this error message through our feedback channels">✉</a>
+ </p>
+ </li>
+ </TMPL_LOOP>
+ </ul>
+ </div>
<!--#include virtual="../footer.html" -->
</body>
</html>
\ No newline at end of file
Received on Friday, 18 March 2005 06:37:33 UTC