summaryrefslogtreecommitdiffstats
path: root/openntpd-read-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-10 14:52:47 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-10 14:52:47 +0000
commit116d2438209781f88faaac07a48fb801852247e7 (patch)
tree9703faa647d038ad0f7e0675ca27d808871ea706 /openntpd-read-html.lsp
parent705ca5ef914ce16ee099d7687c541934962ea067 (diff)
downloadacf-openntpd-116d2438209781f88faaac07a48fb801852247e7.tar.bz2
acf-openntpd-116d2438209781f88faaac07a48fb801852247e7.tar.xz
Changing tabnames and first page info
git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@536 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openntpd-read-html.lsp')
-rw-r--r--openntpd-read-html.lsp27
1 files changed, 0 insertions, 27 deletions
diff --git a/openntpd-read-html.lsp b/openntpd-read-html.lsp
deleted file mode 100644
index 4d1e840..0000000
--- a/openntpd-read-html.lsp
+++ /dev/null
@@ -1,27 +0,0 @@
-<? local view = ... ?>
-
-<h1>System time</h1>
-
-<h2>SYSTEM INFO</h2>
-
-<dt>Program version</dt>
-<dd><? io.write(view.statusinfo.version) ?></dd>
-
-<dt>Process status</dt>
-<dd><? io.write(view.statusinfo.status) ?></dd>
-
-<dt>Configured as server (listens)</dt>
-<dd><? io.write(view.statusinfo.listenstate) ?></dd>
-
-<dt>Current time</dt>
-<dd><? io.write(view.statusinfo.date) ?></dd>
-
-<dt>Previous time adjustment</dt>
-<dd><? io.write(view.statusinfo.timechanged) ?></dd>
-
-<?
---[[ DEBUG INFORMATION
-require("debugs")
-io.write(debugs.variables(view))
---]]
-?>