Bug 5445: Nicer breadcrumbs when ordering from different sources
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / neworderbiblio.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Acquisitions &rsaquo; Search Existing Records</title>
3 [% INCLUDE 'greybox.inc' %]
4 [% INCLUDE 'doc-head-close.inc' %]
5 </head>
6 <body>
7 [% INCLUDE 'header.inc' %]
8 [% INCLUDE '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; <a href="/cgi-bin/koha/acqui/supplier.pl?supplierid=[% booksellerid %]">[% name %]</a> &rsaquo; <a href="/cgi-bin/koha/acqui/basket.pl?=[% basketno %]">Basket [% basketno %]</a> &rsaquo; Search Existing Records</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 <h1>Search Existing Records</h1>
19
20
21 [% IF ( total ) %]
22 <b>[% total %] results found </b> 
23 <div class="pages">[% pagination_bar %]</div>
24 [% ELSE %]
25 <h3> No results found</h3>
26 <p>
27     No results match your search for <span style="font-weight: bold;">&ldquo;[% query %]&rdquo;</span> in [% LibraryName %]
28 </p>
29 [% END %]
30
31 [% IF ( query_error ) %]
32 <br /><br />
33 <b>Error:</b>
34 <span class="problem">
35     [% query_error %]
36 </span>
37 [% END %]
38
39 [% IF ( total ) %]
40 <div class="searchresults">
41     <table>
42     <tr>
43        <th>Summary</th>
44        <th>Publisher</th>
45        <th>Copyright</th>
46        <th colspan="2">&nbsp;</th>
47     </tr>
48     [% FOREACH biblio IN resultsloop %]
49         <tr>
50             <td>
51                 <p><span class="title">[% biblio.title |html %]</span>
52                 [% IF ( biblio.author ) %]  by <span class="author">[% biblio.author %]</span>,[% END %]</p>
53                 <p>[% IF ( biblio.isbn ) %] [% biblio.isbn %][% END %]
54                 [% IF ( biblio.pages ) %] - [% biblio.pages %][% END %]
55                 [% IF ( biblio.notes ) %] : [% biblio.notes %][% END %]
56                 [% IF ( biblio.size ) %] ; [% biblio.size %][% END %]
57                 </p>
58             </td>
59             <td>
60                 [% biblio.publishercode %]
61                 [% IF ( biblio.place ) %] ; [% biblio.place %][% END %]
62             </td>
63             <td>
64                 [% biblio.copyrightdate %]
65             </td>
66         <td>
67         <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblio.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">View MARC</a>
68         </td>
69             <td>
70             <a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid %]&amp;basketno=[% basketno %]&amp;biblionumber=[% biblio.biblionumber %]" title="Order this one">
71                 Order
72             </a>
73             </td>
74         </tr>
75     [% END %]
76     </table>
77 </div>
78 [% END %]
79
80 [% INCLUDE 'acquisitions-add-to-basket.inc' %]
81
82 </div>
83 </div>
84 <div class="yui-b">
85 [% INCLUDE 'acquisitions-menu.inc' %]
86 </div>
87 </div>
88 [% INCLUDE 'intranet-bottom.inc' %]