<% local data, viewlibrary, page_info, session = ... require("htmlviewfunctions") html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"edit"}, session) %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") end %>

<%= html.html_escape(data.label) %>

<% for i,file in ipairs(data.value) do %> <% end %>
File Size Last Modified
<%= html.link{value = "edit?filename=" .. file.filename.."&redir="..page_info.orig_action, label=file.filename} %> <%= html.html_escape(file.filesize) %> <%= html.html_escape(file.mtime) %>