{extend name='main'} {block name="button"} {if auth("upload")} 上传 {/if} {/block} {block name="content"}
{notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
名称 操作
{$vo.title|default=''} {if auth("edit")} 编辑 {/if} {if auth("down")} 下载 {/if} {if auth("remove")} 删 除 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}