summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--shorewall-expert-html.lsp5
-rw-r--r--shorewall-logfile-html.lsp4
-rw-r--r--shorewall-status-html.lsp4
3 files changed, 13 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>
+
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))
diff --git a/shorewall-status-html.lsp b/shorewall-status-html.lsp
index 27534fa..7055966 100644
--- a/shorewall-status-html.lsp
+++ b/shorewall-status-html.lsp
@@ -10,16 +10,20 @@ io.write("</span>")
?>
<H1>SYSTEM INFO</H1>
+<DL>
<?
local myform = form.status
local tags = { "status", "version", "autostart", }
displayinfo(myform,tags,"viewonly")
?>
+</DL>
<H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2>
+<DL>
<?
local myform = form.status
local tags = { "state", }
displayinfo(myform,tags,"viewonly")
?>
+</DL>