local view = ... ?>
System time
SYSTEM INFO
Process status
io.write(view.statusinfo.status) ?> if (view.startstop.status) then io.write(" (" .. view.startstop.status .. ")") end ?>
Start or stop process
Details
File name
= view.filecontent.filedetails.longname ?>
File size
= view.filecontent.filedetails.size ?>
Last modified
= view.filecontent.filedetails.mtimelong ?>
if (view.statusinfo.errtxt) then ?>
Error message
= view.statusinfo.errtxt ?>
end ?>
Content
---[[ DEBUG INFORMATION
require("debugs")
io.write(debugs.variables(view))
--]]
?>