Synching with rel_2_2.
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / acqui / order.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Supplier Search Results<!-- 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"><div class="results">You searched on <span class="ex">supplier <!-- TMPL_VAR name="supplier" -->,</span> <!-- TMPL_VAR name="count" --> results found</div>
6 <table>
7 <caption>Supplier Search Results</caption>
8 <tr>
9         <th>Order</th>
10         <th>Receive</th>
11         <th>Company</th>
12         <th>Exisiting Baskets</th>
13 </tr>
14
15 <!-- TMPL_LOOP name="loop_suppliers" -->
16         <tr>
17                 <td><!-- TMPL_IF name="active" -->
18                                 <a href="basket.pl?supplierid=<!-- TMPL_VAR name=supplierid -->">Add Order</a><!-- TMPL_ELSE -->        Inactive<!-- /TMPL_IF -->
19                 </td>
20                 <td>
21                         <a href="recieveorder.pl?id=<!-- TMPL_VAR name=supplierid -->">Receive</a>
22                 </td>
23                 <td><a href="supplier.pl?id=<!-- TMPL_VAR name=supplierid -->"><!-- TMPL_VAR name="name" --></a></td>
24                 <td>
25 <div class="data"><table>
26                                         <tr>
27                                                 <th scope="col">Basket</th>
28                                                 <th scope="col">Items</th>
29                                                 <th scope="col">Created by</th>
30                                                 <th scope="col">Date</th>
31                                                 <th scope="col">&nbsp;</th>
32                                         </tr>
33                                         <!-- TMPL_LOOP NAME="loop_basket" -->
34                                                 <tr>
35                                                         <td><!-- TMPL_VAR NAME="basketno" --></a></td>
36                                                         <td><!-- TMPL_VAR NAME="total" --></td>
37                                                         <td>
38                                                                 <!-- TMPL_VAR name="firstname" -->
39                                                                         <!-- TMPL_VAR name="surname" -->
40                                                         </td>
41                                                         <td><!-- TMPL_VAR NAME="creationdate" --></td>
42                                                         <td>
43                                                                 <!-- TMPL_IF name="closedate" -->
44                                                                         Closed on <!-- TMPL_VAR NAME="closedate" -->
45                                                                         <a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" -->">(View)</a>
46                                                                 <!-- TMPL_ELSE -->
47                                                                         <a href="/cgi-bin/koha/acqui/basket.pl?basket=<!-- TMPL_VAR NAME="basketno" -->">Modify</a>
48                                                                 <!-- /TMPL_IF -->
49                                                         </td>
50                                                 </tr>
51                                         <!-- /TMPL_LOOP -->
52                                 </table></div>
53         </tr>
54 <!-- /TMPL_LOOP -->
55 </table>
56 <form action="supplier.pl" method="get">
57         <input type="hidden" name="id" value="0" />
58         <input type="submit" class="submit" value="Add Supplier" /> 
59 </form>
60 </div><!-- TMPL_INCLUDE name="intranet-bottom.inc" -->