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/02/03 07:27:01 UTC

cvs commit: modperl-docs/tmpl/custom/html ad navbar_local_bottom navbar_local_top prev_next_link wrap_box

stas        02/02/02 22:27:01

  Modified:    tmpl/custom/html ad navbar_local_bottom navbar_local_top
                        prev_next_link wrap_box
  Log:
  - various HTML fixes
  
  Revision  Changes    Path
  1.7       +4 -4      modperl-docs/tmpl/custom/html/ad
  
  Index: ad
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/ad,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ad	31 Jan 2002 01:44:12 -0000	1.6
  +++ ad	3 Feb 2002 06:27:01 -0000	1.7
  @@ -22,11 +22,11 @@
   <div class="adtext">
      <br>
       <a href="http://www.modperlcookbook.org/">
  -        The mod_perl Developer's Cookbook</b><br><br>
  +        The mod_perl Developer's Cookbook<br><br>
           <img src="[% doc.dir.abs_doc_root %]/images/ads/modperlcookbook.jpg" 
                border=0 align="middle" width=113 height=140 
                alt="The mod_perl Developer's Cookbook"><br><br>
  -        By Geoffrey Young, Paul Lindner, Randy Kobes</b>
  +        By Geoffrey Young, Paul Lindner, Randy Kobes
       </a><br>
   </div>
   
  @@ -38,11 +38,11 @@
   <div class="adtext">
       <br>
       <a href="http://www.oreilly.com/catalog/modperlpr/">
  -         mod_perl Pocket Reference</b><br><br>
  +         mod_perl Pocket Reference<br><br>
           <img src="[% doc.dir.abs_doc_root %]/images/ads/modperlpr.jpg" 
                border=0 align="middle" width=85 height=140
                alt="mod_perl Pocket Reference"><br><br>
  -        By Andrew Ford</b>
  +        By Andrew Ford
       </a><br>
   </div>
   
  
  
  
  1.2       +1 -1      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navbar_local_bottom	30 Jan 2002 05:03:51 -0000	1.1
  +++ navbar_local_bottom	3 Feb 2002 06:27:01 -0000	1.2
  @@ -3,7 +3,7 @@
      # nav          - cache navigator object
      # rel_doc_root - relative docs path
   %]
  -<table width=100% border=0>
  +<table width="100%" border=0>
   <tr>
   <td align="left">
   [% INCLUDE top_link %]
  
  
  
  1.2       +1 -1      modperl-docs/tmpl/custom/html/navbar_local_top
  
  Index: navbar_local_top
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_local_top,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navbar_local_top	30 Jan 2002 05:03:51 -0000	1.1
  +++ navbar_local_top	3 Feb 2002 06:27:01 -0000	1.2
  @@ -3,7 +3,7 @@
      # nav          - cache navigator object
      # rel_doc_root - relative docs path
   %]
  -<table width=100% border=0>
  +<table width="100%" border=0>
   <tr>
   <td align="left">
   <div class="download">
  
  
  
  1.5       +5 -5      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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- prev_next_link	3 Feb 2002 05:58:02 -0000	1.4
  +++ prev_next_link	3 Feb 2002 06:27:01 -0000	1.5
  @@ -8,17 +8,17 @@
      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/nav/page_prev.gif' ALT='prev' border=0 width=48 heigth=20></a>";
  +        "<a href='$link'><img src='${doc.dir.abs_doc_root}/images/nav/page_prev.gif' ALT='prev' border=0 width=48 height=20></a>";
      ELSE;
  -        "<img src='${doc.dir.abs_doc_root}/images/nav/page_noprev.gif' ALT='next' border=0 width=49 heigth=20>";
  +        "<img src='${doc.dir.abs_doc_root}/images/nav/page_noprev.gif' ALT='next' border=0 width=49 height=20>";
      END;
  -%]<a href='[% rel_doc_root %]/index.html'><img src='[% doc.dir.abs_doc_root %]/images/nav/page_parent.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/nav/page_parent.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/nav/page_next.gif' ALT='next' border=0 width=49 heigth=20></a>";
  +        "<a href='$link'><img src='${doc.dir.abs_doc_root}/images/nav/page_next.gif' ALT='next' border=0 width=49 height=20></a>";
      ELSE;
  -        "<img src='${doc.dir.abs_doc_root}/images/nav/page_nonext.gif' ALT='next' border=0 width=49 heigth=20>";
  +        "<img src='${doc.dir.abs_doc_root}/images/nav/page_nonext.gif' ALT='next' border=0 width=49 height=20>";
      END;
   %]
   </div>
  
  
  
  1.2       +1 -1      modperl-docs/tmpl/custom/html/wrap_box
  
  Index: wrap_box
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/wrap_box,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- wrap_box	30 Jan 2002 16:51:48 -0000	1.1
  +++ wrap_box	3 Feb 2002 06:27:01 -0000	1.2
  @@ -2,7 +2,7 @@
       # ARGS: title, content
   
   -%]
  -<table class="table-surround" width="150px" cellspacing="1" cellpadding="3">
  +<table class="table-surround" width=150 cellspacing=1 cellpadding=3>
     <tr><th class="table-top" align="center">[% title %]</th></tr>
       <tr><td class="table-cell">
   
  
  
  

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