</body> entfernt
[kivitendo-erp.git] / templates / webpages / projects / search.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 <body onload="fokus()">
4
5  <form method="post" action="projects.pl" name="Form">
6
7   <div class="listtop">[% title %]</div>
8
9   <p>
10    <table>
11     <tr>
12      <th align="right">[% 'Number' | $T8 %]</th>
13      <td><input name="filter.projectnumber" id="projectnumber" size="20"></td>
14     </tr>
15
16     <tr>
17      <th align="right">[% 'Description' | $T8 %]</th>
18      <td><input name="filter.description" size="60"></td>
19     </tr>
20
21     [% CUSTOM_VARIABLES_FILTER_CODE %]
22
23     <tr>
24      <th>[% 'Include in Report' | $T8 %]</th>
25      <td>
26       <table>
27        <tr>
28         <td>
29          <input type="radio" name="filter.active" id="active_active" value="active" checked>
30          <label for="active_active">[% 'Active' | $T8 %]</label>
31         </td>
32         <td>
33          <input type="radio" name="filter.active" id="active_inactive" value="inactive">
34          <label for="active_inactive">[% 'Inactive' | $T8 %]</label>
35         </td>
36         <td>
37          <input type="radio" name="filter.active" id="active_both" value="both">
38          <label for="active_both">[% 'Both' | $T8 %]</label>
39         </td>
40        </tr>
41
42        <tr>
43         <td>
44          <input type="radio" name="filter.status" id="status_all" value="all" checked>
45          <label for="status_all">[% 'All' | $T8 %]</label>
46         </td>
47         <td>
48          <input type="radio" name="filter.status" id="status_orphaned" value="orphaned">
49          <label for="status_orphaned">[% 'Orphaned' | $T8 %]</label>
50         </td>
51        </tr>
52
53        [% CUSTOM_VARIABLES_INCLUSION_CODE %]
54
55       </table>
56      </td>
57     </tr>
58    </table>
59   </p>
60
61   <hr size="3" noshade>
62
63   <input type="hidden" name="nextsub" value="project_report">
64
65   <p>
66    <input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">
67   </p>
68  </form>
69