• [织梦吧]唯一域名:www.dedecms8.com,织梦DedeCMS学习平台.

当前位置: > DedeCMS教程 > DedeCMS安装使用 >

把dedecms的搜索框,改为自己的多功能搜索框!

来源: www.dedecms8.com 编辑:织梦吧 时间:2011-04-19点击:

<!--body {  font-size: 12px}-->
把dedecms的搜索框,改为自己的多功能搜索框!

把 head.htm 的 <form>与</form>之间的代码,替换为以下代码:
 

  1.  <form name=bf *****ubmit="bottomForm();return false;"> 
  2.    <script> 
  3.  function bottomForm(){ 
  4.  var $=document.bf.key.value; 
  5.  if(document.bf.sto[0].checked)window.open("./plus/search.php?kwtype=0&keyword="+$,"a1"); 
  6.  if(document.bf.sto[1].checked)window.open("http://www.baidu.com/s?q1="+"&q6=blog.sina.com.cn","a2"); 
  7.  if(document.bf.sto[2].checked)window.open("http://www.google.com/search?hl=zh-CN&q="+"&as_sitesearch=blog.sina.com.cn","a3"); 
  8. // if(document.bf.sto[3].checked)window.open("http://www.gougou.com/search?id=1&search="+$,"a4"); 
  9. // if(document.bf.sto[4].checked)window.open("http://map.baidu.com/m?word="+$,"a5"); 
  10. // if(document.bf.sto[5].checked)window.open("http://bk.baidu.com/?kw="+"&submit=search","a6"); 
  11.  return false} 
  12.  </script>  <div class="form"> 
  13.  <h4>搜索</h4> 
  14. <!-- <input name="key" class="search-keyword" value="(输入搜索内容……)"> --> 
  15. <input name="key" class="search-keyword" value="(输入搜索内容……)" onfocus="if(this.value=='(输入搜索内容……)'){this.value='';}"  onblur="if(this.value==''){this.value='(输入搜索内容……)';}"> 
  16.  <input name=sto type=radio value="0" checked=true>本站内 
  17.  <input name=sto type=radio value="1"><a href="http://www.baidu.com">百度</a> 
  18.  <input name=sto type=radio value="2"><a href="http://www.google.cn">Google</a> 
  19. <!-- 
  20.  <input name=sto type=radio value="3"><a href="http://www.gougou.com">狗狗</a> 
  21.  <input name=sto type=radio value="4"><a href="http://map.baidu.com">地图</a> 
  22.  <input name=sto type=radio value="5"><a href="http://baike.baidu.com">百科</a> 
  23. --> 
  24.  <button type="submit" class="search-submit">搜索</button> 
  25.  </div> 
  26.  </form> 

其中,

“blog.sina.com.cn”

 换成你自己的独立域名。

原来的以下这段,似乎是用不上了,本人这样屏蔽掉:

<!--        <div class="tags">

    <h4>热门标签:</h4>

          <ul>

          {dede:tag row='10' getall='1' sort='month'}

            <li><a href='[field:link/]'>[field:tag /]</a></li>

          {/dede:tag}

          </ul>

        </div>

-->

此代码修改自本论坛的一位师兄的,谢谢他!

About D8

  • ©2014 织梦吧(d8) DedeCMS学习交流平台
  • 唯一网址 www.DedeCMS8.com 网站地图
  • 联系我们 1170734538@qq.com ,  QQ