引用:
本插件由版主sakurakawaii于07年5月13日20:42分
在Windows XP Discuz!5.5.0标准模版 IE6 Mysql4.1下测试安装无错
本测试仅代表此插件安装无错,不包括今后长期使用中可能出现的问题
演示:
方法:
templates/defalut/search.htm
查找:
复制内容到剪贴板
代码:
<form method="post" action="search.php" onSubmit="if(this.srchtype[0].value=='qihoo' && this.srchtype[0].checked) this.target='_blank'; else this.target=''; return true;">替换为:
复制内容到剪贴板
代码:
<form name="f" action="search.php" onSubmit="if(this.srchtype[3].value=='baidu' && this.srchtype[3].checked) {this.action='http://www.baidu.com/s'; this.wd.value=this.srchtxt.value+' '+this.srchuname.value; this.target='_blank';}else if(this.srchtype[4].value=='google' && this.srchtype[4].checked) {this.action='http://www.google.cn/search'; this.q.value=this.srchtxt.value+' '+this.srchuname.value; this.target='_blank';}">再找:
复制内容到剪贴板
代码:
<!--{if $qihoo_status}--><input class="radio" type="radio" name="srchtype" value="qihoo" $checktype[qihoo]> {lang search_qihoo}<!--{/if}-->如果不想要奇虎的搜索, 就用以下代码替换, 要是保留, 就在
上面加:
复制内容到剪贴板
代码:
<input class="radio" type="radio" name="srchtype" value="baidu"> 百度搜索
<input type="hidden" name="cl" value="3">
<input type="hidden" name="wd" value="">
<input class="radio" type="radio" name="srchtype" value="google"> Google 搜索
<input name="q" type="hidden" title="Google 搜索" value="">
<input type="hidden" name="complete" value="1">
<input name="hl" type="hidden" value="zh-CN">
<input type="hidden" name="ie" value="GB2312">完成... 简单功能...呵呵~
[
本帖最后由 oytktk 于 2007-8-24 09:05 编辑 ]