{extend name="../../admin/view/main"} {block name="button"} {/block} {block name='content'}
{include file='article_content/index_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
文章信息 搜索标签 文章状态 创建时间
{$vo.title|default=''} {notempty name='vo.tags'}{foreach $vo.tags as $tag}{$tag}{/foreach}{/notempty}
{if $vo.status eq 0}已禁用{elseif $vo.status eq 1}使用中{/if} {$vo.create_at|format_datetime} {if auth("edit")} 编 辑 {/if} {if auth("state") and $vo.status eq 1} 禁 用 {/if} {if auth("state") and $vo.status eq 0} 启 用 {/if} {if auth("remove")} 删 除 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}