wp_search.php
来自「在综合英文版XOOPS 2.09, 2.091, 2.092 的基础上正式发布X」· PHP 代码 · 共 20 行
PHP
20 行
<?phpif( ! defined( 'WP_SEARCH_INCLUDED' ) ) { define( 'WP_SEARCH_INCLUDED' , 1 ) ; function b_wp_search_show($option) { $act_url = XOOPS_URL."/modules/wordpress/"; $block['content'] = <<<EOD <form id="searchform" method="get" action="$act_url"> <div> <input type="text" name="s" size="12" /> <input type="submit" name="submit" value="搜索" /> </div> </form>EOD; return $block; }}?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?