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

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