stas        02/01/15 04:33:07

  Modified:    tmpl/custom/html index page
  Log:
  - a few indentation fixes
  
  Revision  Changes    Path
  1.3       +11 -12    modperl-docs/tmpl/custom/html/index
  
  Index: index
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/index,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index     10 Jan 2002 18:24:34 -0000      1.2
  +++ index     15 Jan 2002 12:33:07 -0000      1.3
  @@ -11,20 +11,19 @@
   -%]
   
   <div class='leftcont'>
  -[% INCLUDE menu_top_level nav=doc.nav; %]
  -<br>
  -[% INCLUDE ad -%]
  +    [% INCLUDE menu_top_level nav=doc.nav; %]
  +    <br>
  +    [% INCLUDE ad -%]
   </div>
   
   <div class='cbox'>
  -<div class='content'>
  -[% INCLUDE index_body %]
  -<br>
  -[% INCLUDE tail -%]
  -</div>
  -<br>&nbsp;
  +    <div class='content'>
  +        [% INCLUDE index_body %]
  +        <br>
  +        [% INCLUDE tail -%]
  +    </div>
  +    <br>&nbsp;
   </div>        
   
  -
  -
  -</body></html>
  \ No newline at end of file
  +</body>
  +</html>
  \ No newline at end of file
  
  
  
  1.3       +17 -7     modperl-docs/tmpl/custom/html/page
  
  Index: page
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- page      10 Jan 2002 18:24:34 -0000      1.2
  +++ page      15 Jan 2002 12:33:07 -0000      1.3
  @@ -11,11 +11,21 @@
   -%]
   
   <div class='leftcont'>
  -[% INCLUDE menu_top_level
  -          nav=doc.nav
  -          rel_doc_root=doc.dir.rel_doc_root;
  -%]
  -<br>
  -[% INCLUDE ad -%]
  +    [% INCLUDE menu_top_level
  +              nav=doc.nav
  +              rel_doc_root=doc.dir.rel_doc_root;
  +    %]
  +    <br>
  +    [% INCLUDE ad -%]
   </div>
  -</body></html>
  \ No newline at end of file
  +
  +<div class='cbody'>
  +    <div class='content'>
  +        [% INCLUDE page_body %]
  +    </div>
  +    <br>
  +    [% INCLUDE tail %]
  +</div>
  +
  +</body>
  +</html>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to