0f8ee4471b965a5cdbcdf3a66bf283ba38c053f0
[koha_fer] / koha-tmpl / intranet-tmpl / default / en / bull / order.tmpl
1 <!-- TMPL_INCLUDE name="popup-top.inc" -->
2 <div id="mainbloc">
3 <h1 class="acquisition">Supplier Search Results</h1>
4 <div id="bloc100">
5 <h2 class="acquisition">You searched on <b>supplier <!-- TMPL_VAR name="supplier" -->,</b> <!-- TMPL_VAR name="count" --> results found</h2>
6 <table>
7 <tr>
8         <th class="acquisition">Company</th>
9         <th class="acquisition">
10                 <table class="noborder">
11                         <tr>
12                                 <th class="acquisition">Basket</th>
13                                 <th class="acquisition">&nbsp;</th>
14                         </tr>
15                 </table>
16         </td>
17 </tr>
18
19 <!-- TMPL_LOOP name="loop_suppliers" -->
20         <tr valign=top bgcolor=<!-- TMPL_VAR name="color" -->>
21                 <td><!-- TMPL_VAR name="name" --></td>
22                 <td>
23                         <table width="100%" cellspacing=0 cellpadding=5 border=0>
24                                         <tr>
25                                                 <th class="acquisition">Basket</th>
26                                                 <th class="acquisition">Items</th>
27                                                 <th class="acquisition">Created by</th>
28                                                 <th class="acquisition">Date</th>
29                                                 <th class="acquisition">&nbsp;</th>
30                                         </tr>
31                                         <!-- TMPL_LOOP NAME="loop_basket" -->
32                                                 <tr>
33                                                         <td><!-- TMPL_VAR NAME="basketno" --></a></td>
34                                                         <td><TMPL_VAR NAME="total"></td>
35                                                         <td><!-- TMPL_VAR NAME="authorisedby" --></td>
36                                                         <td><!-- TMPL_VAR NAME="creationdate" --></td>
37                                                         <td>
38                                                                 <!-- TMPL_IF name="closedate" -->
39                                                                         closed on <!-- TMPL_VAR NAME="closedate" -->
40                                                                 <!-- TMPL_ELSE -->
41                                                                         <a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition">...</a>
42                                                                 <!-- /TMPL_IF -->
43                                                         </td>
44                                                 </tr>
45                                         <!-- /TMPL_LOOP -->
46                                 </table>
47                 </tr>
48         <!-- /TMPL_LOOP -->
49         </table>
50         </div>
51         <a class="button acquisition" href="supplier.pl?supplerid=0">Add supplier</a>
52 </div>
53 <!-- TMPL_INCLUDE name="popup-bottom.inc" -->