summaryrefslogtreecommitdiffstats
path: root/shorewall-expert-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-04-09 13:27:39 +0000
committerMika Havela <mika.havela@gmail.com>2008-04-09 13:27:39 +0000
commit9356cec7c1321adf4997cbe12d2d857a59f251e2 (patch)
treef809d37515931a922b86ea085160d6f1bc9f6f7c /shorewall-expert-html.lsp
parentbe8a05d0e4ae337d2cee99c3197f6ef5bf5c5779 (diff)
downloadacf-shorewall-9356cec7c1321adf4997cbe12d2d857a59f251e2.tar.bz2
acf-shorewall-9356cec7c1321adf4997cbe12d2d857a59f251e2.tar.xz
Graphical bugfix.
git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@972 ab2d0c66-481e-0410-8bed-d214d4d58bed
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>
+