帝国cms7.5搜索表单的制作(帝国cms怎么做搜索模块)

MoBan5源码 | 2025-07-23 10:36:16 |
这个代码最好先认真看一看后再去替换需要仿站的表单,不然到时出错那就不怪我了

<form action="[!--news.url--]e/search/index.php" method="post" name="searchform"> 

<input type="hidden" name="show" value="title" />

<input type="hidden" name="tempid" value="1" />

<input type="hidden" name="tbname" value="news" />

<input type="text" name="keyboard" placeholder="输入 “课程” 相关词..." class="text" /> 

<button type="submit" class="btn" value=""></button> 

</form>


标签: