{include file="head.html"}
{include file="header.html"}
{include file="search/nav.html"}
{if get('keyword')}

搜索“{$smarty.get.keyword|html}”的相关信息

{/if} {if $data}
{foreach item=c key=k from=$data} {if get('type') eq 'product'} {include file="search/product.html"} {else}

{$k+1}.{$c.title} {if $c.userid}作者:{$c.nickname}{/if}

{$c.description}

发布时间:{$c.dateline|date:Y-m-d H:i:s} 所属类别:{$c.cname}
{/if} {/foreach}
{$pagelist}
{else}

暂无相关搜索

{/if}
{include file="footer.html"}