<@row> <@columns> <@box color='danger'> <#assign path> <@aButton href='jsp/admin/system/ManageFilesSystem.jsp' title='${files_system_directory}' /> <@boxHeader title='#i18n{portal.system.view_files_system.boxTitle} ${path}' /> <@boxBody> <@table class="table table-hover table-condensed"> #i18n{portal.system.view_files_system.labelName} #i18n{portal.system.view_files_system.labelDate} #i18n{portal.system.view_files_system.labelLenght} <#list files_list as file> ${file.name} ${file.date?datetime?string.medium_short} ${file.size} Ko <@aButton href='jsp/admin/system/ViewFile.jsp?directory=${file.directory}&file=${file.name}' buttonIcon='eye' title='#i18n{portal.system.view_files_system.Display} ${file.name}' showTitle=false />