stas 2002/07/03 11:57:38 Modified: tmpl/custom/html changes_link navbar_local_bottom tail Log: the changes button looks bad positioned because its not really centered in the whole view but in the rightbox view. i have now put it below the invisible line of the top widget and prev|next widget. its not perfect there either but certainly better IMHO Submitted by: Allan Juul <[EMAIL PROTECTED]> Revision Changes Path 1.4 +8 -8 modperl-docs/tmpl/custom/html/changes_link Index: changes_link =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/changes_link,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- changes_link 2 Jul 2002 04:34:59 -0000 1.3 +++ changes_link 3 Jul 2002 18:57:38 -0000 1.4 @@ -1,8 +1,8 @@ -[% - changes_id = doc.nav.index_node.extra.changes; - # if the changes chapter exists and we aren't inside the changes chapter - IF changes_id && changes_id != doc.nav.id; - changes_nav = doc.nav.by_id(changes_id); --%] -<a href="[% changes_nav.meta.link %]"><img src="[%- doc.dir.abs_doc_root -%]/images/nav/page_changes.gif" width="60" height="16" border="0" alt="Changes file"></a> -[% END -%] +[% + changes_id = doc.nav.index_node.extra.changes; + IF changes_id; + changes_nav = doc.nav.by_id(changes_id); +-%] +<a href="[% changes_nav.meta.link %]"><img src="[%- doc.dir.abs_doc_root -%]/images/nav/page_changes.gif" width="60" height="16" border="0" alt="Changes file"></a> +<br><br> +[% END -%] 1.10 +21 -23 modperl-docs/tmpl/custom/html/navbar_local_bottom Index: navbar_local_bottom =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_local_bottom,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- navbar_local_bottom 30 Jun 2002 15:08:37 -0000 1.9 +++ navbar_local_bottom 3 Jul 2002 18:57:38 -0000 1.10 @@ -1,24 +1,22 @@ -[%- # '<=prev | up | next=>' chapters navigation bar - # expects to be set - # nav - cache navigator object - # rel_doc_root - relative docs path --%] - <table width="100%" border="0" cellspacing="0" cellpadding="0"> - <tr> - <!-- this height must be 1px more than the highest gif ns6/mac --> - <td width="195" nowrap height="17"> - <table width="195" border="0" cellspacing="0" cellpadding="0"> - <tr> - <td><small class="nbr"><br class="smallbr"></small></td> - </tr> - </table> - </td> - <td width="1"><br></td> - <td align="left" nowrap>[%- INCLUDE top_link -%]</td> - <td width="50%"><br></td> - <td align="center" nowrap>[%- INCLUDE changes_link -%]</td> - <td width="50%"><br></td> - <td align="right" nowrap>[%- INCLUDE prev_next_link -%]</td> - <td width="1"><br></td> - </tr> +[%- # '<=prev | up | next=>' chapters navigation bar + # expects to be set + # nav - cache navigator object + # rel_doc_root - relative docs path +-%] + <table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr> + <!-- this height must be 1px more than the highest gif ns6/mac --> + <td width="195" nowrap height="17"> + <table width="195" border="0" cellspacing="0" cellpadding="0"> + <tr> + <td><small class="nbr"><br class="smallbr"></small></td> + </tr> + </table> + </td> + <td width="1"><br></td> + <td align="left" nowrap>[%- INCLUDE top_link -%]</td> + <td width="100%"><br></td> + <td align="right" nowrap>[%- INCLUDE prev_next_link -%]</td> + <td width="1"><br></td> + </tr> </table> 1.15 +14 -13 modperl-docs/tmpl/custom/html/tail Index: tail =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/tail,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- tail 28 Jun 2002 06:36:57 -0000 1.14 +++ tail 3 Jul 2002 18:57:38 -0000 1.15 @@ -1,13 +1,14 @@ - - <div class="footer"> - <hr noshade size="1"> - <!-- footer (tail )--> - <p class="modified">Last modified [% doc.last_modified %]</p> - <p class="copyright">Use of the Camel for Perl is a trademark - of <a href="http://www.ora.com">O'Reilly & Associates</a>, - and is used by permission.</p> - <!-- end footer (tail)--> - <br><br> - </div> - - + + <div class="footer"> + [%- INCLUDE changes_link -%] + <hr noshade size="1"> + <!-- footer (tail )--> + <p class="modified">Last modified [% doc.last_modified %]</p> + <p class="copyright">Use of the Camel for Perl is a trademark + of <a href="http://www.ora.com">O'Reilly & Associates</a>, + and is used by permission.</p> + <!-- end footer (tail)--> + <br><br> + </div> + +
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]