integrate RTx::Statistics package, part of merging spiritone RT changes (#1661)
[freeside.git] / rt / html / Reports / Activity / Elements / LimitReport
1 <form action="index.html" method="POST" enctype="multipart/form-data">
2 Query:
3 <textarea name="query" rows="5" cols="80"><% $query %></textarea><br />
4
5 Report type: <select name="type">
6 <option value="ActivityDetail" <% $ARGS{path} =~ /ActivityDetail/ ? 'selected' : '' %>>Activity detail</option>
7 <option value="ActivitySummary" <% $ARGS{path} =~ /ActivitySummary/ ? 'selected' : '' %>>Activity summary</option>
8 <option value="ResolutionComments" <% $ARGS{path} =~ /ResolutionComments/ ? 'selected' : '' %>>Resolution comments</option>
9 <option value="ResolutionStatistics" <% $ARGS{path} =~ /ResolutionStatistics/ ? 'selected' : '' %>>Resolution statistics</option>
10 </select><br />
11
12 Start date: <input type="text" name="start" value="<% $start %>" /><br />
13 End date:   <input type="text" name="end"   value="<% $end   %>" /><br />
14 <& /Elements/Submit, Label => loc('Report') &>
15 </form>
16 <%args>
17 $type  => undef
18 $start => undef
19 $end   => undef
20 $query => undef
21 </%args>
22 <%init>
23 </%init>