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