联系官方销售客服
1835022288
028-61286886
搜索模板
请问header.html我这样写是哪里错了吗?(我是对照官方模板写的,但是提示系统模板文件不存在)
header搜索框我是这样写的
<form class="search-form" action="/index.php" method="get">
<input type="hidden" name="s" value="news">
<input type="hidden" name="c" value="search">
<input type="text" name="keyword" class="sousuo" value="" placeholder="请输入想要了解的信息" style="padding-left:10px;"/>
<input type="submit" class="but" value="搜索"/>
</form>
-----------------------------------------------
search.html是这样
{search module=MOD_DIR id=$searchid total=$sototal order=$params.order catid=$catid page=1 pagesize=1 urlrule=$urlrule}
{php $kw=@explode(',', $t.keywords);}
{loop $kw $a}
{if $a}
<li>
<div class="left_news"><a href="{$t.url}" title="{$t.title}" ><img src="{dr_thumb($t.thumb)}"></a></div>
<div class="right_news">
<h2><a href="{$t.url}" title="{$t.title}" >{$t.title}</a><h2>
<p> {dr_strcut($t.description, 80)}</p>
<ul class="left_news_s">
<li><span>{$uid}</span></li>
<li style="float: right;"><span style="color: #727272;">{$inputtime}</span></li>
</ul>
</div>
</li>
{/if}
{/loop}
{/search}
请教一下是哪里写错了呢?刚学习这个cms,谢谢。
谢谢您,按照您的方法找到没有的模板了。但是我调用的内容没又显示出来。
{search module=MOD_DIR id=$searchid total=$sototal order=$params.order catid=$catid page=1 pagesize=1 urlrule=$urlrule}
{php $kw=@explode(',', $t.keywords);}
{loop $kw $a}
{if $a}
<li>
<div class="left_news"><a href="{$t.url}" title="{$t.title}" ><img src="{dr_thumb($t.thumb)}"></a></div>
<div class="right_news">
<h2><a href="{$t.url}" title="{$t.title}" >{$t.title}</a><h2>
<p> {dr_strcut($t.description, 80)}</p>
<ul class="left_news_s">
<li><span>{$uid}</span></li>
<li style="float: right;"><span style="color: #727272;">{$inputtime}</span></li>
</ul>
</div>
</li>
{/if}
{/loop}
{/search}
请问search.html是这样调的吗?
参考文档:《模块内容搜索页面》