<% local form, viewlibrary = ... require("viewfunctions") %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("statusbasic") end %>

CONFIGURATION

<% local myform = form.config %>
" method="POST">

EXPERT CONFIGURATION

FILE DETAILS

<% local tags = { "filename","filesize", "mtime", "sumerrors" } displayinfo(myform,tags,"viewonly") %>
<% if (form.config.filecontent) then %>

FILE CONTENT

<% io.write(html.form[form.config.filecontent.type](form.config.filecontent)) %>

SAVE AND APPLY ABOVE SETTINGS

<% local tags = { "cmdsave", } displayinfo(myform,tags) %>
<% end %> <% -- Management buttons local myform = form.management local tags = { "start", "stop", "restart" } if (myform) then io.write("

MANAGEMENT

\n
") displaymanagement(myform,tags) io.write("
") end %>