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/15 14:26:25 UTC

cvs commit: modperl-docs/tmpl/custom/html index menu_top_level page

stas        02/01/15 05:26:25

  Modified:    tmpl/custom/html index menu_top_level page
  Log:
  - indent
  - add tail and menu div's
  
  Revision  Changes    Path
  1.4       +5 -4      modperl-docs/tmpl/custom/html/index
  
  Index: index
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index	15 Jan 2002 12:33:07 -0000	1.3
  +++ index	15 Jan 2002 13:26:25 -0000	1.4
  @@ -19,11 +19,12 @@
   <div class='cbox'>
       <div class='content'>
           [% INCLUDE index_body %]
  -        <br>
  -        [% INCLUDE tail -%]
       </div>
  -    <br>&nbsp;
  -</div>        
  +    <br>
  +    <div class='tail'>
  +        [% INCLUDE tail %]
  +    </div>
  +</div>
   
   </body>
   </html>
  
  
  
  1.2       +2 -0      modperl-docs/tmpl/custom/html/menu_top_level
  
  Index: menu_top_level
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/menu_top_level,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- menu_top_level	5 Jan 2002 19:29:53 -0000	1.1
  +++ menu_top_level	15 Jan 2002 13:26:25 -0000	1.2
  @@ -43,6 +43,7 @@
   <a href="http://perl.apache.org/"><img src="[% doc.dir.abs_doc_root %]/images/mod_perl2.jpg" border=0 alt="mod_perl icon" height=59 width=150></a><br>
   </div>
   <br>
  +<div class='menu'>
   [% INCLUDE splash/domm_pulldown 
        select = selected
        width  = "5%"
  @@ -50,6 +51,7 @@
        border = 0
        align   = 'left'
   %]
  +</div>
   
   
   
  
  
  
  1.4       +3 -1      modperl-docs/tmpl/custom/html/page
  
  Index: page
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- page	15 Jan 2002 12:33:07 -0000	1.3
  +++ page	15 Jan 2002 13:26:25 -0000	1.4
  @@ -24,7 +24,9 @@
           [% INCLUDE page_body %]
       </div>
       <br>
  -    [% INCLUDE tail %]
  +    <div class='tail'>
  +        [% INCLUDE tail %]
  +    </div>
   </div>
   
   </body>
  
  
  

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