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

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

<%
	form.enctype = "multipart/form-data"
	form.value.bulkdevicedata.type="file"
	htmlviewfunctions.displayitem(form, page_info)
%>