You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/01/06 13:15:17 UTC

cvs commit: modperl-docs/tmpl/custom/html navbar_local

stas        02/01/06 04:15:17

  Modified:    tmpl/custom/html navbar_local
  Log:
  - fix the hardcoded paths to variables
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navbar_local	5 Jan 2002 19:29:53 -0000	1.1
  +++ navbar_local	6 Jan 2002 12:15:17 -0000	1.2
  @@ -9,7 +9,7 @@
      buttons = [];
      IF prev;
           link = INCLUDE link prefix=rel_doc_root link=prev.meta.link;
  -	left = "<img src='/modperl-site-domm/images/left.gif' ALT='prev' border=0>";
  +	left = "<img src='${doc.dir.abs_doc_root}/images/left.gif' ALT='prev' border=0>";
   	buttons.push({link => link, 
                        text => "${prev.meta.title}" 
   		     prelink => "<td align='right' width='40%'><div class='navbarlocaltext'>",   
  @@ -31,7 +31,7 @@
   
   
          buttons.push({link => "$rel_doc_root/index.html", 
  -                     text => "<img src='/modperl-site-domm/images/up.png' ALT='up' border=0>"
  +                     text => "<img src='${doc.dir.abs_doc_root}/images/up.png' ALT='up' border=0>"
   		     postlink => "</td>",   
   	             prelink => "<td align='center' valign='top' width='3%'>",
   
  @@ -40,7 +40,7 @@
   
      IF next;
          link  = INCLUDE link prefix=rel_doc_root link=next.meta.link;
  -	right="<img src='/modperl-site-domm/images/right.gif' ALT='next' border=0>";
  +	right="<img src='${doc.dir.abs_doc_root}/images/right.gif' ALT='next' border=0>";
          buttons.push({link => link, 
                        text =>  "$right"   
   		     postlink => "</td>",   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org