diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-09-25 17:27:00 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-09-25 17:27:00 +0000 |
commit | f245e2e14659aa70b4d752df31745b1455cc955a (patch) | |
tree | d70371de44c0a471c2ea18d4e19d276206bc6072 /openntpd-status-html.lsp | |
parent | 7211c255e90d9262fe2b4b71bc33fe6857603183 (diff) | |
download | acf-openntpd-f245e2e14659aa70b4d752df31745b1455cc955a.tar.bz2 acf-openntpd-f245e2e14659aa70b4d752df31745b1455cc955a.tar.xz |
Modified openntpd to use new libraries and lsp files.
git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@1514 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openntpd-status-html.lsp')
l---------[-rw-r--r--] | openntpd-status-html.lsp | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/openntpd-status-html.lsp b/openntpd-status-html.lsp index c4c709d..b2f8480 100644..120000 --- a/openntpd-status-html.lsp +++ b/openntpd-status-html.lsp @@ -1,29 +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 = { "setstimeonstartup", "date", "timechanged", } -displayinfo(myform,tags,"viewonly") -%> -</DL> - +../status-html.lsp
\ No newline at end of file |