「特科网」12年专注网站建设,小程序开发,SEO优化服务!

特科自用

帝国CMS

帝国CMS搜索表单使用说明

帝国CMS搜索表单使用说明,帝国CMS怎么使用搜索表单?搜索模板制作

<form method="post" action="/e/search/" name="searchform">
    <input type="hidden" name="show" value="title,newstext">
    <input type="hidden" name="tbname" value="news">
    <input type="hidden" name="tempid" value="1">
    <input type="text" name="keyboard" placeholder="搜索内容">
    <input type="submit" value="搜索">
</form>