summaryrefslogtreecommitdiffstats
path: root/opennhrp-show-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'opennhrp-show-html.lsp')
-rw-r--r--opennhrp-show-html.lsp12
1 files changed, 12 insertions, 0 deletions
diff --git a/opennhrp-show-html.lsp b/opennhrp-show-html.lsp
new file mode 100644
index 0000000..4490d56
--- /dev/null
+++ b/opennhrp-show-html.lsp
@@ -0,0 +1,12 @@
+<? local data, viewlibrary, page_info = ...
+require("viewfunctions")
+?>
+
+<? if viewlibrary and viewlibrary.dispatch_component then
+ viewlibrary.dispatch_component("status")
+end ?>
+
+<H1><?= data.label ?></H1>
+<DL>
+<? displayitem(data) ?>
+</DL>