mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
27 lines
614 B
HTML
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> |