帝国cms 搜索功能

帝国cms 搜索框编写

帝国cms最简全站搜索:


 

<form method="post" action="/e/search/index.php">
      <input type="hidden" name="show" value="title,smalltext,newstext,writer">
       <input type="text" name="keyboard" placeholder="Search ...">
</form>


title,smalltext,newstext,writer即标题,简介,正文,作者
可以自行调整.


搜索按钮:


 
<form method="post" action="/e/search/index.php">
       <input type="hidden" name="show" value="title,smalltext,newstext">
       <input name="keyboard" type="text" placeholder="Search ...">
       <input type="submit" name="submit" value="搜索">
</form>


搜索范围复选框:



 
<select name="tbname">
   <option value="download">下载</option>
   <option value="news">新闻</option>
</select>

tbnane和下面的值可更改为其他内容.

tbname默认值有: