<@t.page 'file.name'/>
<@t.page 'modified_date'/>
<@t.page 'create_date'/>
<@t.page 'file.size'/>
<#if path?has_content>
[<@t.page 'directory'/>]
<#assign imageSuffix=["png","gif","jpg","jpeg","bmp"] flashSuffix=["swf","fla"] /> <@_webFileList path=path> <#list list as a>
<#assign filePath=path?has_content?then(path+'/','/')+a.fileName/>
<#if a.directory>[<@t.page 'directory'/>]
<#if a.directory> ${a.fileName} <#else> <#if 'image'=type&&imageSuffix?seq_contains(a.fileName?keep_after_last('.'))||'flash'=type&&flashSuffix?seq_contains(a.fileName?keep_after_last('.'))> ${a.fileName} <#else> ${a.fileName}
${a.lastModifiedTime?datetime}
${a.creationTime?datetime}
<@t.fileSize a.size/>