{include file="public/layout" /}
文件名
|
文件大小
|
更新时间
|
操作
|
---|
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||
{if condition="in_array($vo['filetype'], array('dir','dir2'))"}
|
{$vo.filesize|default=''}
|
{notempty name="$vo.filetime"}
{$vo.filetime|date='Y-m-d',###}
{/notempty}
|
{eq name="$vo['filemine']" value='image'}
{if condition="in_array($vo['filetype'], $replaceImgOpArr)"}
{eq name="$Think.const.CONTROLLER_NAME.'@replace_img'|is_check_access" value="1"}
替换
{/eq}
{/if}
{else /}
{if condition="in_array($vo['filetype'], $editOpArr)"}
{eq name="$Think.const.CONTROLLER_NAME.'@edit'|is_check_access" value="1"}
编辑
{/eq}
{/if}
{/eq}
|