stas 02/03/21 04:02:46
Modified: tmpl/custom/html ad
Log:
- stack the book ads in the order of their appearance putting on the top
the newest books
Revision Changes Path
1.11 +18 -18 modperl-docs/tmpl/custom/html/ad
Index: ad
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/ad,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ad 21 Feb 2002 08:55:18 -0000 1.10
+++ ad 21 Mar 2002 12:02:46 -0000 1.11
@@ -2,7 +2,7 @@
[% WRAPPER wrap_box
title = 'Books'
-%]
- <!--books top-line seprator-->
+ <!--books top-line separator-->
<tr>
<td class="menu-border" colspan="3" height="1"><br
class="smallbr"></td>
</tr>
@@ -10,17 +10,16 @@
<td class="menu-border" width="1"><br></td>
<td class="ad-bg">
<div class="adtext">
- <br>Writing Apache Modules with Perl and C<br><br>
- <a href="http://www.modperl.com/">
- <img src="[% doc.dir.abs_doc_root
%]/images/ads/wrapmod.jpg" border="1" align="middle" width="107" height="140"
class="img-border" alt="Writing Apache Modules with Perl and C">
+ The mod_perl Developer's Cookbook<br><br>
+ <a href="http://www.modperlcookbook.org/">
+ <img src="[% doc.dir.abs_doc_root
%]/images/ads/modperlcookbook.jpg" border="1" align="middle" width="113"
height="140" class="img-border" alt="The mod_perl Developer's Cookbook">
</a>
<br><br>
- <em>By Lincoln Stein, Doug MacEachern</em>
+ <em>By Geoffrey Young, Paul Lindner, Randy Kobes</em>
</div>
</td>
<td class="menu-border" width="1"><br></td>
</tr>
-
[% END %]
[% WRAPPER wrap_box
@@ -30,16 +29,17 @@
<td class="menu-border" width="1"><br></td>
<td class="ad-bg">
<div class="adtext">
- The mod_perl Developer's Cookbook<br><br>
- <a href="http://www.modperlcookbook.org/">
- <img src="[% doc.dir.abs_doc_root
%]/images/ads/modperlcookbook.jpg" border="1" align="middle" width="113"
height="140" class="img-border" alt="The mod_perl Developer's Cookbook">
+ mod_perl Pocket Reference<br><br>
+ <a href="http://www.oreilly.com/catalog/modperlpr/">
+ <img src="[% doc.dir.abs_doc_root
%]/images/ads/modperlpr.jpg" border="1" align="middle" width="85" height="140"
class="img-border" alt="mod_perl Pocket Reference">
</a>
- <br><br>
- <em>By Geoffrey Young, Paul Lindner, Randy Kobes</em>
+ <br><br>
+ <em>By Andrew Ford</em>
</div>
</td>
<td class="menu-border" width="1"><br></td>
</tr>
+
[% END %]
[% WRAPPER wrap_box
@@ -49,21 +49,21 @@
<td class="menu-border" width="1"><br></td>
<td class="ad-bg">
<div class="adtext">
- mod_perl Pocket Reference<br><br>
- <a href="http://www.oreilly.com/catalog/modperlpr/">
- <img src="[% doc.dir.abs_doc_root
%]/images/ads/modperlpr.jpg" border="1" align="middle" width="85" height="140"
class="img-border" alt="mod_perl Pocket Reference">
+ <br>Writing Apache Modules with Perl and C<br><br>
+ <a href="http://www.modperl.com/">
+ <img src="[% doc.dir.abs_doc_root
%]/images/ads/wrapmod.jpg" border="1" align="middle" width="107" height="140"
class="img-border" alt="Writing Apache Modules with Perl and C">
</a>
- <br><br>
- <em>By Andrew Ford</em>
+ <br><br>
+ <em>By Lincoln Stein, Doug MacEachern</em>
</div>
</td>
<td class="menu-border" width="1"><br></td>
</tr>
-
- <!--books bottom-line seprator-->
<tr>
<td class="menu-border" colspan="3" height="1"><br
class="smallbr"></td>
</tr>
+ <!--books bottom-line separator-->
+
[% END %]
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]