diff options
Diffstat (limited to 'shorewall-config-html.lsp')
-rw-r--r-- | shorewall-config-html.lsp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/shorewall-config-html.lsp b/shorewall-config-html.lsp index 3523ed6..db97aa5 100644 --- a/shorewall-config-html.lsp +++ b/shorewall-config-html.lsp @@ -53,11 +53,9 @@ displayinfo(myform,tags,"viewonly") </DL> -<? local myform = form.config ?> <form name="cmd" action="" method="POST"> +<? local myform = form.config ?> <h1>CONFIGURATION</h1> - - <H2>Advanced configuration</H2> <H3>Parameters</H3> <DL> @@ -76,7 +74,6 @@ displayinfo(myform,tags) </DL> - <H3>Defince zones</H3> <DL> <? @@ -133,7 +130,7 @@ if (cmdform) and (cmdform[tags[1]]) then <? --]] ?> <? ----[[ DEBUG INFORMATION +--[[ DEBUG INFORMATION io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>") io.write(html.cfe_unpack(form)) io.write("</span>") |