Und der eigentliche Loeschmechanismus.
[kivitendo-erp.git] / templates / webpages / projects / search_de.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">Nummer</th>
11      <td><input name="filter.projectnumber" size="20"></td>
12     </tr>
13
14     <tr>
15      <th align="right">Beschreibung</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">Aktiv</label>
24       <input type="radio" name="filter.active" id="active_inactive" value="inactive">
25       <label for="active_inactive">Inaktiv</label>
26       <input type="radio" name="filter.active" id="active_both" value="both">
27       <label for="active_both">Beide</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">Alle</label>
36       <input type="radio" name="filter.status" id="status_orphaned" value="orphaned">
37       <label for="status_orphaned">Nie benutzt</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="Weiter">
48   </p>
49  </form>
50
51 </body>
52 </html>