summaryrefslogtreecommitdiffstats
path: root/provisioning-bulkcreatedevices-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'provisioning-bulkcreatedevices-html.lsp')
-rw-r--r--provisioning-bulkcreatedevices-html.lsp11
1 files changed, 11 insertions, 0 deletions
diff --git a/provisioning-bulkcreatedevices-html.lsp b/provisioning-bulkcreatedevices-html.lsp
new file mode 100644
index 0000000..5551bee
--- /dev/null
+++ b/provisioning-bulkcreatedevices-html.lsp
@@ -0,0 +1,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)
+%>