summaryrefslogtreecommitdiffstats
path: root/app/status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/status-html.lsp')
-rw-r--r--app/status-html.lsp12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/status-html.lsp b/app/status-html.lsp
new file mode 100644
index 0000000..6cb9eea
--- /dev/null
+++ b/app/status-html.lsp
@@ -0,0 +1,12 @@
+<? local data = ...
+require("viewfunctions")
+?>
+
+<H1>System Info</H1>
+<DL>
+<?
+displayitem(data.value.status)
+displayitem(data.value.version)
+displayitem(data.value.autostart)
+?>
+</DL>