summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Makefile7
-rw-r--r--openntpd-expert-html.lsp9
2 files changed, 13 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f7def4e..3b7a3b6 100644
--- a/Makefile
+++ b/Makefile
@@ -3,13 +3,14 @@ PACKAGE=acf-$(APP_NAME)
VERSION=2.0_alpha3
APP_DIST=\
-openntpd-controller.lua \
-openntpd-model.lua \
openntpd-config-html.lsp \
+openntpd-controller.lua \
openntpd-expert-html.lsp \
openntpd-logfile-html.lsp \
+openntpd-model.lua \
openntpd-status-html.lsp \
-openntpd.menu
+openntpd.menu \
+
EXTRA_DIST=README Makefile config.mk
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>