added the price in order history
[koha_fer] / koha-tmpl / intranet-tmpl / npl / en / acqui / histsearch.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Acquisitions: Order Search<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE name="masthead.inc" -->
3 <!-- TMPL_INCLUDE name="intranet-nav.inc" -->
4
5 <div id="main">
6         <h1>Order search</h3>
7         <form action="/cgi-bin/koha/acqui/histsearch.pl" method="post"><table>
8                 <tr>
9                         <th>&nbsp;</th>
10                         <th>Title</th>
11                         <th>Author</th>
12                         <th>Supplier</th>
13                         <th>Placed on</th>
14                         <th>Recieved on</th>
15                         <th>Quantity ordered</th>
16                         <th>Unit cost</th>
17                         <th>&nbsp;</th>
18                 </tr>
19                 <tr>
20                         
21                                 <th>Filter By:</th>
22                                 <th><input type="text" name="title" value="<!-- TMPL_VAR name="title"-->" /></th>
23                                 <th><input type="text" name="author" value="<!-- TMPL_VAR name="author" -->" /></th>
24                                 <th><input type="text" name="name" value="<!-- TMPL_VAR name="name" -->" /></th>
25                                 <th>&nbsp;</th>
26                                 <th>&nbsp;</th>
27                                 <th>&nbsp;</th>
28                                 <th>&nbsp;</th>
29                                 <th><input type="submit" class="submit" value="Set Filter" /></th>
30                 </tr>
31                 <!-- TMPL_LOOP NAME="suggestions_loop" -->
32                         <tr>
33                                 <td>&nbsp;</td>
34                                 <td><a href="basket.pl?basket=<!-- TMPL_VAR name="basketno" -->"><!-- TMPL_VAR NAME="title" --></a></td>
35                                 <td><!-- TMPL_VAR NAME="author" --></td>
36                                 <td><!-- TMPL_VAR NAME="name" --></td>
37                                 <td><!-- TMPL_VAR name="creationdate" --></td>
38                                 <td><!-- TMPL_VAR name="datereceived" --></td>
39                                 <td><!-- TMPL_VAR name="quantity" --></td>
40                                 <td><!-- TMPL_VAR name="ecost" --></td>
41                                 <td>&nbsp;</td>
42                         </tr>
43                 <!-- /TMPL_LOOP -->
44         </table></form>
45 </div>
46 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->