summaryrefslogtreecommitdiffstats
path: root/quagga-expert-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-04-08 09:39:36 +0000
committerMika Havela <mika.havela@gmail.com>2008-04-08 09:39:36 +0000
commit5901c2a6bf7c6f17a32bc957772dda9ec456ed55 (patch)
treeb2c44bdd48bd96fd40422e2e7c7faa6179314f55 /quagga-expert-html.lsp
parentbfac3536373cdd298169019d80a0af7078ce37b9 (diff)
downloadacf-quagga-5901c2a6bf7c6f17a32bc957772dda9ec456ed55.tar.bz2
acf-quagga-5901c2a6bf7c6f17a32bc957772dda9ec456ed55.tar.xz
Cleaning up code.
git-svn-id: svn://svn.alpinelinux.org/acf/quagga/trunk@952 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'quagga-expert-html.lsp')
-rw-r--r--quagga-expert-html.lsp15
1 files changed, 0 insertions, 15 deletions
diff --git a/quagga-expert-html.lsp b/quagga-expert-html.lsp
index cf70091..19bda27 100644
--- a/quagga-expert-html.lsp
+++ b/quagga-expert-html.lsp
@@ -1,12 +1,5 @@
<? local form = ... ?>
<?
---[[ 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>")
---]]
-?>
-<?
function displayinfo(myform,tags,viewtype)
for k,v in pairs(tags) do
if (myform[v]) and (myform[v]["value"]) then
@@ -103,11 +96,3 @@ if (cmdform) and (cmdform[tags[1]]) then
io.write('</dl></form>')
end ?>
-<?
---[[ 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>")
---]]
-?>
-