blob: ae092bce2433470feeed27fa7db302f2eb0e30a1 (
plain)
1
2
3
4
5
6
7
8
9
|
<% local form, viewlibrary, page_info = ...
require("htmlviewfunctions")
%>
<H1><%= html.html_escape(form.label) %></H1>
<%
local order = {"clientuserid", "expiredatetime"}
htmlviewfunctions.displayform(form, order, nil, page_info)
%>
|