summaryrefslogtreecommitdiffstats
path: root/dnscache-config-html.lsp
blob: 2fdd23b32c97fa98ef9a4eb0d696ee92d2d17919 (plain)
1
2
3
4
5
6
7
8
9
<% local form, viewlibrary, page_info, session = ... 
htmlviewfunctions = require("htmlviewfunctions")
%>

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

<% htmlviewfunctions.displayitem(form, page_info) %>