pbootcms多调解搜索
时间 :
2022-07-31
编辑 :超级管理员
<form action="{pboot:scaction}" method="get">
<input type="text" name="titile"> <!--搜索标题-->
<input type="text" name="author"> <!--搜索作者-->
<input type="text" name="content"> <!--搜索的内容-->
<input type="hidden" name="scode" value="1"> <!--可选限定条件(分类为1)-->
<input type="hidden" name="searchtpl" value="notesearch.html"> <!--可选限定条件(搜索列表页为notesearch.html)-->
<button type="submit">搜索</button>
</form>
