From 2cc08d53216abf6203ed971cdb3a88b410a45f08 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 9 Apr 2008 15:00:48 +0000 Subject: Cleaning up the code and activating all visible functions (show/expert/logfile) git-svn-id: svn://svn.alpinelinux.org/acf/dnscache/trunk@983 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dnscache-status-html.lsp | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'dnscache-status-html.lsp') diff --git a/dnscache-status-html.lsp b/dnscache-status-html.lsp index c70ea95..b23ad5a 100644 --- a/dnscache-status-html.lsp +++ b/dnscache-status-html.lsp @@ -21,18 +21,9 @@ displayinfo(myform,tags,"viewonly")

PROGRAM SPECIFIC OPTIONS/INFORMATION

0) then io.write(" class='error'") end - io.write(">" .. myform.label .. "\n") - io.write("\t\t
\n") - io.write("\t\t
"..myform.value.."
\n") - io.write("\t\t
\n") - end -end +local myform = form.status +local tags = { "ip", "cachesize", } +displayinfo(myform,tags,"viewonly") ?> -
+ -- cgit v1.2.3