summaryrefslogtreecommitdiffstats
path: root/shorewall-edit-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-15 15:45:10 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-15 15:45:10 +0000
commitcd8a0fb6f76896cd6173be462ed3a818c946492a (patch)
tree6d52ad4db1951cab73661c744e329cedcf37ff00 /shorewall-edit-html.lsp
parent91f600e62d83f942e722dd18e7c42c244557a610 (diff)
downloadacf-shorewall-cd8a0fb6f76896cd6173be462ed3a818c946492a.tar.bz2
acf-shorewall-cd8a0fb6f76896cd6173be462ed3a818c946492a.tar.xz
Added <DL> to the views, so that the css works as it should
git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@573 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'shorewall-edit-html.lsp')
-rw-r--r--shorewall-edit-html.lsp12
1 files changed, 12 insertions, 0 deletions
diff --git a/shorewall-edit-html.lsp b/shorewall-edit-html.lsp
index c3384bb..3e7a472 100644
--- a/shorewall-edit-html.lsp
+++ b/shorewall-edit-html.lsp
@@ -2,11 +2,15 @@
<h1>SYSTEM INFO</h1>
+<DL>
<dt>Program status</dt>
<DD><?= view.status.status ?></DD>
+</DL>
+<DL>
<dt>Program version</dt>
<dd><?= view.status.version ?></dd>
+</DL>
<h1>CONFIGURATION</h1>
@@ -14,14 +18,20 @@
<h3>File details</h3>
+<DL>
<dt>File name</dt>
<dd><?= view.file.details.path ?></dd>
+</DL>
+<DL>
<dt>File size</dt>
<dd><?= view.file.details.size ?></dd>
+</DL>
+<DL>
<dt>Last modified</dt>
<dd><?= view.file.details.mtime ?></dd>
+</DL>
<h3>File content</h3>
@@ -30,8 +40,10 @@
<textarea name="modifications"><?= view.file.content ?></textarea>
<H2>Save and apply above settings</H2>
+<DL>
<DT>Apply settings</DT>
<DD><input class="submit" type="submit" value="Apply"/></DD>
+</DL>
</form>
<H1>MANAGEMENT</H1>