3 <form method="post" action="projects.pl" name="Form">
5 <div class="listtop">[% title %]</div>
10 <th align="right">[% 'Number' | $T8 %]</th>
11 <td><input name="filter.projectnumber" id="projectnumber" size="20"></td>
15 <th align="right">[% 'Description' | $T8 %]</th>
16 <td><input name="filter.description" size="60"></td>
19 [% CUSTOM_VARIABLES_FILTER_CODE %]
22 <th>[% 'Include in Report' | $T8 %]</th>
27 <input type="radio" name="filter.active" id="active_active" value="active" checked>
28 <label for="active_active">[% 'Active' | $T8 %]</label>
31 <input type="radio" name="filter.active" id="active_inactive" value="inactive">
32 <label for="active_inactive">[% 'Inactive' | $T8 %]</label>
35 <input type="radio" name="filter.active" id="active_both" value="both">
36 <label for="active_both">[% 'Both' | $T8 %]</label>
42 <input type="radio" name="filter.status" id="status_all" value="all" checked>
43 <label for="status_all">[% 'All' | $T8 %]</label>
46 <input type="radio" name="filter.status" id="status_orphaned" value="orphaned">
47 <label for="status_orphaned">[% 'Orphaned' | $T8 %]</label>
51 [% CUSTOM_VARIABLES_INCLUSION_CODE %]
61 <input type="hidden" name="nextsub" value="project_report">
64 <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">