summaryrefslogtreecommitdiffstats
path: root/provisioning-bulkcreatedevices-html.lsp
blob: 5551bee134b877f3dd15063a1ca60e768290ffae (plain)
1
2
3
4
5
6
7
8
9
10
11
<% local form, viewlibrary, page_info, session = ... 
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>

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

<%
	local viewtype = cfe({type="hidden", value="stream"})
	htmlviewfunctions.displayitem(cfe({type="form", value={viewtype=viewtype}, label="Bulk Dump Devices", option="Dump", action="bulkdumpdevices"}), page_info)
%>