summaryrefslogtreecommitdiffstats
path: root/opennhrp-show-html.lsp
blob: 4490d5614542dda6a7486f64f6768de0c1bd723a (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>