<#assign editableSubfix=['css','js','html','shtml','htm','xml','txt','svg','md','text','json']/>
<@tools.fileBackupList type=type path=path orderField=orderField> <#if path?has_content> <#list list as a> <#assign filePath=path?has_content?then(path+'/','')+a.fileName/>
<@t.page 'name'/> <@t.page 'modified_date'/> <@t.page 'create_date'/> <@t.page 'file.size'/> <@t.page 'operate'/>
<@t.page 'button.return'/>
<#if a.directory> ${a.fileName} <#else> ${a.fileName} ${a.lastModifiedTime?datetime} ${a.creationTime?datetime} <@t.fileSize a.size/> <@t.page 'button.recycle'/> <#if editableSubfix?seq_contains(a.fileName?keep_after_last('.')?lower_case)> <@t.page 'button.view'/>