summaryrefslogtreecommitdiffstats
path: root/apk-loaded-html.lsp
blob: 99968357689d91bad72a15863e3daedc3a7531a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<% local form, viewlibrary, page_info, session = ... %>
<% htmlviewfunctions = require("htmlviewfunctions") %>

<% htmlviewfunctions.displaycommandresults({"delete", "install", "upgrade"}, session) %>

<% if viewlibrary and viewlibrary.dispatch_component then
	if viewlibrary.check_permission("toplevel") then
		viewlibrary.dispatch_component("toplevel")
	end
	if viewlibrary.check_permission("dependent") then
		viewlibrary.dispatch_component("dependent")
	end
end %>