stas        02/02/03 02:55:50

  Modified:    tmpl/custom/html navbar_global
  Log:
  - tidy up
  
  Revision  Changes    Path
  1.4       +17 -15    modperl-docs/tmpl/custom/html/navbar_global
  
  Index: navbar_global
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/navbar_global,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navbar_global     28 Jan 2002 02:24:52 -0000      1.3
  +++ navbar_global     3 Feb 2002 10:55:50 -0000       1.4
  @@ -1,8 +1,8 @@
  -[% # super-docset navigation bar
  -   # expects to be set 
  +[% # parent-docsets navigation bar
  +   # expects to be set:
      # nav          - cache navigator object
      # rel_doc_root - relative docs path (only for chapters!)
  -%]
  +-%]
   [% IF nav -%]
       [% # prepare the sects to show where are we relative 
          # to the absolute root
  @@ -35,15 +35,17 @@
                          text => nav.index_node.stitle});
          END;
       -%]
  -[% IF nav_not_empty == 1 %]
  -<div class='navbarglobal'>
  -[% WRAPPER splash/domm_button 
  -             width = "100%"
  -             align = 'left'
  -             col   = splash.style.select.col.fore
  --%][% FOREACH sec = sects -%]
  -<a href="[% sec.link %]"><b>[% sec.text %]</b></a> / 
  -[% END -%][% END -%]
  -</div>
  -<br>
  -[% END %][% END %]
  \ No newline at end of file
  +
  +    [%- IF nav_not_empty == 1 -%]
  +        <div class='navbarglobal'>
  +        [%- WRAPPER splash/domm_button 
  +                     width = "100%"
  +                     align = 'left'
  +                     col   = splash.style.select.col.fore
  +        -%]
  +            [%- FOREACH sec = sects -%]<a href="[% sec.link %]"><b>[% 
sec.text %]</b></a> / [%- END -%]
  +        [%- END -%]
  +        </div>
  +        <br>
  +    [%- END -%]
  +[% END -%]
  
  
  

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

Reply via email to