summaryrefslogtreecommitdiffstats
path: root/provisioning-editdevice-html.lsp
blob: 571091ba0a61a936dbdf3b019c4951e41b569c7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<% local form, viewlibrary, page_info = ... 
require("viewfunctions")
%>

<H1><%= html.html_escape(form.label) %></H1>
<%
	if page_info.action == "editdevice" then
		form.value.device_id.readonly = "true"
	else
		form.value.device_id.type = "hidden"
	end
	displayform(form, nil, nil, page_info, 2)
%>