summaryrefslogtreecommitdiffstats
path: root/openntpd-details-html.lsp
blob: bb68ed2f890a925f1f5ddc6a2d3d60caffb0642e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<% local data, viewlibrary = ... 
require("viewfunctions")
%>

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

<H2><%= html.html_escape(data.label) %></H2>
<DL>
<% 
displayitem(data.value.date)
displayitem(data.value.timechanged)
%>
</DL>