DEBUGGING

DEBUG INFO: CFE

") io.write(html.cfe_unpack(view)) io.write("
") --]] ?> 0) then val.class = "error" io.write(" class='error'") end io.write(">" .. val.label .. "\n") if (viewonly) then io.write("\t\t
" .. val.value .. "\n") else io.write("\t\t
" .. html.form[val.type](val) .. "\n") end if (val.descr) and (#val.descr > 0) then io.write("\t\t

" .. string.gsub(val.descr, "\n", "
") .. "

\n") end if (#val.errtxt > 0) then io.write("\t\t

" .. string.gsub(val.errtxt, "\n", "
") .. "

\n") end io.write("\t\t
\n") end end end ?>

SYSTEM INFO

CONFIGURATION

Expert config

File details

FILE CONTENT

SAVE AND APPLY ABOVE SETTINGS

') io.write('

MANAGEMENT

') io.write('
') io.write('
' .. cmdform[tags[1]]["label"] .. '
') io.write('
') for k,v in pairs(tags) do if (cmdform[v]) then io.write(html.form[cmdform[v].type](cmdform[v])) end end io.write('
') if (cmdresult) and (cmdresult.action) and (#cmdresult.action.descr > 0) then io.write('
' .. cmdresult.label .. '
') io.write('
' .. cmdresult.action.descr .. '
') end io.write('
') end ?> DEBUGGING

DEBUG INFO: CFE

") io.write(html.cfe_unpack(form)) io.write("
") --]] ?>