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-details-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-details-html.lsp')
-rw-r--r-- | openntpd-details-html.lsp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/openntpd-details-html.lsp b/openntpd-details-html.lsp new file mode 100644 index 0000000..0aa9292 --- /dev/null +++ b/openntpd-details-html.lsp @@ -0,0 +1,23 @@ +<% local data, viewlibrary = ... +require("viewfunctions") +%> +<% +--[[ DEBUG INFORMATION +io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>") +io.write(html.cfe_unpack(data)) +io.write("</span>") +--]] +%> + +<% if viewlibrary and viewlibrary.dispatch_component then + viewlibrary.dispatch_component("status") +end %> + +<H2><%= data.label %></H2> +<DL> +<% +displayitem(data.value.date) +displayitem(data.value.timechanged) +%> +</DL> + |