search.tmpl

来自「PhpWiki是sourceforge的一个开源项目」· TMPL 代码 · 共 23 行

TMPL
23
字号
<!--{{{ 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><!--}}}-->

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?