Commit 6ab45c71 authored by Joshua Slive's avatar Joshua Slive
Browse files

Fix the search form to interface to the new search engine.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87802 13f79535-47bb-0310-9956-ffa450edef68
parent 0aadd7ed
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>
+2 −1
Original line number Diff line number Diff line
@@ -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>
+7 −6
Original line number Diff line number Diff line
@@ -49,10 +49,11 @@
<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="button" value="Chercher">
   <input type="submit" value="Search">
   </form>
</td></tr></table>