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