blob: 710772128f9b75760334daaca2e80895dd70df6d (
plain)
1
2
3
4
5
6
7
8
|
<% local form, viewlibrary, page_info = ...
require("viewfunctions")
%>
<H1><%= html.html_escape(form.label) %></H1>
<%
local order = {"auditstart", "auditend", "badyesno", "sortby", "minimumscore", "window", "shorturi", "shortreason", "historydays", "watchdays", "purgedays" }
displayform(form, order, nil, page_info)
%>
|