stas 02/04/03 18:00:31
Modified: tmpl/custom/html prev_next_link
Log:
correct the width of the images
Submitted by: allan
Revision Changes Path
1.11 +4 -4 modperl-docs/tmpl/custom/html/prev_next_link
Index: prev_next_link
===================================================================
RCS file: /home/cvs/modperl-docs/tmpl/custom/html/prev_next_link,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- prev_next_link 3 Apr 2002 05:18:27 -0000 1.10
+++ prev_next_link 4 Apr 2002 02:00:31 -0000 1.11
@@ -15,9 +15,9 @@
-%]
[% IF prev_link || next_link || (rel_doc_root && rel_doc_root != '.') -%]
[%- IF prev_link -%]
-<a href="[% prev_link %]"><img src="[% doc.dir.abs_doc_root
%]/images/nav/page_prev.gif" alt="previous page" border="0" width="49"
height="20"></a>
+<a href="[% prev_link %]"><img src="[% doc.dir.abs_doc_root
%]/images/nav/page_prev.gif" alt="previous page" border="0" width="48"
height="20"></a>
[%- ELSE -%]
-<img src="[% doc.dir.abs_doc_root %]/images/nav/page_noprev.gif" alt="next
page" border="0" width="49" height="20">
+<img src="[% doc.dir.abs_doc_root %]/images/nav/page_noprev.gif" alt="next
page" border="0" width="48" height="20">
[%- END -%]
[%- IF rel_doc_root -%]
<a href="[% rel_doc_root %]/index.html"><img src="[% doc.dir.abs_doc_root
%]/images/nav/page_parent.gif" alt="up" border="0" height="20" width="25"></a>
@@ -25,9 +25,9 @@
<img src="[% doc.dir.abs_doc_root %]/images/nav/page_noparent.gif"
alt="parent page" border="0" height="20" width="25">
[%- END -%]
[%- IF next_link -%]
-<a href="[% next_link %]"><img src="[% doc.dir.abs_doc_root
%]/images/nav/page_next.gif" alt="next page" border="0" width="49"
height="20"></a>
+<a href="[% next_link %]"><img src="[% doc.dir.abs_doc_root
%]/images/nav/page_next.gif" alt="next page" border="0" width="48"
height="20"></a>
[%- ELSE -%]
-<img src="[% doc.dir.abs_doc_root %]/images/nav/page_nonext.gif" alt="next
page" border="0" width="49" height="20">
+<img src="[% doc.dir.abs_doc_root %]/images/nav/page_nonext.gif" alt="next
page" border="0" width="48" height="20">
[%- END -%]
[%- ELSE -%]
<img src="[% doc.dir.abs_doc_root %]/images/trans_pix.gif" alt="navigation"
border="0" width="123" height="20">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]