DEBUGGING

DEBUG INFO: CFE

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

INTERFACES

Edit interfaces

" .. (myform.name.value or '') .. "
") io.write("") local tags = { "edit", "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("") if (myform[v1]['type'] == "link") then io.write("") else io.write("") end end end io.write("
" .. myform[v1]['label'] .. "[ " .. string.gsub(myform[v1]['value'], "\n", "
") .. "
]
" .. string.gsub(myform[v1]['value'], "\n", "
") .. "
") end end io.write("
") ?>