{template 'search', 'header'}
{pc:get sql="select title,url,thumb,description,inputtime from v9_news where title like '%$q%' UNION ALL select title,url,thumb,description,inputtime from v9_picture where title like '%$q%' UNION ALL select title,url,thumb,description,inputtime from v9_banner where title like '%$q%' UNION ALL select title,url,thumb,description,inputtime from v9_product where title like '%$q%' UNION ALL select title,url,thumb,description,inputtime from v9_gsgs where title like '%$q%' UNION ALL select title,url,thumb,description,inputtime from v9_dp where title like '%$q%' UNION ALL select title,url,thumb,description,inputtime from v9_service where title like '%$q%' UNION ALL select title,url,thumb,description,inputtime from v9_recruit where title like '%$q%' UNION ALL select title,url,thumb,description,inputtime from v9_about where title like '%$q%'" num="2000" page="$page"} {if $data == ""} 未搜索到结果! {else} {loop $data $v}
{$v[title]}
{$v[description]}
{date('Y-m-d',time($v[inputtime]))}
{/loop} {/if} {/pc} {loop $data $i $r} {/loop} {if empty($data)}未找到结果{/if}
{$pc_pages}
{if $setting['suggestenable']} {/if} {template 'search', 'footer'}