stas        02/02/21 04:15:26

  Modified:    tmpl/custom/html menu_links menu_main navbar_global page
                        page_toc_section title
  Log:
  untabify
  
  Revision  Changes    Path
  1.5       +11 -11    modperl-docs/tmpl/custom/html/menu_links
  
  Index: menu_links
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/menu_links,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- menu_links        21 Feb 2002 08:55:18 -0000      1.4
  +++ menu_links        21 Feb 2002 12:15:25 -0000      1.5
  @@ -16,18 +16,18 @@
              title = 'sister sites'
   -%]
   [%- FOREACH but = buttons %]
  -             <tr>
  -                     <td class="menu-border"><br></td>
  -                     <td class="non-sel-bg">
  -                             <div class="nonselectedmenuitem">
  +        <tr>
  +            <td class="menu-border"><br></td>
  +            <td class="non-sel-bg">
  +                <div class="nonselectedmenuitem">
                       <a href="[% but.0 %]">[% but.1 %]</a>
  -                             </div>
  -                     </td>
  -                     <td class="menu-border"><br></td>
  -             </tr>
  +                </div>
  +            </td>
  +            <td class="menu-border"><br></td>
  +        </tr>
   [% END %]
  -             <tr>
  -                     <td class="menu-border" colspan="3" height="1"><br 
class="smallbr"></td>
  -             </tr>
  +        <tr>
  +            <td class="menu-border" colspan="3" height="1"><br 
class="smallbr"></td>
  +        </tr>
   [% END %]
   </div>
  
  
  
  1.3       +12 -12    modperl-docs/tmpl/custom/html/menu_main
  
  Index: menu_main
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/menu_main,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- menu_main 21 Feb 2002 08:55:18 -0000      1.2
  +++ menu_main 21 Feb 2002 12:15:25 -0000      1.3
  @@ -49,19 +49,19 @@
              title = 'perl.apache.org'
   -%]
   [%- FOREACH but = buttons %]
  -             <tr>
  -                     <td class="menu-border"><br></td>
  -                     <td class="[% but.td_style %]">
  -                             <div class="[% but.style %]">
  -                                 <a href="[% but.link %]">[% but.text %]</a>
  -                             </div>
  -                     </td>
  -                     <td class="menu-border"><br></td>
  -             </tr>
  +        <tr>
  +            <td class="menu-border"><br></td>
  +            <td class="[% but.td_style %]">
  +                <div class="[% but.style %]">
  +                    <a href="[% but.link %]">[% but.text %]</a>
  +                </div>
  +            </td>
  +            <td class="menu-border"><br></td>
  +        </tr>
   
   [% END %]
  -             <tr>
  -                     <td class="menu-border" colspan="3" height="1"><br 
class="smallbr"></td>
  -             </tr>
  +        <tr>
  +            <td class="menu-border" colspan="3" height="1"><br 
class="smallbr"></td>
  +        </tr>
   [% END %]
   </div>
  
  
  
  1.7       +28 -28    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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- navbar_global     21 Feb 2002 08:55:18 -0000      1.6
  +++ navbar_global     21 Feb 2002 12:15:25 -0000      1.7
  @@ -5,35 +5,35 @@
   -%]
   [% IF nav -%]
       [% # prepare the sects to show where are we relative 
  -       # to the absolute root
  -       parents = [];
  -       p = nav.up;
  -       nav_not_empty = 0;
  -       WHILE p;
  -           parents.unshift(p);
  -           p = p.up;
  -        nav_not_empty = 1; 
  -       END;
  +        # to the absolute root
  +        parents = [];
  +        p = nav.up;
  +        nav_not_empty = 0;
  +        WHILE p;
  +            parents.unshift(p);
  +            p = p.up;
  +            nav_not_empty = 1; 
  +        END;
       
  -       sects = [];
  -       FOREACH p = parents;
  -           SET path = [];
  -           IF p.parent_rel_path.defined; # top level has no rel_path
  -               path.push(p.parent_rel_path);
  -           END;
  -           IF rel_doc_root.defined;
  -               path.push(rel_doc_root);
  -           END;
  -        nav_not_empty = 1; 
  -           link = path.join("/");
  -           sects.push({link => "$link/index.html", text => 
p.index_node.stitle});
  -       END;
  -       # a page has index as its parent, so we push it here
  -       IF rel_doc_root.defined;
  -        nav_not_empty = 1; 
  -           sects.push({link => "$rel_doc_root/index.html", 
  -                       text => nav.index_node.stitle});
  -       END;
  +        sects = [];
  +        FOREACH p = parents;
  +            SET path = [];
  +            IF p.parent_rel_path.defined; # top level has no rel_path
  +                path.push(p.parent_rel_path);
  +            END;
  +            IF rel_doc_root.defined;
  +                path.push(rel_doc_root);
  +            END;
  +            nav_not_empty = 1; 
  +            link = path.join("/");
  +            sects.push({link => "$link/index.html", text => 
p.index_node.stitle});
  +        END;
  +        # a page has index as its parent, so we push it here
  +        IF rel_doc_root.defined;
  +            nav_not_empty = 1; 
  +            sects.push({link => "$rel_doc_root/index.html", 
  +                        text => nav.index_node.stitle});
  +        END;
       -%]
   
   
  
  
  
  1.13      +1 -1      modperl-docs/tmpl/custom/html/page
  
  Index: page
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- page      21 Feb 2002 08:55:18 -0000      1.12
  +++ page      21 Feb 2002 12:15:25 -0000      1.13
  @@ -33,7 +33,7 @@
   <form method="post" action="/modperl-site/search/swish.cgi" 
enctype="application/x-www-form-urlencoded">
       [% INCLUDE page_body %]
       <br>
  -     <hr noshade size="1">
  +    <hr noshade size="1">
       [% INCLUDE tail %]
       <input type="hidden" name="metaname" value="swishdefault">
       <input type="hidden" name="sort" value="swishrank">
  
  
  
  1.3       +1 -1      modperl-docs/tmpl/custom/html/page_toc_section
  
  Index: page_toc_section
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/page_toc_section,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- page_toc_section  21 Feb 2002 08:55:18 -0000      1.2
  +++ page_toc_section  21 Feb 2002 12:15:25 -0000      1.3
  @@ -8,7 +8,7 @@
           <li><a href="[% sec.link %]">[% sec.title %]</a>
           [% IF sec.abstract %]
               <br>[% sec.abstract %]<br><br>
  -     [% END %]
  +        [% END %]
           [% IF sec.subs %]
               [% PROCESS page_toc_section subs=sec.subs %]
           [% END %]
  
  
  
  1.4       +2 -2      modperl-docs/tmpl/custom/html/title
  
  Index: title
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/title,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- title     21 Feb 2002 08:55:18 -0000      1.3
  +++ title     21 Feb 2002 12:15:25 -0000      1.4
  @@ -1,13 +1,13 @@
   [% IF doc.meta.title.defined %]
       <tr>
  -     <td>
  +        <td>
           <!--title-->
           <table border="0" width="100%" cellspacing="0" cellpadding="3">
               <tr>
                   <td bgcolor="#525A73" class="headline">[% doc.meta.title 
%]</td>
               </tr>
           </table>
  -     </td>
  +        </td>
       </tr>
   [% END %]
   </table>
  
  
  

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

Reply via email to