summaryrefslogtreecommitdiffstats
path: root/app/form-html.lsp
blob: 5d1b85d7d338685605507aa6fae1ab7bf20ab645 (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)
%>