summaryrefslogtreecommitdiffstats
path: root/app/form-html.lsp
blob: c42758052243b4a2798731444e48c4222335e1fb (plain)
1
2
3
4
5
6
7
8
<% local form, viewlibrary, page_info = ... 
require("viewfunctions")
%>

<H1><%= html.html_escape(form.label) %></H1>
<%
	displayform(form, nil, nil, page_info, 2)
%>