DEBUGGING

DEBUG INFO: CFE

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

SYSTEM INFO

Configured interfaces

" .. (myform.name.value or '') .. "
") io.write("") -- io.write("") local tags = {"method", "address", "netmask", "gateway", "provider", "hostname", "pre-up", "up", "down", "post-down", "comment", } for k1,v1 in pairs(tags) do if (myform[v1]['value'] ~= "") then io.write("") io.write("") end end io.write("
" .. (myform.name.value or '') .. "
" .. myform[v1]['label'] .. "" .. string.gsub(myform[v1]['value'], "\n", "
") .. "
") end end io.write("
") ?>
DEBUGGING

DEBUG INFO: CFE

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