diff options
author | Mika Havela <mika.havela@gmail.com> | 2007-12-06 07:14:37 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2007-12-06 07:14:37 +0000 |
commit | 0475c30f9133a5835bc13dc784f03df0812bc483 (patch) | |
tree | 2fea2300fbff9f48480326874dcb0ed5bcc7e255 /openntpd-logfile-html.lsp | |
parent | 2b5a0f05362308d68c855425a682b4b532431c4c (diff) | |
download | acf-openntpd-0475c30f9133a5835bc13dc784f03df0812bc483.tar.bz2 acf-openntpd-0475c30f9133a5835bc13dc784f03df0812bc483.tar.xz |
Renamed files and deleted old files
git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@414 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openntpd-logfile-html.lsp')
-rw-r--r-- | openntpd-logfile-html.lsp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/openntpd-logfile-html.lsp b/openntpd-logfile-html.lsp new file mode 100644 index 0000000..748bd09 --- /dev/null +++ b/openntpd-logfile-html.lsp @@ -0,0 +1,21 @@ +<? local view = ... ?> +<html> +<body> +<h1>LOGFILE</h1> + +<h2>Details</h2> + +<dt>Logfile</dt> +<dd><?= view.logfile.cmd ?></dd> + +<h2>Content</h2> +<textarea name="" style="width:100%;height:450px;"><? io.write(view.logfile.value) ?></textarea> +</body> +</html> + +<? +--[[ DEBUG INFORMATION +require("debugs") +io.write(debugs.variables(view)) +--]] +?> |