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/07/01 09:28:48 UTC

cvs commit: modperl-docs/src/search search.tt

stas        2002/07/01 00:28:47

  Modified:    src      style.css
               src/search search.tt
  Log:
  a few missed tweaks from allan
  Submitted by:	allan
  
  Revision  Changes    Path
  1.76      +0 -7      modperl-docs/src/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/style.css,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- style.css	30 Jun 2002 15:58:57 -0000	1.75
  +++ style.css	1 Jul 2002 07:28:47 -0000	1.76
  @@ -298,13 +298,6 @@
   /*     margin: 0px 0px 2px 0px; */
   }
   
  -
  -/* List of site sections in search.tt */
  -li.search-list {
  -    list-style: none;
  -}
  -
  -
   /* "Results for" line in search results search.tt */
   td.search-header {
       background-color: #525d76;
  
  
  
  1.18      +3 -6      modperl-docs/src/search/search.tt
  
  Index: search.tt
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/search/search.tt,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- search.tt	30 Jun 2002 06:20:07 -0000	1.17
  +++ search.tt	1 Jul 2002 07:28:47 -0000	1.18
  @@ -68,15 +68,12 @@
   [% END %]
   
   [% BLOCK sub_items %]
  -    <ul>
       [%- FOREACH sec = subs -%]
   
  -    <li class="search-list">[% CGI.checkbox('sbm', 0, sec.section, sec.label); %]
  -        [%- IF sec.subs -%][%- PROCESS sub_items subs=sec.subs -%][%- END -%]</li>
  +    <div class="level">[% CGI.checkbox('sbm', 0, sec.section, sec.label); %]
  +        [%- IF sec.subs -%][%- PROCESS sub_items subs=sec.subs -%][%- END -%]</div>
   
       [%- END -%]
  -    </ul>
  -
   [% END %]
   
   [% BLOCK search_form %]
  @@ -150,7 +147,7 @@
   [% BLOCK results_list %]
   
       [% FOREACH item = search.results %]
  -        <dl>
  +        <dl class="toc">
               <dt>
                   <span class="search-result-title">
                       [% item.swishreccount %]
  
  
  

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