summaryrefslogtreecommitdiffstats
path: root/hostname-read-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'hostname-read-html.lsp')
-rw-r--r--hostname-read-html.lsp8
1 files changed, 8 insertions, 0 deletions
diff --git a/hostname-read-html.lsp b/hostname-read-html.lsp
new file mode 100644
index 0000000..604d9b0
--- /dev/null
+++ b/hostname-read-html.lsp
@@ -0,0 +1,8 @@
+<% local view = ... %>
+<% require("htmlviewfunctions") %>
+<% html = require("acf.html") %>
+
+<h1><%= html.html_escape(view.label) %></h1>
+<DL>
+<% htmlviewfunctions.displayitem(view) %>
+</DL>