{extend name="../../admin/view/main"} {block name="button"} {/block} {block name='content'}
文章信息 | 搜索标签 | 文章状态 | 创建时间 | |||
---|---|---|---|---|---|---|
{$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} |