{include file="component/head" /} {include file="component/header-simple" /}
搜索结果:{$keyword}
{if $items} {volist name="items" id="item"}
{if $type == 'article'} {$item.title} {else} {$item.title} {/if}

{$item.title}

{$item.category.name} {$item.author} {$item.publishdate|date="Y-m-d"}
{/volist} {else}

暂无相关{$type == 'article' ? '文章' : '资源'}

{/if}
{include file="component/footer" /} {include file="component/foot" /}