- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Oct 2006 04:20:13 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv25750/share/templates/en_US
Modified Files:
Tag: validator-0_7-branch
fatal-error.tmpl
Log Message:
fixing template order and logic to show warning about absence of character encoding
before fatal error when transcoding to utf-8 failed
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3642
Index: fatal-error.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/fatal-error.tmpl,v
retrieving revision 1.12.2.2
retrieving revision 1.12.2.3
diff -u -d -r1.12.2.2 -r1.12.2.3
--- fatal-error.tmpl 25 May 2006 12:37:16 -0000 1.12.2.2
+++ fatal-error.tmpl 12 Oct 2006 04:20:11 -0000 1.12.2.3
@@ -4,6 +4,12 @@
<div id="head">
<TMPL_INCLUDE NAME="table.tmpl">
</div><!-- end of "head" -->
+ <TMPL_IF NAME="have_warnings">
+ <TMPL_INCLUDE NAME="warnings.tmpl">
+ </TMPL_IF>
+
+ <div id="result">
+ <h2 id="results" class="invalid">Sorry! This document can not be checked.</h2>
<a id="skip" name="skip"></a>
<TMPL_IF NAME="fatal_transcode_error">
@@ -154,7 +160,7 @@
page by URL.
</p>
</TMPL_IF>
-
+</div><!-- results -->
</div><!-- end of "main" -->
<TMPL_INCLUDE NAME="footer.tmpl">
Received on Thursday, 12 October 2006 04:20:19 UTC