summaryrefslogtreecommitdiffstats
path: root/hostname-read-html.lsp
blob: e4d9c7d1236716775be556eb6a6115cff1d0ebdc (plain)
1
2
3
4
5
6
<% local view, viewlibrary, page_info, session = ... %>
<% htmlviewfunctions = require("htmlviewfunctions") %>

<% local header_level = htmlviewfunctions.displaysectionstart(view, page_info) %>
<% htmlviewfunctions.displayitem(view) %>
<% htmlviewfunctions.displaysectionend(header_level) %>