stas 02/01/25 00:57:00
Modified: tmpl/custom/html ad index_toc_section navbar_local
navbar_local_alt page_body page_toc tail
tmpl/custom/ps body index
Log:
- a bunch of fixes of html markup in templates, as reported by sgmlcheck
Revision Changes Path
1.4 +3 -3 modperl-docs/tmpl/custom/html/ad
Index: ad
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/ad,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ad 24 Jan 2002 17:39:45 -0000 1.3
+++ ad 25 Jan 2002 08:57:00 -0000 1.4
@@ -3,7 +3,7 @@
<a href="http://www.modperl.com/">
<b>Writing Apache Modules with Perl and C</b><br><br>
<img src="[% doc.dir.abs_doc_root %]/images/ads/wrapmod.jpg"
- border=0 align="center" width=107 height=140
+ border=0 align="middle" width=107 height=140
alt="Writing Apache Modules with Perl and C"><br><br>
<b>By Lincoln Stein, Doug MacEachern</b>
</a><br>
@@ -16,7 +16,7 @@
<a href="http://www.modperlcookbook.org/">
<b>The mod_perl Developer's Cookbook</b><br><br>
<img src="[% doc.dir.abs_doc_root %]/images/ads/modperlcookbook.jpg"
- border=0 align="center" width=113 height=140
+ border=0 align="middle" width=113 height=140
alt="The mod_perl Developer's Cookbook"><br><br>
<b>By Geoffrey Young, Paul Lindner, Randy Kobes</b>
</a><br>
@@ -29,7 +29,7 @@
<a href="http://www.oreilly.com/catalog/modperlpr/">
<b> mod_perl Pocket Reference</b><br><br>
<img src="[% doc.dir.abs_doc_root %]/images/ads/modperlpr.jpg"
- border=0 align="center" width=85 height=140
+ border=0 align="middle" width=85 height=140
alt="mod_perl Pocket Reference"><br><br>
<b>By Andrew Ford</b>
</a><br>
1.2 +1 -1 modperl-docs/tmpl/custom/html/index_toc_section
Index: index_toc_section
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index_toc_section,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index_toc_section 15 Jan 2002 15:39:27 -0000 1.1
+++ index_toc_section 25 Jan 2002 08:57:00 -0000 1.2
@@ -5,7 +5,7 @@
%]
[% FOREACH sec = subs %]
<dl>
- <dt><a href="[% sec.link %]"><img src="[% doc.dir.abs_doc_root
%]/images/index_bullet.gif" alt="-" align="center" border="0" height="18"
width="18">[% sec.title %]</a>
+ <dt><a href="[% sec.link %]"><img src="[% doc.dir.abs_doc_root
%]/images/index_bullet.gif" alt="-" align="middle" border="0" height="18"
width="18">[% sec.title %]</a>
[% IF sec.abstract %]
<dd>[% sec.abstract %]
[% END %]
1.4 +3 -3 modperl-docs/tmpl/custom/html/navbar_local
Index: navbar_local
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_local,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- navbar_local 17 Jan 2002 16:02:32 -0000 1.3
+++ navbar_local 25 Jan 2002 08:57:00 -0000 1.4
@@ -8,13 +8,13 @@
prev = nav.prev;
IF prev;
link = INCLUDE link prefix=rel_doc_root link=prev.meta.link;
- "<a href='$link'><img src='${doc.dir.abs_doc_root}/images/prev.gif'
ALT='prev' border=0 width=48 heigth=20></a>";
+ "<a href='$link'><img src='${doc.dir.abs_doc_root}/images/prev.gif'
ALT='prev' border=0 width=48 height=20></a>";
END;
-%]<a href='[% rel_doc_root %]/index.html'><img src='[% doc.dir.abs_doc_root
%]/images/up.gif' ALT='up' border=0 heigth=20 width=25></a>[%
+%]<a href='[% rel_doc_root %]/index.html'><img src='[% doc.dir.abs_doc_root
%]/images/up.gif' ALT='up' border=0 height=20 width=25></a>[%
next = nav.next;
IF next;
link = INCLUDE link prefix=rel_doc_root link=next.meta.link;
- "<a href='$link'><img src='${doc.dir.abs_doc_root}/images/next.gif'
ALT='next' border=0 width=49 heigth=20></a>";
+ "<a href='$link'><img src='${doc.dir.abs_doc_root}/images/next.gif'
ALT='next' border=0 width=49 height=20></a>";
END;
%]
</div>
1.2 +1 -1 modperl-docs/tmpl/custom/html/navbar_local_alt
Index: navbar_local_alt
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_local_alt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navbar_local_alt 5 Jan 2002 19:29:53 -0000 1.1
+++ navbar_local_alt 25 Jan 2002 08:57:00 -0000 1.2
@@ -31,7 +31,7 @@
<div class='navbarlocal'>
<table border=0>
<tr><td align='right' valign='top'>Source and Binary mod_perl distributions
<img src='[% doc.dir.abs_doc_root %]/images/left.gif' ALT='prev'></td>
-<td align='center' valign='top'><img src='[% doc.dir.abs_doc_root
%]/images/up.png' ALT='up'></td>
+<td align='middle' valign='top'><img src='[% doc.dir.abs_doc_root
%]/images/up.png' ALT='up'></td>
<td align='left' valign='top'><img src='[% doc.dir.abs_doc_root
%]/images/right.gif' ALT='next'> Stable Release Download</td>
</tr></table>
[% INCLUDE splash/domm_menu %]
1.6 +1 -1 modperl-docs/tmpl/custom/html/page_body
Index: page_body
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page_body,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- page_body 24 Jan 2002 16:30:42 -0000 1.5
+++ page_body 25 Jan 2002 08:57:00 -0000 1.6
@@ -19,7 +19,7 @@
INCLUDE download;
# render the content
- menu="<a href='#top'><img src='${doc.dir.abs_doc_root}/images/top.gif'
width=54 heigth=21 border='0' alt='TOP'></a>";
+ menu="<a href='#top'><img src='${doc.dir.abs_doc_root}/images/top.gif'
width=54 height=21 border='0' alt='TOP'></a>";
FOREACH sec = doc.body;
sec;
menu;
1.2 +1 -1 modperl-docs/tmpl/custom/html/page_toc
Index: page_toc
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page_toc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- page_toc 15 Jan 2002 15:39:27 -0000 1.1
+++ page_toc 25 Jan 2002 08:57:00 -0000 1.2
@@ -6,7 +6,7 @@
[% IF toc.size %]
<a name="toc"></a>
-<table border=0 width=100%>
+<table border=0 width="100%">
<tr><th colspan=2><h3>Table of Contents</h3></th></tr>
<tr><td valign='top'><div class='toc'>
[% INCLUDE page_toc_section subs=toc %]
1.4 +2 -2 modperl-docs/tmpl/custom/html/tail
Index: tail
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/tail,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tail 18 Jan 2002 02:23:09 -0000 1.3
+++ tail 25 Jan 2002 08:57:00 -0000 1.4
@@ -4,8 +4,8 @@
<center>
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr align="center">
- <td><a href="http://perl.apache.org/"><img src="[%
doc.dir.abs_doc_root %]/images/mod_perl.gif" alt="Mod Perl Icon" height="30"
width="90" border="0" alt="mod_perl logo"></a></td>
- <td><a href="http://validator.w3.org/check/referer"><img
border="0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"
height="31" width="88" alt="valid html 4.01"></a></td>
+ <td><a href="http://perl.apache.org/"><img src="[%
doc.dir.abs_doc_root %]/images/mod_perl.gif" height="30" width="90" border="0"
alt="mod_perl logo"></a></td>
+ <td><a href="http://validator.w3.org/check/referer"><img
border="0" src="http://www.w3.org/Icons/valid-html401" height="31" width="88"
alt="valid html 4.01"></a></td>
<td><a href="http://jigsaw.w3.org/css-validator/"><img
style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a></td>
<td>[% PROCESS splash/ttpower %]</td>
</tr>
1.2 +1 -1 modperl-docs/tmpl/custom/ps/body
Index: body
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/ps/body,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- body 5 Jan 2002 19:29:54 -0000 1.1
+++ body 25 Jan 2002 08:57:00 -0000 1.2
@@ -10,7 +10,7 @@
<p> </p>
<p> </p>
- <h1 align=center>
+ <h1 align=middle>
[% doc.meta.title %]
</h1>
1.2 +2 -2 modperl-docs/tmpl/custom/ps/index
Index: index
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/ps/index,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index 5 Jan 2002 19:29:54 -0000 1.1
+++ index 25 Jan 2002 08:57:00 -0000 1.2
@@ -8,12 +8,12 @@
<p> </p>
<p> </p>
-<div align=center><font size="7"><b>[% doc.meta.title %]</b></font></div>
+<div align=middle><font size="7"><b>[% doc.meta.title %]</b></font></div>
<p> </p>
<p> </p>
-<table align=center width=60%>
+<table align=middle width=60%>
<tr>
<td>
[% doc.meta.abstract %]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]