- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 07 May 2007 16:20:24 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv11848/share/templates/en_US
Modified Files:
fatal-error.tmpl jumpbar.tmpl
Log Message:
better output in case of fatal error
Index: fatal-error.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/fatal-error.tmpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- fatal-error.tmpl 7 May 2007 16:14:15 -0000 1.18
+++ fatal-error.tmpl 7 May 2007 16:20:22 -0000 1.19
@@ -1,4 +1,5 @@
<TMPL_INCLUDE NAME="header.tmpl">
+<TMPL_INCLUDE name="jumpbar.tmpl">
<TMPL_INCLUDE NAME="table.tmpl">
Index: jumpbar.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/jumpbar.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- jumpbar.tmpl 20 Feb 2007 02:14:48 -0000 1.9
+++ jumpbar.tmpl 7 May 2007 16:20:22 -0000 1.10
@@ -10,8 +10,10 @@
</TMPL_IF>
<TMPL_IF NAME="VALID">
<li><a title="Information on validation, Icons" href="#congrats">Congratulations · Icons</a></li>
-</TMPL_IF>
-
+</TMPL_IF>
+<TMPL_IF NAME="fatal_error">
+ <li><a href="#fatal-errors">Error(s) blocking validation</a></li>
+</TMPL_IF>
<TMPL_IF NAME="opt_show_source">
<li><a title="Listing of Source Input" href="#source">Source Listing</a></li>
</TMPL_IF>
Received on Monday, 7 May 2007 16:20:28 UTC