{include file="public/head" /}
{notempty name="$data"} {foreach name="$data" id="da"} {/foreach} {/notempty}
ID
文件名称
文件大小
文件路径
上传时间
{$da['id']} {$da['filename']} {if condition="round($da['file_size']/1024,2) gt 1024"} {:round(round($da['file_size']/1024,2)/1024,2)} MB {else /} {:round($da['file_size']/1024,2)} KB {/if} {if condition="strlen($da['file_path']) > 20"} {:mb_substr($da['file_path'],0,20)}... 查看 {else /} {$da['file_path']} {/if} {$da['create_time']}
{$page}
{include file="public/footer" /}