summaryrefslogtreecommitdiffstats
path: root/opennhrp-show-html.lsp
blob: fce8a79f52ff5226da015bb9c326dd6ba4606d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% local data, viewlibrary, page_info = ... 
require("viewfunctions")
%>

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

<H1><%= data.label %></H1>
<DL>
<% displayitem(data) %>
</DL>