summaryrefslogtreecommitdiffstats
path: root/openntpd-expert-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-15 15:45:45 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-15 15:45:45 +0000
commit2b1f2553e5fc10833ed5cb6996f6c9dc4d30bba4 (patch)
tree862b8e18de3efb9a1cbd00e23f5e9fa8235b623c /openntpd-expert-html.lsp
parent6f3662eb2e408ef2e281626f52419bc966d638cd (diff)
downloadacf-openntpd-2b1f2553e5fc10833ed5cb6996f6c9dc4d30bba4.tar.bz2
acf-openntpd-2b1f2553e5fc10833ed5cb6996f6c9dc4d30bba4.tar.xz
Changed Makefile and added <DL>
git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@574 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openntpd-expert-html.lsp')
-rw-r--r--openntpd-expert-html.lsp9
1 files changed, 9 insertions, 0 deletions
diff --git a/openntpd-expert-html.lsp b/openntpd-expert-html.lsp
index 4ccce68..9de9b0f 100644
--- a/openntpd-expert-html.lsp
+++ b/openntpd-expert-html.lsp
@@ -18,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>
@@ -34,8 +40,11 @@
<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>