24745164c2b1df78c6c933e4664e9cebae5bce10
[koha_gimpoz] / koha-tmpl / intranet-tmpl / default / en / acqui / order.tmpl
1 <!-- TMPL_INCLUDE name="acquisitions-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">Order</th>
9         <th class="acquisition">View gapped numbers</th>
10         <th class="acquisition">Receive</th>
11         <th class="acquisition">Company</th>
12         <th class="acquisition">
13                 <table class="noborder">
14                         <tr>
15                                 <th class="acquisition">Basket</th>
16                                 <th class="acquisition">Items</th>
17                                 <th class="acquisition">Staff</th>
18                                 <th class="acquisition">Date</th>
19                         </tr>
20                 </table>
21         </td>
22 </tr>
23
24 <!-- TMPL_LOOP name="loop_suppliers" -->
25         <tr valign=top bgcolor=<!-- TMPL_VAR name="color" -->>
26                 <td>
27                         <!-- TMPL_IF name="active" -->
28                                 <a href="basket.pl?id=<!-- TMPL_VAR name=id -->"><img src="<!-- TMPL_VAR NAME='interface' -->/<!-- TMPL_VAR name="theme" -->/images/mail_send.png" title="Add order" ALT="Add" BORDER=0 ></a>
29                         <!-- TMPL_ELSE -->
30                                 Inactive
31                         <!-- /TMPL_IF -->
32                 </td>
33                 <td>
34                         <!-- TMPL_IF name="active" -->
35 <div align="center">                            <a href="select-late.pl?id=<!-- TMPL_VAR name=id -->"><img src="<!-- TMPL_VAR NAME='interface' -->/<!-- TMPL_VAR name="theme" -->/images/mail_send.png" title="Add order" ALT="Add" BORDER=0 ></a></div>
36                         <!-- TMPL_ELSE -->
37                                 Inactive
38                         <!-- /TMPL_IF -->
39                 </td>
40                 <td>
41                         <a href="recieveorder.pl?id=<!-- TMPL_VAR name=id -->"><img src="<!-- TMPL_VAR NAME='interface' -->/<!-- TMPL_VAR name="theme" -->/images/mail_get.png" title="receive" ALT="Add" BORDER=0 ></a>
42                 </td>
43                 <td><a href="supplier.pl?id=<!-- TMPL_VAR name=id -->"><!-- TMPL_VAR name="name" --></a></td>
44                 <td>
45                         <table width="100%" cellspacing=0 cellpadding=5 border=0>
46                                         <tr>
47                                                 <th class="acquisition">Basket</th>
48                                                 <th class="acquisition">Items</th>
49                                                 <th class="acquisition">Created by</th>
50                                                 <th class="acquisition">Date</th>
51                                                 <th class="acquisition">&nbsp;</th>
52                                         </tr>
53                                         <!-- TMPL_LOOP NAME="loop_basket" -->
54                                                 <tr>
55                                                         <td><!-- TMPL_VAR NAME="basketno" --></a></td>
56                                                         <td><TMPL_VAR NAME="total"></td>
57                                                         <td><!-- TMPL_VAR NAME="authorisedby" --></td>
58                                                         <td><!-- TMPL_VAR NAME="creationdate" --></td>
59                                                         <td>
60                                                                 <!-- TMPL_IF name="closedate" -->
61                                                                         closed on <!-- TMPL_VAR NAME="closedate" -->
62                                                                 <!-- TMPL_ELSE -->
63                                                                         <a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" -->" class="button acquisition">modify</a>
64                                                                 <!-- /TMPL_IF -->
65                                                         </td>
66                                                 </tr>
67                                         <!-- /TMPL_LOOP -->
68                                 </table>
69                 </tr>
70         <!-- /TMPL_LOOP -->
71         </table>
72         </div>
73         <a class="button acquisition" href="supplier.pl?supplerid=0">Add supplier</a>
74 </div>
75 <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->