You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by er...@apache.org on 2004/01/04 22:33:48 UTC

cvs commit: httpd-docs-1.3/htdocs/manual index.html.en index.html.fr index.html.ja.jis

erikabele    2004/01/04 13:33:48

  Modified:    htdocs/manual index.html.en index.html.fr index.html.ja.jis
  Log:
  Fix the search function to search in the 1.3 docs only instead
  of all versions.
  
  Revision  Changes    Path
  1.57      +3 -6      httpd-docs-1.3/htdocs/manual/index.html.en
  
  Index: index.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/index.html.en,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- index.html.en	12 Nov 2003 01:30:05 -0000	1.56
  +++ index.html.en	4 Jan 2004 21:33:47 -0000	1.57
  @@ -63,12 +63,9 @@
           <tr>
             <td align="center">
               <form method="post" action="http://search.apache.org/">
  -              <input type="hidden" name="what"
  -              value="httpd.apache.org" /> <input type="hidden"
  -              name="results" value="20" /> <input type="hidden"
  -              name="version" value="2" /> <input type="text"
  -              name="keyword" size="20" /> <input type="submit"
  -              value="Search" />
  +              <input type="hidden" name="what" value="docs1" />
  +              <input type="text" name="query" size="20" />
  +              <input type="submit" value="Search" />
               </form>
             </td>
           </tr>
  
  
  
  1.8       +3 -4      httpd-docs-1.3/htdocs/manual/index.html.fr
  
  Index: index.html.fr
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/index.html.fr,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.html.fr	12 Nov 2003 01:30:05 -0000	1.7
  +++ index.html.fr	4 Jan 2004 21:33:48 -0000	1.8
  @@ -62,10 +62,9 @@
           <tr>
             <td align="center">
               <form method="post" action="http://search.apache.org/">
  -              <input type="hidden" name="what" value="ap" /> <input
  -              type="hidden" name="results" value="20" /> <input
  -              type="text" name="keyword" size="20" /> <input
  -              type="submit" value="Search" />
  +              <input type="hidden" name="what" value="docs1" />
  +              <input type="text" name="query" size="20" />
  +              <input type="submit" value="Search" />
               </form>
             </td>
           </tr>
  
  
  
  1.14      +3 -6      httpd-docs-1.3/htdocs/manual/index.html.ja.jis
  
  Index: index.html.ja.jis
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/index.html.ja.jis,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- index.html.ja.jis	12 Nov 2003 01:30:05 -0000	1.13
  +++ index.html.ja.jis	4 Jan 2004 21:33:48 -0000	1.14
  @@ -63,12 +63,9 @@
           <tr>
             <td align="center">
               <form method="post" action="http://search.apache.org/">
  -              <input type="hidden" name="what"
  -              value="httpd.apache.org" /><input type="hidden"
  -              name="results" value="20" /><input type="hidden"
  -              name="version" value="2" /><input type="text"
  -              name="keyword" size="20" /><input type="submit"
  -              value="search" />
  +              <input type="hidden" name="what" value="docs1" />
  +              <input type="text" name="query" size="20" />
  +              <input type="submit" value="Search" />
               </form>
             </td>
           </tr>
  
  
  

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