wrowe 00/12/29 20:09:10
Modified: htdocs/manual index.html.en index.html.ja.jis Log: Credit to Carol Compton <[EMAIL PROTECTED]> for finding this bug in our html, and thanks to Dirk for kindly restating all the obvious bits. Dunno how long this was broken, but it must have been coded by a javascripter ... buttons that go nowhere :-) Revision Changes Path 1.45 +2 -2 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.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- index.html.en 2000/12/29 23:34:37 1.44 +++ index.html.en 2000/12/30 04:09:09 1.45 @@ -48,11 +48,11 @@ <table cellspacing="0" cellpadding="0" border="0" width="600"> <tr><td align="center"> - <form method="POST" action="http://search.apache.org/"> + <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="button" value="Search"> + <input type="submit" value="Search"> </form> </td></tr></table> 1.5 +1 -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.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- index.html.ja.jis 2000/12/30 02:52:27 1.4 +++ index.html.ja.jis 2000/12/30 04:09:09 1.5 @@ -52,7 +52,7 @@ <input type="hidden" name="what" value="ap"> <input type="hidden" name="results" value="20"> <input type="text" name="keyword" size="20"> - <input type="button" value="Search"> + <input type="submit" value="Search"> </form> </td></tr></table>