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

<H1><%= html.html_escape(form.label) %></H1>
<%
	local order = {"clientuserid", "expiredatetime"}
	displayform(form, order, nil, page_info)
%>