0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phpwiki
/
1.3.14-6
/
standard
/
htdocs
/
themes
/
blog
/
templates
/
[
Home
]
File: search.tmpl
<!--{{{ LiveSearch--> <div id="searchholder"> <form id="searchform" name="searchform" action="<?= WikiURL(_("TitleSearch"))?>" method="get" accept-charset="<?=$charset?>"> <input type="text" id="livesearch" name="s" size="12" maxlength="256" value="<?=_("Search")?>" onfocus="if (this.value == '<?=_("Search")?>') {this.value = '';}" onmouseout="window.status=''; return true;" onmouseover="window.status='<?=_("Search")?>'; return true;" <?php if (ENABLE_LIVESEARCH) { ?> title="<?=_("LiveSearch")?>" onKeypress="liveSearchStart()" onblur="setTimeout('closeResults()',2000); if (this.value == '') {this.value = '<?=_("Search")?>';}" /> <br/> <div id="LSResult"> </div> <?php } else { ?> title="<?=_("TitleSearch")?>" /> <?php } ?> </form> </div> <!--}}}-->