1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/include/mozsearch.inc
Gabor Hojtsy bb9335cb97 That <!--i--> does not seem to help, so remove it... Mozilla includes
the first link after the results in the listing for some reason...
2004-01-19 17:02:32 +00:00

27 lines
614 B
HTML

<search
name="PHP.net"
description="PHP.net - Search"
method="GET"
action="<?php echo $MYSITE; ?>manual-lookup.php"
searchForm="<?php echo $MYSITE; ?>"
update="<?php echo $MYSITE; ?>phpnetsearch.src"
updateCheckDays="7"
>
<input name="sourceid" value="Mozilla-search">
<input name="pattern" user="">
<interpret
browserResultType="result"
resultListStart="<!-- result list start -->"
resultListEnd="<!-- result list end -->"
resultItemEnd="<br />"
>
<browser
update="<?php echo $MYSITE; ?>phpnetsearch.src"
updateIcon="<?php echo $MYSITE; ?>images/phpnetsearch.png"
updateCheckDays="7"
>
</search>