- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Feb 2007 02:05:45 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv30761
Modified Files:
opt_show_esis.tmpl opt_show_outline.tmpl
opt_show_parsetree.tmpl opt_show_raw_errors.tmpl
opt_show_source.tmpl opt_show_tidy.tmpl
Added Files:
backtop.tmpl
Log Message:
* adding "back to top" link after long sections
* sections headed by h3, only page result is h2
Index: opt_show_outline.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/opt_show_outline.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- opt_show_outline.tmpl 13 Nov 2006 04:13:13 -0000 1.3
+++ opt_show_outline.tmpl 20 Feb 2007 02:05:43 -0000 1.4
@@ -1,5 +1,5 @@
<div id="outlineresult">
- <h2>Outline</h2>
+ <h3>Document Outline</h3>
<p>
Below is an outline for this document, automatically generated from the
heading tags (<code><h1></code> through <code><h6></code>.)
Index: opt_show_tidy.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/opt_show_tidy.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- opt_show_tidy.tmpl 7 Feb 2007 15:25:10 -0000 1.1
+++ opt_show_tidy.tmpl 20 Feb 2007 02:05:43 -0000 1.2
@@ -1,5 +1,5 @@
<div id="tidy">
- <h2>Cleaned-up Source Listing</h2>
+ <h3>Cleaned-up Source Listing</h3>
<p>Below is the <em>cleaned up</em> markup for your document,
as processed through <a href="http://tidy.sourceforge.net/">HTML Tidy</a>.</p>
@@ -9,5 +9,6 @@
<TMPL_VAR NAME="tidy_output" ESCAPE="HTML">
</pre>
+ <TMPL_INCLUDE NAME="backtop.tmpl">
</div>
Index: opt_show_raw_errors.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/opt_show_raw_errors.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- opt_show_raw_errors.tmpl 26 Jul 2005 06:50:42 -0000 1.1
+++ opt_show_raw_errors.tmpl 20 Feb 2007 02:05:43 -0000 1.2
@@ -1,6 +1,6 @@
<div id="raw_errors" class="mtb">
<hr />
- <h2><a name="raw_errors">Raw Error Output</a></h2>
+ <h3><a name="raw_errors">Raw Error Output</a></h3>
<pre>
<TMPL_VAR NAME="file_raw_errors">
</pre>
Index: opt_show_esis.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/opt_show_esis.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- opt_show_esis.tmpl 26 Jul 2005 06:50:42 -0000 1.1
+++ opt_show_esis.tmpl 20 Feb 2007 02:05:43 -0000 1.2
@@ -1,6 +1,6 @@
<div id="raw_esis" class="mtb">
<hr />
- <h2><a name="raw_esis">Raw ESIS Output</a></h2>
+ <h3><a name="raw_esis">Raw ESIS Output</a></h3>
<pre>
<TMPL_VAR NAME="file_esis">
</pre>
Index: opt_show_source.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/opt_show_source.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- opt_show_source.tmpl 15 Jan 2005 15:20:39 -0000 1.3
+++ opt_show_source.tmpl 20 Feb 2007 02:05:43 -0000 1.4
@@ -1,5 +1,5 @@
<div id="source">
- <h2>Source Listing</h2>
+ <h3>Source Listing</h3>
<p>Below is the source input I used for this validation:</p>
<ol class="source">
@@ -7,4 +7,6 @@
<li id="line-<TMPL_VAR NAME="__counter__">"><TMPL_VAR NAME="file_source_line" ESCAPE="HTML"></li>
</TMPL_LOOP>
</ol>
+ <TMPL_INCLUDE NAME="backtop.tmpl">
+
</div>
--- NEW FILE: backtop.tmpl ---
<p class="backtop"><a href="#jumpbar">↑ Top</a></p>
Index: opt_show_parsetree.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/opt_show_parsetree.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- opt_show_parsetree.tmpl 14 Nov 2004 01:30:49 -0000 1.2
+++ opt_show_parsetree.tmpl 20 Feb 2007 02:05:43 -0000 1.3
@@ -1,5 +1,5 @@
<div id="parse">
- <h2>Parse Tree</h2>
+ <h3>Parse Tree</h3>
<p class="note">
<TMPL_IF NAME="file_parsetree_noatt">
I am excluding the attributes, as you requested.
Received on Tuesday, 20 February 2007 02:05:50 UTC