blob: 4d976ca8fb6ec397a9af6fea21b691cd77263534 (
plain)
1
2
3
4
5
6
7
8
9
|
<% local form, viewlibrary, page_info = ...
require("viewfunctions")
%>
<H1><%= html.html_escape(form.label) %></H1>
<%
form.value.device_id.readonly = "true"
displayform(form, nil, nil, page_info, 2)
%>
|