By default print 25 results hits like the standard
search interface at /search/search.html
This commit is contained in:
parent
341422d566
commit
09300fc353
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=3948
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY date "$Date: 1998-12-17 20:24:46 $">
|
||||
<!ENTITY date "$Date: 1998-12-20 14:42:17 $">
|
||||
<!ENTITY title "FreeBSD Inc.">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -261,7 +261,7 @@
|
|||
<form action="http://www.freebsd.org/cgi/search.cgi" method="get">
|
||||
<small> Search for:<br>
|
||||
<input type="text" name="words" size="10">
|
||||
<input type="hidden" name="max" value="12">
|
||||
<input type="hidden" name="max" value="25">
|
||||
<input type="hidden" name="source" value="www">
|
||||
<input type="submit" value="Go"></small>
|
||||
</form>
|
||||
|
@ -308,7 +308,7 @@
|
|||
<tr>
|
||||
<td align="left" valign="top"><small><a
|
||||
href="&base;/mailto.html">Contact us</a><br>
|
||||
$Date: 1998-12-17 20:24:46 $</small></td>
|
||||
$Date: 1998-12-20 14:42:17 $</small></td>
|
||||
|
||||
<td align="right" valign="top"><small>Copyright © 1995-1998
|
||||
FreeBSD Inc.<br>
|
||||
|
|
Loading…
Reference in a new issue