local form, viewlibrary = ... ?>
require("viewfunctions") ?>
--[[ DEBUG INFORMATION
io.write("
DEBUGGING
DEBUG INFO: CFE
")
io.write(html.cfe_unpack(form))
io.write("")
--]]
?>
---[[ ?>
if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("basicstatus")
end ?>
--]] ?>
CONFIGURATION
if form.descr then ?>= string.gsub(form.descr, "\n", "
") ?>
end ?>
if form.errtxt then ?>= string.gsub(form.errtxt, "\n", "
") ?>
end ?>
---[[ ?>
if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("startstop")
end
?>
--]] ?>
--[[ DEBUG INFORMATION
io.write("DEBUGGING
DEBUG INFO: CFE
")
io.write(html.cfe_unpack(form))
io.write("")
--]]
?>