local form, viewlibrary = ... ?>
require("viewfunctions") ?>
--[[ DEBUG INFORMATION
io.write("
DEBUGGING
DEBUG INFO: CFE
")
io.write(html.cfe_unpack(form))
io.write("")
--]]
?>
CONFIGURATION
EXPERT CONFIGURATION
FILE DETAILS
displayitem(form.value.filename)
displayitem(form.value.filesize)
displayitem(form.value.mtime)
?>
FILE ENTRIES
if form.descr then ?>= string.gsub(form.descr, "\n", "
") ?>
end ?>
if form.errtxt then ?>= string.gsub(form.errtxt, "\n", "
") ?>
end ?>
for line in string.gmatch(form.value.filecontent.value.."\n", "([^\n]*)\n") do ?>
= line ?> |
end ?>
if form.value.filecontent.errtxt then ?>= string.gsub(form.value.filecontent.errtxt, "\n", "
") ?>
end ?>