Minor display changes.
[koha.git] / koha-tmpl / intranet-tmpl / default / de / acqui / histsearch.tmpl
1 <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
2 <div id="mainbloc">
3         <h1 class="acquisition">Bestellung suchen</h1>
4         <table>
5                 <tr>
6                         <th class="acquisition">&nbsp;</th>
7                         <th class="acquisition">Titel</th>
8                         <th class="acquisition">Verfasser</th>
9                         <th class="acquisition">Lieferant</th>
10                         <th class="acquisition">Eingestellt in</th>
11                         <th class="acquisition">Geliefert am</th>
12                         <th class="acquisition">Bestellte Anzahl</th>
13                         <th class="acquisition">Exemplarpreis</th>
14                         <th class="acquisition">&nbsp;</th>
15                 </tr>
16                 <tr>
17                         <form>
18                                 <th class="acquisition">
19                                         Filter auf
20                                 </th>
21                                 <th class="acquisition">
22                                         <input type="text" name="title" value="<!-- TMPL_VAR name="title"-->">
23                                 </th>
24                                 <th class="acquisition">
25                                         <input type="text" name="author" value="<!-- TMPL_VAR name="author" -->">
26                                 </th>
27                                 <th class="acquisition">
28                                         <input type="text" name="name" value="<!-- TMPL_VAR name="name" -->">
29                                 </th>
30                                 <th class="acquisition">
31                                         &nbsp;
32                                 </th>
33                                 <th class="acquisition">
34                                         &nbsp;
35                                 </th>
36                                 <th class="acquisition">
37                                         &nbsp;
38                                 </th>
39                                 <th class="acquisition">
40                                         &nbsp;
41                                 </th>
42                                 <th class="acquisition">
43                                         <input type="submit" class="button acquisition" value="Filter setzen">
44                                 </th>
45                         </form>
46                 </tr>
47                 <!-- TMPL_LOOP NAME="suggestions_loop" -->
48                         <tr>
49                                 <td>
50                                         &nbsp;
51                                 </td>
52                                 <td>
53                                         <a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->"><!-- TMPL_VAR NAME="title" --></a>
54                                 </td>
55                                 <td>
56                                         <!-- TMPL_VAR NAME="author" -->
57                                 </td>
58                                 <td>
59                                         <!-- TMPL_VAR NAME="name" -->
60                                 </td>
61                                 <td>
62                                         <!-- TMPL_VAR name="creationdate" -->
63                                 </td>
64                                 <td>
65                                         <!-- TMPL_VAR name="datereceived" -->
66                                 </td>
67                                 <td>
68                                         <!-- TMPL_VAR name="quantity" -->
69                                 </td>
70                                 <td>
71                                         <!-- TMPL_VAR name="ecost" -->
72                                 </td>
73                         </tr>
74                 <!-- /TMPL_LOOP -->
75         </table>
76 </div>
77 <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->