Projektverwaltung in eine eigene Datei ausgelagert und auf die Verwendung von Templat...
[kivitendo-erp.git] / templates / webpages / projects / search_master.html
1 [% USE HTML %]<body>
2
3  <form method="post" action="projects.pl">
4
5   <div class="listtop">[% title %]</div>
6
7   <p>
8    <table>
9     <tr>
10      <th align="right"><translate>Number</translate></th>
11      <td><input name="filter.projectnumber" size="20"></td>
12     </tr>
13
14     <tr>
15      <th align="right"><translate>Description</translate></th>
16      <td><input name="filter.description" size="60"></td>
17     </tr>
18
19     <tr>
20      <th>&nbsp;</th>
21      <td>
22       <input type="radio" name="filter.active" id="active_active" value="active" checked>
23       <label for="active_active"><translate>Active</translate></label>
24       <input type="radio" name="filter.active" id="active_inactive" value="inactive">
25       <label for="active_inactive"><translate>Inactive</translate></label>
26       <input type="radio" name="filter.active" id="active_both" value="both">
27       <label for="active_both"><translate>Both</translate></label>
28      </td>
29     </tr>
30
31     <tr>
32      <td>&nbsp;</td>
33      <td>
34       <input type="radio" name="filter.status" id="status_all" value="all" checked>
35       <label for="status_all"><translate>All</translate></label>
36       <input type="radio" name="filter.status" id="status_orphaned" value="orphaned">
37       <label for="status_orphaned"><translate>Orphaned</translate></label>
38     </tr>
39    </table>
40   </p>
41
42   <hr size="3" noshade>
43
44   <input type="hidden" name="nextsub" value="project_report">
45
46   <p>
47    <input class="submit" type="submit" name="action" value="<translate>Continue</translate>">
48   </p>
49  </form>
50
51 </body>
52 </html>