2 [% USE HTML %]<body onload="fokus()">
4 <form method="post" action="projects.pl" name="Form">
6 <div class="listtop">[% title %]</div>
11 <th align="right">[% 'Number' | $T8 %]</th>
12 <td><input name="filter.projectnumber" id="projectnumber" size="20"></td>
16 <th align="right">[% 'Description' | $T8 %]</th>
17 <td><input name="filter.description" size="60"></td>
20 [% CUSTOM_VARIABLES_FILTER_CODE %]
23 <th>[% 'Include in Report' | $T8 %]</th>
28 <input type="radio" name="filter.active" id="active_active" value="active" checked>
29 <label for="active_active">[% 'Active' | $T8 %]</label>
32 <input type="radio" name="filter.active" id="active_inactive" value="inactive">
33 <label for="active_inactive">[% 'Inactive' | $T8 %]</label>
36 <input type="radio" name="filter.active" id="active_both" value="both">
37 <label for="active_both">[% 'Both' | $T8 %]</label>
43 <input type="radio" name="filter.status" id="status_all" value="all" checked>
44 <label for="status_all">[% 'All' | $T8 %]</label>
47 <input type="radio" name="filter.status" id="status_orphaned" value="orphaned">
48 <label for="status_orphaned">[% 'Orphaned' | $T8 %]</label>
52 [% CUSTOM_VARIABLES_INCLUSION_CODE %]
62 <input type="hidden" name="nextsub" value="project_report">
65 <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">