Displaying search results count
[koha.git] / koha-tmpl / intranet-tmpl / default / en / acqui / histsearch.tmpl
1 <!-- TMPL_INCLUDE NAME="acquisitions-top.inc" -->
2 <div id="mainbloc">
3         <h1 class="acquisition">Order search</h1>
4         <p class="resultcount"><!-- TMPL_VAR Name ="numresults" --> orders were found.
5          </p>
6         <table>
7                 <tr>
8                         <th class="acquisition">&nbsp;</th>
9                         <th class="acquisition">Title</th>
10                         <th class="acquisition">Author</th>
11                         <th class="acquisition">Supplier</th>
12                         <th class="acquisition">Placed on</th>
13                         <th class="acquisition">Recieved on</th>
14                         <th class="acquisition">Quantity ordered</th>
15                         <th class="acquisition">Unit cost</th>
16                         <th class="acquisition">&nbsp;</th>
17                 </tr>
18                 <tr>
19                         <form>
20                                 <th class="acquisition">
21                                         Filter on
22                                 </th>
23                                 <th class="acquisition">
24                                         <input type="text" name="title" value="<!-- TMPL_VAR name="title"-->">
25                                 </th>
26                                 <th class="acquisition">
27                                         <input type="text" name="author" value="<!-- TMPL_VAR name="author" -->">
28                                 </th>
29                                 <th class="acquisition">
30                                         <input type="text" name="name" value="<!-- TMPL_VAR name="name" -->">
31                                 </th>
32                                 <th class="acquisition">
33                                         &nbsp;
34                                 </th>
35                                 <th class="acquisition">
36                                         &nbsp;
37                                 </th>
38                                 <th class="acquisition">
39                                         &nbsp;
40                                 </th>
41                                 <th class="acquisition">
42                                         &nbsp;
43                                 </th>
44                                 <th class="acquisition">
45                                         <input type="submit" class="button acquisition" value="Set Filter">
46                                 </th>
47                         </form>
48                 </tr>
49                 <!-- TMPL_LOOP NAME="suggestions_loop" -->
50                         <tr>
51                                 <td>
52                                         &nbsp;
53                                 </td>
54                                 <td>
55                                         <a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->"><!-- TMPL_VAR NAME="title" --></a>
56                                 </td>
57                                 <td>
58                                         <!-- TMPL_VAR NAME="author" -->
59                                 </td>
60                                 <td>
61                                         <!-- TMPL_VAR NAME="name" -->
62                                 </td>
63                                 <td>
64                                         <!-- TMPL_VAR name="creationdate" -->
65                                 </td>
66                                 <td>
67                                         <!-- TMPL_VAR name="datereceived" -->
68                                 </td>
69                                 <td>
70                                         <!-- TMPL_VAR name="quantity" -->
71                                 </td>
72                                 <td>
73                                         <!-- TMPL_VAR name="ecost" -->
74                                 </td>
75                         </tr>
76                 <!-- /TMPL_LOOP -->
77         </table>
78 </div>
79 <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->