blob: 35f3ca50100785b0c9f32b9235a8688d4779f8f2 (
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 = {"auditstart", "auditend", "historydays", "watchdays", "purgedays", "window", "shorturi", "shortreason", "groupby"}
displayform(form, order, nil, page_info)
%>
|