{template nheader.html}

{fc_lang('单击数据表名称可查看数据表的详细字段介绍')}

{loop $list $t} {/loop}
{fc_lang('表名称')}   {fc_lang('数据量')} {fc_lang('多余空间')} {fc_lang('文件大小')} {fc_lang('更新时间')}
{$t['name']} {$t['note']} {$t['rows']} {dr_format_file_size($t['freesize'])} {dr_format_file_size($t['filesize'])} {$t['update']} {$t['collation']}
 
{template "nfooter.html"}