summaryrefslogtreecommitdiffstats
path: root/hostname-html.lsp
blob: 52238b3642d217630c885673e3a8146c6069e2f6 (plain)
1
2
3
4
5
6
7
<% local view = ... %>
<% require("viewfunctions") %>

<h1><%= html.html_escape(view.label) %></h1>
<DL>
<% displayitem(view) %>
</DL>