blob: 26389b9b2a1855dc55a81c2bbec92ff35df94427 (
plain)
1
2
3
4
5
6
7
8
|
<% local form, viewlibrary, page_info = ...
require("htmlviewfunctions")
%>
<H1><%= html.html_escape(form.label) %></H1>
<%
htmlviewfunctions.displayform(form, nil, nil, page_info, 2)
%>
|