Enabling yuipath system preference for choosing local or Yahoo-hosted YUI js library...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / booksellers.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Search for supplier <!-- TMPL_VAR name="supplier" --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a> &rsaquo; Search for Supplier <em><!-- TMPL_VAR name="supplier" --></em> </div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16         
17 <!-- TMPL_INCLUDE NAME="acquisitions-toolbar.inc" -->
18         
19 <h1>You searched on <b>supplier <!-- TMPL_VAR name="supplier" -->,</b> <!-- TMPL_VAR name="count" --> results found</h1>
20 <div id="acqui_order_supplierlist">
21         <table>
22         <tr>
23                 <th>Order</th>
24                 <th>Order receive</th>
25                 <th>Company</th>
26                 <th>&nbsp;</th>
27         </tr>
28         
29         <!-- TMPL_LOOP name="loop_suppliers" -->
30                 <tr>
31                         <td>    <!-- TMPL_IF name="active" -->
32                                         <a href="basket.pl?supplierid=<!-- TMPL_VAR name="supplierid" -->">Add order</a>
33                                 <!-- TMPL_ELSE -->
34                                         Inactive
35                                 <!-- /TMPL_IF -->
36                         </td>
37                         <td>    <a href="parcels.pl?supplierid=<!-- TMPL_VAR name="supplierid" -->">Receive order</a>
38                         </td>
39                         <td><a href="supplier.pl?supplierid=<!-- TMPL_VAR name="supplierid" -->"><!-- TMPL_VAR name="name" --></a></td>
40                         <td>    <table>
41                                     <!-- TMPL_IF NAME="loop_basket"-->
42                                                 <tr>
43                                                         <th>Basket</th>
44                                                         <th>Items</th>
45                                                         <th>Created by</th>
46                                                         <th>Date</th>
47                                                         <th>&nbsp;</th>
48                                                 </tr>
49                                                 <!-- TMPL_LOOP NAME="loop_basket" -->
50                                                         <tr>
51                                                                 <td><!-- TMPL_VAR NAME="basketno" --></td>
52                                                                 <td><TMPL_VAR NAME="total"></td>
53                                                                 <td>                                            <!-- TMPL_VAR name="firstname" -->
54                                                                                 <!-- TMPL_VAR name="surname" -->
55                                                                 </td>
56                                                                 <td><!-- TMPL_VAR NAME="creationdate" --></td>
57                                                                 <td>                                            <!-- TMPL_IF name="closedate" -->
58                                                                                 closed on <!-- TMPL_VAR NAME="closedate" -->
59                                                                                 <a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->">View</a>
60                                                                         <!-- TMPL_ELSE -->
61                                                                                 <!-- TMPL_IF name="active" -->
62                                                                                         <a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->">modify</a>
63                                                                                 <!-- TMPL_ELSE -->
64                                                                                         <a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->">View</a>
65                                                                                 <!-- /TMPL_IF -->
66                                                                         <!-- /TMPL_IF -->
67                                                                 </td>
68                                                         </tr>
69                                                 <!-- /TMPL_LOOP -->
70                                         <!-- TMPL_ELSE -->
71                                             <tr><td>No pending basket</td></tr>
72                                         <!-- /TMPL_IF -->
73                                         </table>
74                         </td>
75                         </tr>
76                 <!-- /TMPL_LOOP -->
77                 </table>
78 </div>
79 </div>
80 </div>
81 <div class="yui-b">
82 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
83 </div>
84 </div>
85 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->