- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 May 2005 08:26:29 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv29731
Modified Files:
valid.tmpl
Log Message:
adding an intro for valid results + list of warnings
Index: valid.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/valid.tmpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- valid.tmpl 17 May 2005 05:21:30 -0000 1.12
+++ valid.tmpl 23 May 2005 08:26:26 -0000 1.13
@@ -8,9 +8,12 @@
<dt><a href="http://www.w3.org/2001/06tips/">Tip Of The Day</a>:</dt>
<dd><a href="<TMPL_VAR NAME="tip_uri" ESCAPE="HTML">"><TMPL_VAR NAME="tip_slug"></a></dd>
</dl>
-
+<TMPL_IF NAME="has_errors">
+ <p>
+ Below is a list of warning produced when validating your document.
+ </p>
<TMPL_INCLUDE NAME="error_loop.tmpl">
-
+</TMPL_IF>
<p>
<TMPL_IF NAME="is_upload">
The uploaded document "<TMPL_VAR NAME="file_uri" ESCAPE="HTML">"
Received on Monday, 23 May 2005 08:26:32 UTC