summaryrefslogtreecommitdiffstats
path: root/hostname-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'hostname-html.lsp')
-rw-r--r--hostname-html.lsp9
1 files changed, 6 insertions, 3 deletions
diff --git a/hostname-html.lsp b/hostname-html.lsp
index b27d0d5..cae18ae 100644
--- a/hostname-html.lsp
+++ b/hostname-html.lsp
@@ -1,4 +1,7 @@
<% local view = ... %>
-<h1>Hostname</h1>
-<dt>The Hostname is</dt>
-<dd><%= view.value %></dd>
+<% require("viewfunctions") %>
+
+<h1><%= view.label %></h1>
+<DL>
+<% displayitem(view) %>
+</DL>