slive 01/01/23 15:18:34
Modified: htdocs/manual index.html.en index.html.ja.jis Log: Fix the search form in the docs. Perhaps it wasn't such a good idea to put the direct search here in the first place, since there are now thousands of broken search forms distributed around the world.... Revision Changes Path 1.48 +2 -1 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.47 retrieving revision 1.48 diff -u -d -b -u -r1.47 -r1.48 --- index.html.en 2001/01/18 18:30:11 1.47 +++ index.html.en 2001/01/23 23:18:25 1.48 @@ -49,8 +49,9 @@ <table cellspacing="0" cellpadding="0" border="0" width="600"> <tr><td align="center"> <form method="post" action="http://search.apache.org/"> - <input type="hidden" name="what" value="ap"> + <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"> </form> 1.7 +2 -1 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.6 retrieving revision 1.7 diff -u -d -b -u -r1.6 -r1.7 --- index.html.ja.jis 2001/01/16 09:13:38 1.6 +++ index.html.ja.jis 2001/01/23 23:18:27 1.7 @@ -49,8 +49,9 @@ <table cellspacing="0" cellpadding="0" border="0" width="600"> <tr><td align="center"> <form method="post" action="http://search.apache.org/"> - <input type="hidden" name="what" value="ap"> + <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"> </form>