summaryrefslogtreecommitdiffstats
path: root/shorewall-expert-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'shorewall-expert-html.lsp')
-rw-r--r--shorewall-expert-html.lsp5
1 files changed, 5 insertions, 0 deletions
diff --git a/shorewall-expert-html.lsp b/shorewall-expert-html.lsp
index cc2242c..522e110 100644
--- a/shorewall-expert-html.lsp
+++ b/shorewall-expert-html.lsp
@@ -10,11 +10,13 @@ io.write("</span>")
?>
<H1>SYSTEM INFO</H1>
+<DL>
<?
local myform = form.status
local tags = { "status", "version", "autostart", }
displayinfo(myform,tags,"viewonly")
?>
+</DL>
<h1>CONFIGURATION</h1>
@@ -22,6 +24,7 @@ displayinfo(myform,tags,"viewonly")
<h3>List of configfiles</h3>
<? local myform = form.config ?>
+<DL>
<TABLE>
<TR style="background:#eee;font-weight:bold;">
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">File</TD>
@@ -38,3 +41,5 @@ displayinfo(myform,tags,"viewonly")
</TR>
<? end ?>
</TABLE>
+</DL>
+