summaryrefslogtreecommitdiffstats
path: root/openntpd-details-html.lsp
blob: 6c355a3f940853f79ffd22a6564544e33abda6ec (plain)
1
2
3
4
5
6
7
8
9
10
<% local data, viewlibrary, page_info, session = ... 
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>

<% if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("status")
end %>

<% htmlviewfunctions.displayitem(data, page_info) %>