summaryrefslogtreecommitdiffstats
path: root/shorewall-logfile-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'shorewall-logfile-html.lsp')
-rw-r--r--shorewall-logfile-html.lsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/shorewall-logfile-html.lsp b/shorewall-logfile-html.lsp
index 8bb8560..38b41d8 100644
--- a/shorewall-logfile-html.lsp
+++ b/shorewall-logfile-html.lsp
@@ -10,20 +10,24 @@ io.write("</span>")
?>
<H1>SYSTEM INFO</H1>
+<DL>
<?
local myform = form.status
local tags = { "status", "version", "autostart", }
displayinfo(myform,tags,"viewonly")
?>
+</DL>
<H1>LOGIFLES</H1>
<H2>DETAILS</H2>
<? local myform = form.config ?>
<H3>FILE DETAILS</H3>
+<DL>
<?
local tags = { "filename", "filesize", "mtime", "sumerrors" }
displayinfo(myform,tags,"viewonly")
?>
+</DL>
<H3>FILE CONTENT</H3><?
io.write(html.form[form.config.checkresult.type](form.config.checkresult))