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 mo...@apache.org on 2002/04/27 01:00:51 UTC

cvs commit: modperl-docs/tmpl/custom/html search search_field

moseley     02/04/26 16:00:51

  Modified:    src/search search.tt
               tmpl/custom/html search search_field
  Log:
  
  
  Revision  Changes    Path
  1.14      +1 -1      modperl-docs/src/search/search.tt
  
  Index: search.tt
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/search/search.tt,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- search.tt	24 Apr 2002 04:15:27 -0000	1.13
  +++ search.tt	26 Apr 2002 23:00:51 -0000	1.14
  @@ -82,7 +82,7 @@
   [% BLOCK search_form %]
   
       <div class="searchform">
  -    [% CGI.start_form( '-action' => CGI.script_name) %]
  +    [% CGI.start_form( '-action' => CGI.script_name, '-method' => 'GET' ) %]
           [% CGI.textfield( {
               name    => 'query',
               size    => 40,
  
  
  
  1.22      +1 -1      modperl-docs/tmpl/custom/html/search
  
  Index: search
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/search,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- search	24 Apr 2002 04:15:27 -0000	1.21
  +++ search	26 Apr 2002 23:00:51 -0000	1.22
  @@ -45,7 +45,7 @@
               <td class="menu-border"><br></td>
               <td class="non-sel-bg" align="center">
                   <div class="nonselectedmenuitem">
  -                    <form method="post" action="[% doc.dir.abs_doc_root %]/search/swish.cgi" enctype="application/x-www-form-urlencoded" name="site_search_form">
  +                    <form method="GET" action="[% doc.dir.abs_doc_root %]/search/swish.cgi" enctype="application/x-www-form-urlencoded" name="site_search_form">
                           [% PROCESS search_widget %]
                       </form>
                   </div>
  
  
  
  1.2       +1 -1      modperl-docs/tmpl/custom/html/search_field
  
  Index: search_field
  ===================================================================
  RCS file: /home/cvs/modperl-docs/tmpl/custom/html/search_field,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- search_field	19 Apr 2002 19:47:36 -0000	1.1
  +++ search_field	26 Apr 2002 23:00:51 -0000	1.2
  @@ -8,7 +8,7 @@
   
   [% USE CGI %]
   
  -    <form method="post" action="[% doc.dir.abs_doc_root %]/search/swish.cgi" enctype="application/x-www-form-urlencoded" name="site_search_form">
  +    <form method="GET" action="[% doc.dir.abs_doc_root %]/search/swish.cgi" enctype="application/x-www-form-urlencoded" name="site_search_form">
           [%
               IF doc.meta.link == 'search/searchresults.html';
                   PROCESS results_search_widget;
  
  
  

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