{template nheader.html}

{loop $list $t} {/loop}
{fc_lang('原文件名')} {fc_lang('文件扩展名')} {fc_lang('文件大小')} {fc_lang('远程附件')} {fc_lang('录入作者')} {fc_lang('上传时间')}
{dr_strcut($t['filename'], 60)} {$t['fileext']} {dr_format_file_size($t['filesize'])} {if $t['remote']}{fc_lang('是')}{else}{fc_lang('否')}{/if} {dr_strcut($t.author, 10)} {dr_date($t['inputtime'], NULL, 'red')}
  {if $this->ci->is_auth('admin/attachment/del')} {/if}
{template nfooter.html}