summaryrefslogtreecommitdiffstats
path: root/zebra-welcome-html.lsp
blob: ae3176dc4da6e364e1741ffd4b4283508a88944d (plain)
1
2
3
4
5
6
7
8
9
<% local data, viewlibrary, page_info, session = ...
%>

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