2c2ac545b2e666110ca6df70cb55f72abc5b683d
[koha_ffzg] / 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 <!-- TMPL_INCLUDE NAME="yui-toolbars.inc" -->
5 </head>
6 <body>
7 <!-- TMPL_INCLUDE NAME="header.inc" -->
8 <!-- TMPL_INCLUDE NAME="acquisitions-search.inc" -->
9
10 <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>
11
12 <div id="doc3" class="yui-t2">
13    
14    <div id="bd">
15         <div id="yui-main">
16         <div class="yui-b">
17         
18 <!-- TMPL_INCLUDE NAME="acquisitions-toolbar.inc" -->
19         
20 <h1>You searched on <b>supplier <!-- TMPL_VAR name="supplier" -->,</b> <!-- TMPL_VAR name="count" --> results found</h1>
21 <div id="acqui_order_supplierlist">
22         <table>
23         <tr>
24                 <th>Order</th>
25                 <th>Order receive</th>
26                 <th>Company</th>
27                 <th>&nbsp;</th>
28         </tr>
29         
30         <!-- TMPL_LOOP name="loop_suppliers" -->
31                 <tr>
32                         <td>    <!-- TMPL_IF name="active" -->
33                                         <a href="basket.pl?supplierid=<!-- TMPL_VAR name="supplierid" -->">Add order</a>
34                                 <!-- TMPL_ELSE -->
35                                         Inactive
36                                 <!-- /TMPL_IF -->
37                         </td>
38                         <td>    <a href="parcels.pl?supplierid=<!-- TMPL_VAR name="supplierid" -->">Receive order</a>
39                         </td>
40                         <td><a href="supplier.pl?supplierid=<!-- TMPL_VAR name="supplierid" -->"><!-- TMPL_VAR name="name" --></a></td>
41                         <td>    <table>
42                                     <!-- TMPL_IF NAME="loop_basket"-->
43                                                 <tr>
44                                                         <th>Basket</th>
45                                                         <th>Items</th>
46                                                         <th>Created by</th>
47                                                         <th>Date</th>
48                                                         <th>&nbsp;</th>
49                                                 </tr>
50                                                 <!-- TMPL_LOOP NAME="loop_basket" -->
51                                                         <tr>
52                                                                 <td><!-- TMPL_VAR NAME="basketno" --></td>
53                                                                 <td><TMPL_VAR NAME="total"></td>
54                                                                 <td>                                            <!-- TMPL_VAR name="firstname" -->
55                                                                                 <!-- TMPL_VAR name="surname" -->
56                                                                 </td>
57                                                                 <td><!-- TMPL_VAR NAME="creationdate" --></td>
58                                                                 <td>                                            <!-- TMPL_IF name="closedate" -->
59                                                                                 closed on <!-- TMPL_VAR NAME="closedate" -->
60                                                                                 <a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->">View</a>
61                                                                         <!-- TMPL_ELSE -->
62                                                                                 <!-- TMPL_IF name="active" -->
63                                                                                         <a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->">modify</a>
64                                                                                 <!-- TMPL_ELSE -->
65                                                                                         <a href="/cgi-bin/koha/acqui/basket.pl?basketno=<!-- TMPL_VAR NAME="basketno" -->">View</a>
66                                                                                 <!-- /TMPL_IF -->
67                                                                         <!-- /TMPL_IF -->
68                                                                 </td>
69                                                         </tr>
70                                                 <!-- /TMPL_LOOP -->
71                                         <!-- TMPL_ELSE -->
72                                             <tr><td>No pending basket</td></tr>
73                                         <!-- /TMPL_IF -->
74                                         </table>
75                         </td>
76                         </tr>
77                 <!-- /TMPL_LOOP -->
78                 </table>
79 </div>
80 </div>
81 </div>
82 <div class="yui-b">
83 <!-- TMPL_INCLUDE NAME="acquisitions-menu.inc" -->
84 </div>
85 </div>
86 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->