<% local form, viewlibrary, page_info, session = ... %> <% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> <% local header_level = htmlviewfunctions.displaysectionstart(form, page_info) htmlviewfunctions.displayitem(form.value.filename) htmlviewfunctions.displayitem(form.value.filesize) if form.value.grep.value ~= "" then htmlviewfunctions.displayitem(form.value.grep) end %>

<% htmlviewfunctions.displayitemstart() %> Start / Stop tailing file <% htmlviewfunctions.displayitemmiddle() %> <% htmlviewfunctions.displayitemend() %> <% htmlviewfunctions.displaysectionend(header_level) %>