summaryrefslogtreecommitdiffstats
path: root/chrony-status-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-09-22 21:02:48 +0000
committerTed Trask <ttrask01@yahoo.com>2008-09-22 21:02:48 +0000
commitda850749abcdb675610d4c9805bdf3efaa764de8 (patch)
treedd97f2a3b8121dc552a60259244b32818800ac82 /chrony-status-html.lsp
parente1b24fbcaf560a158f5dc99e4ea5debf9bdaf38f (diff)
downloadacf-chrony-da850749abcdb675610d4c9805bdf3efaa764de8.tar.bz2
acf-chrony-da850749abcdb675610d4c9805bdf3efaa764de8.tar.xz
Update of chrony to use new libraries and standard lsp files.
git-svn-id: svn://svn.alpinelinux.org/acf/chrony/trunk@1482 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'chrony-status-html.lsp')
l---------[-rw-r--r--]chrony-status-html.lsp29
1 files changed, 1 insertions, 28 deletions
diff --git a/chrony-status-html.lsp b/chrony-status-html.lsp
index ebd2052..b2f8480 100644..120000
--- a/chrony-status-html.lsp
+++ b/chrony-status-html.lsp
@@ -1,28 +1 @@
-<% local form = ...
-require("viewfunctions")
-%>
-<%
---[[ DEBUG INFORMATION
-io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
-io.write(html.cfe_unpack(form))
-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 = { "date", }
-displayinfo(myform,tags,"viewonly")
-%>
-</DL>
+../status-html.lsp \ No newline at end of file