summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/templates/en_US/fatal-error.tmpl8
-rw-r--r--share/templates/en_US/table.tmpl4
2 files changed, 11 insertions, 1 deletions
diff --git a/share/templates/en_US/fatal-error.tmpl b/share/templates/en_US/fatal-error.tmpl
index e54c43d..923b39a 100644
--- a/share/templates/en_US/fatal-error.tmpl
+++ b/share/templates/en_US/fatal-error.tmpl
@@ -1,9 +1,10 @@
<TMPL_INCLUDE NAME="header.tmpl">
<div id="main">
+ <TMPL_INCLUDE NAME="table.tmpl">
<div id="result">
- <h2 id="results" class="invalid">Sorry! This document can not be checked.</h2>
+ <h3 id="results" class="invalid">Sorry! This document can not be checked.</h3>
<a id="skip" name="skip"></a>
<TMPL_IF NAME="fatal_transcode_error">
@@ -154,6 +155,11 @@
page by URL.
</p>
</TMPL_IF>
+
+<TMPL_IF NAME="have_warnings">
+ <TMPL_INCLUDE NAME="warnings.tmpl">
+</TMPL_IF>
+
</div><!-- results -->
</div><!-- end of "main" -->
diff --git a/share/templates/en_US/table.tmpl b/share/templates/en_US/table.tmpl
index 3374e91..2f92125 100644
--- a/share/templates/en_US/table.tmpl
+++ b/share/templates/en_US/table.tmpl
@@ -6,7 +6,11 @@
<h2 class="valid">This Page Is Valid <TMPL_VAR NAME="file_version" ESCAPE="HTML">!</h2>
</TMPL_IF>
<TMPL_ELSE>
+ <TMPL_IF NAME="fatal_error">
+ <h2 id="results" class="invalid">Sorry! This document can not be checked.</h2>
+ <TMPL_ELSE>
<h2 id="results" class="invalid">This page is <strong>not</strong> Valid <TMPL_VAR NAME="file_version" ESCAPE="HTML">!</h2>
+ </TMPL_IF>
</TMPL_IF>