📄 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><!--}}}-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -