local form = ...
require("viewfunctions")
?>
--[[ DEBUG INFORMATION
io.write("
DEBUGGING
DEBUG INFO: CFE
")
io.write(html.cfe_unpack(form))
io.write("")
--]]
?>
File Details
displayitem(form.value.filename) ?>
displayitem(form.value.filesize) ?>
displayitem(form.value.mtime) ?>
= form.label ?>
if form.descr then ?>= string.gsub(form.descr, "\n", "
") ?>
end ?>
if form.errtxt then ?>= string.gsub(form.errtxt, "\n", "
") ?>
end ?>