Bugfix 2339 - Place hold button display with AllowOnShelfHolds OFF
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-results.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo; 
3 <!-- TMPL_IF NAME="searchdesc" -->
4         Results of Search <!-- TMPL_IF NAME="query_desc" -->for '<!-- TMPL_VAR NAME="query_desc" -->'<!-- /TMPL_IF --><!-- TMPL_IF NAME="limit_desc" -->&nbsp;with limit(s):&nbsp;'<!-- TMPL_VAR NAME="limit_desc" -->'<!-- /TMPL_IF --> 
5 <!-- TMPL_ELSE -->
6     You did not specify any search criteria.
7 <!-- /TMPL_IF -->
8 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
9 <link rel="alternate" type="application/rss+xml" title="<!-- TMPL_VAR NAME="LibraryName" --> Search RSS Feed" href="<!-- TMPL_VAR NAME="OPACBaseURL" -->/cgi-bin/koha/opac-search.pl?<!-- TMPL_VAR name="query_cgi" ESCAPE="HTML" --><!-- TMPL_VAR NAME="limit_cgi"  ESCAPE="HTML" -->&amp;format=rss2" />
10
11
12 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/jquery/plugins/jquery.checkboxes.min.js"></script>
13 <script type="text/javascript">
14 //<![CDATA[
15 $(document).ready(function(){
16         $(".addtocart").show();
17         var param1 = "<label for=\"addto\">"+_("Add to: ")+"<\/label><select name=\"addto\" id=\"addto\"><option value=\"\"><\/option>";
18         <!-- TMPL_IF name="opacbookbag" -->     param1 += "<option value=\"addtocart\">"+_("Cart")+"<\/option>";
19         <!-- /TMPL_IF --><!-- TMPL_IF NAME="virtualshelves" --><!-- TMPL_IF NAME="loggedinusername" --><!-- TMPL_IF NAME="addbarshelves" -->
20         param1 += "<optgroup label=\""+_("Your Lists:")+"\">";<!-- TMPL_LOOP NAME="addbarshelvesloop" -->
21         param1 += "<option id=\"s<!-- TMPL_VAR NAME="shelfnumber" -->\" value=\"addtolist\"><!-- TMPL_VAR NAME="shelfname" ESCAPE="html"--><\/option>";<!-- /TMPL_LOOP -->
22         param1 += "<\/optgroup>";<!-- /TMPL_IF -->
23         <!-- TMPL_IF NAME="addpubshelves" -->param1 += "<optgroup label=\""+_("Public Lists:")+"\">"<!-- TMPL_LOOP NAME="addpubshelvesloop" -->+"<option id=\"s<!-- TMPL_VAR NAME="shelfnumber" -->\" value=\"addtolist\"><!-- TMPL_VAR NAME="shelfname" ESCAPE="html"--><\/option>"<!-- /TMPL_LOOP --><!-- /TMPL_IF -->
24         param1 +="<\/optgroup><option value=\"newlist\">[ "+_("New List")+" ]<\/option>"
25         <!-- /TMPL_IF -->
26         <!-- /TMPL_IF -->
27         param1 += "<\/select> <input type=\"submit\" class=\"submit\" value=\""+_("Save")+"\" />";
28         $('#sortsubmit').hide();
29     $('#sort_by').change(function() {
30         $('#bookbag_form').submit();
31     });
32         var clearallstring="<a id=\"CheckNone\" href=\"#\">"+_("Clear All")+"<\/a>";
33         var selectallstring="<a id=\"CheckAll\" href=\"#\">"+_("Select All")+"<\/a>";
34         $("span.clearall").html(clearallstring);
35         $("span.checkall").html(selectallstring);
36 $("span.addto").html(param1);
37         $("#addto").change(function(){
38                 cartList();
39         });
40         $(".addto").find("input:submit").click(function(){
41                 cartList();
42                 return false;
43         });
44         function cartList(){
45                         if($("#addto").find("option:selected").attr("value") == "addtolist"){
46                         var shelfnumber = $("#addto").find("option:selected").attr("id").replace("s","");
47                         if (vShelfAdd()) {
48                         Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?selectedshelf='+shelfnumber+'&' + vShelfAdd());
49                         }
50                         return false;                   
51                 } else if($("#addto").find("option:selected").attr("value") == "newlist"){
52                         <!-- TMPL_IF NAME="loggedinusername" -->if (vShelfAdd()) {
53                         Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?newshelf=1&' + vShelfAdd());
54                         }<!-- TMPL_ELSE --> alert('You must be logged in to create or add to Lists'); <!-- /TMPL_IF -->
55                         return false;   
56                 }
57                 if($("#addto").find("option:selected").attr("value") == "addtocart"){
58                         addMultiple();
59                         return false;
60                  }
61         }
62     $("#CheckAll").click(function(){
63         $("#bookbag_form").checkCheckboxes();
64         return false;
65     });
66     $("#CheckNone").click(function(){
67         $("#bookbag_form").unCheckCheckboxes();
68         return false;
69     });
70 <!-- TMPL_IF NAME="RequestOnOpac" -->
71   <!-- TMPL_IF NAME="opacuserlogin" -->
72     $("#placehold").html("<input class=\"submit\" type=\"submit\" value=\""+_("Place Hold")+"\"/>");
73         $("#placehold").find("input:submit").click(function(){
74         holdMultiple();
75                 return false;
76         });
77   <!-- /TMPL_IF -->
78 <!-- /TMPL_IF -->
79     $("#holdDetails").hide();
80
81         <!-- TMPL_IF NAME="TagsEnabled" -->
82         $(".tagbutton").click(KOHA.Tags.add_tag_button);
83             <!-- TMPL_IF NAME="TagsInputOnList" -->
84             <!-- TMPL_IF NAME="loggedinusername" -->
85             $("#tagsel_tag").click(function(){
86                 tagSelected();
87                 return false;
88             });
89             $("#tagsel_cancel").click(function(){
90                 tagCanceled();
91                 return false;
92             });
93             $("#tagsel_button").click(function(){
94                 tagAdded();
95                 return false;
96             });
97         <!-- TMPL_ELSE -->
98             $("#tagsel_tag").click(function(){
99                 window.location = "/cgi-bin/koha/opac-user.pl";
100                 return false;
101             });
102         <!-- /TMPL_IF -->
103         <!-- /TMPL_IF -->
104     <!-- /TMPL_IF -->
105     <!-- TMPL_IF NAME="GoogleJackets" -->KOHA.Google.GetCoverFromIsbn();<!-- /TMPL_IF -->
106 });
107 //]]>
108 </script>
109 </head>
110 <body id="results">
111         <!-- TMPL_IF NAME="opacfacets" --><div id="doc3" class="yui-t1"><!-- TMPL_ELSE --><div id="doc3" class="yui-t7"><!-- /TMPL_IF -->
112    <div id="bd">
113
114 <!--TMPL_INCLUDE NAME="masthead.inc" -->
115
116
117
118         <div id="yui-main">
119         <div class="yui-b">
120         <div class="container">
121   <!-- TMPL_IF NAME="koha_spsuggest" -->
122         Did you mean:
123     <ul style="list-style: none;">
124         <!-- TMPL_LOOP NAME="SPELL_SUGGEST" -->
125         <li>
126             <a href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_VAR NAME="spsuggestion" -->"><!-- TMPL_VAR NAME="spsuggestion" --></a>
127         </li>
128         <!-- /TMPL_LOOP -->
129     </ul>
130 <!-- /TMPL_IF -->
131
132 <!-- TMPL_IF NAME="query_error" -->
133 <div class="dialog alert">
134         <h4>Error:</h4>
135     <!-- TMPL_VAR NAME="query_error" -->
136 </div>
137 <!-- /TMPL_IF -->       
138         
139 <!-- Search Results Table -->
140 <!-- TMPL_IF NAME="total" -->
141 <!-- TMPL_IF NAME="scan" -->
142     <h1>Scan Index:</h1>
143     <form action="/cgi-bin/koha/opac-search.pl" method="get">
144         <table>
145             <tr>
146                 <td>
147                     Scan Index for: <input type="text" name="q" id="scan-index" size="35" value="" />
148                 </td>
149             </tr>
150             <tr>
151                 <td>
152                     <label for="scan-index">Indexed in:</label>
153                     <select name="idx" id="scan-index">
154                         <option value="">Any Word</option>
155                         <option value="kw,phr:">Any Phrase</option>
156                         <option value="ti:">Title</option>
157                         <option value="ti,phr:">Title Phrase</option>
158                         <option value="au,phr:">Author</option>
159                         <option value="su:">Subject</option>
160                         <option value="su,phr:">Subject Phrase</option>
161                         <option value="se:">Series</option>
162                         <option value="pb:">Publisher</option>
163                         <option value="nt:">Notes</option>
164                         <option value="se:">Series Title</option>
165                         <option value="sn:">ISBN</option>
166                         <option value="ss:">ISSN</option>
167                     </select>
168                     <input type="hidden" name="scan" value="1" />
169                 </td>
170             </tr>
171         </table>
172     </form>
173     
174     <form action="/cgi-bin/koha/opac-search.pl" method="get">
175         <table>
176             <tr>
177                 <th>Term/Phrase</th>
178                 <th>Count</th>
179             </tr>
180             <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
181                         <!-- TMPL_IF name="even" -->
182             <tr class="highlight">
183                         <!-- TMPL_ELSE -->
184                         <tr>
185                         <!-- /TMPL_IF -->
186                 <td>
187                     <a href="/cgi-bin/koha/opac-search.pl?q=<!-- TMPL_VAR NAME="scan_use" escape="url" -->&quot;<!-- TMPL_VAR NAME="title_nospan"  ESCAPE="URL" -->&quot;"><!-- TMPL_IF NAME="title" --><!-- TMPL_VAR NAME="title" --><!-- TMPL_ELSE -->No title<!-- /TMPL_IF --></a>
188                 </td>
189                 <td>
190                     <!-- TMPL_VAR NAME="author" -->
191                 </td>
192             </tr>
193             <!-- /TMPL_LOOP -->
194         </table>
195     </form>
196 <!-- TMPL_ELSE -->
197
198     <div class="searchresults">
199         <form action="/cgi-bin/koha/opac-search.pl" method="get" name="bookbag_form" id="bookbag_form">
200                 <!-- TMPL_IF NAME="searchdesc" -->
201                 <!-- TMPL_LOOP NAME="QUERY_INPUTS"-->
202                 <input type="hidden" name="<!-- TMPL_VAR NAME="input_name" -->" value="<!-- TMPL_VAR NAME="input_value" -->"/>
203                 <!-- /TMPL_LOOP -->
204                 <!-- TMPL_LOOP NAME="LIMIT_INPUTS"-->
205                 <input type="hidden" name="<!-- TMPL_VAR NAME="input_name" -->" value="<!-- TMPL_VAR NAME="input_value" -->"/>
206                 <!-- /TMPL_LOOP -->
207                 <!-- /TMPL_IF -->
208
209         <!-- TABLE RESULTS START -->
210         <table>
211                 <tr><td colspan="5" class="resultscontrol" style="border : 1px solid #e8e8e8;">
212                 <div class="resort"> <select id="sort_by" name="sort_by"> <!--TMPL_INCLUDE NAME="resort_form.inc"--> </select> <input type="submit" class="submit clearfix" id="sortsubmit" value="Go" /></div>
213         <!-- TMPL_IF NAME="opacbookbag" -->
214                         <div class="cartlist"><span class="checkall"></span>
215                         <span class="clearall"></span>
216                         <span class="addto"></span></div>
217         <!-- TMPL_ELSIF NAME="virtualshelves" -->
218                         <div class="cartlist"><span class="checkall"></span>
219                         <span class="clearall"></span>
220                         <span class="addto"></span></div>
221                 <!-- /TMPL_IF -->
222
223         </td></tr>
224             <!-- Actual Search Results -->
225             <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
226             <!-- TMPL_UNLESS name="__odd__" -->
227                 <tr class="highlight">
228             <!-- TMPL_ELSE -->
229                 <tr>
230             <!-- /TMPL_UNLESS -->
231
232                 <td class="select selectcol"><!--TMPL_IF EXPR="opacbookbag || virtualshelves" --><input type="checkbox" id="bib<!-- TMPL_VAR NAME="biblionumber" -->" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" title="Click to add to cart" /> <label for="bib<!-- TMPL_VAR NAME="biblionumber" -->"></label><!-- /TMPL_IF --></td>
233                 <td class="select selectcol"><!-- TMPL_VAR NAME="result_number" -->.</td>
234
235                                 <!-- TMPL_UNLESS NAME="item-level_itypes" -->
236                                 <td class="itypecol">
237                 <!-- TMPL_IF name="imageurl" -->
238                                 <img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->" alt="<!-- TMPL_VAR name="description" -->" />
239                 <!-- /TMPL_IF -->
240                                 </td>
241                 <!-- /TMPL_UNLESS-->
242
243                                 <!-- TMPL_IF NAME="AuthorisedValueImages" -->
244                 <td class="itypecol">
245                 <!-- TMPL_LOOP NAME="authorised_value_images" -->
246                 <img src="<!-- TMPL_VAR name="imageurl" -->" alt="<!-- TMPL_VAR name="label" -->" title="<!-- TMPL_VAR name="label" -->">
247                 <!-- /TMPL_LOOP -->
248                 </td>
249                 <!-- /TMPL_IF -->
250
251                                 <td>
252                 <!-- COinS / OpenURL --><span class="Z3988" title="<!-- TMPL_VAR NAME="coins" -->"></span>
253
254                                 <!-- TMPL_IF NAME="XSLTResultsDisplay" -->
255                 <!-- TMPL_VAR NAME="XSLTResultsRecord" -->
256                                 <!-- TMPL_ELSE -->
257                                 <!-- TMPL_IF name="BiblioDefaultViewmarc" --><a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->" title="View details for this title"><!-- TMPL_IF NAME="title" --><!-- TMPL_VAR NAME="title" --><!-- TMPL_ELSE -->No title<!-- /TMPL_IF --> <!-- TMPL_VAR NAME="subtitle" --></a>
258                                 <!-- TMPL_ELSE -->
259                                 <!-- TMPL_IF name="BiblioDefaultViewisbd" --><a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->" title="View details for this title"><!-- TMPL_IF NAME="title" --><!-- TMPL_VAR NAME="title" --><!-- TMPL_ELSE -->No title<!-- /TMPL_IF --> <!-- TMPL_VAR NAME="subtitle"  --></a>
260                                 <!-- TMPL_ELSE --><a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->" title="View details for this title"><!-- TMPL_IF NAME="title" --><!-- TMPL_VAR NAME="title" --><!-- TMPL_ELSE -->No title<!-- /TMPL_IF --> <!-- TMPL_VAR NAME="subtitle"  --></a>
261                                 <!-- /TMPL_IF -->
262                                 <!-- /TMPL_IF -->
263                                 <!-- TMPL_IF NAME="author" -->by <a href="/cgi-bin/koha/opac-search.pl?q=au:<!-- TMPL_VAR NAME="author_nospan" ESCAPE="URL" -->" title="Search for works by this author"><!-- TMPL_VAR NAME="author" --></a>
264                                 <!-- TMPL_ELSE -->&nbsp;
265                                 <!-- /TMPL_IF -->
266                                 <span class="results_summary"><span class="label">Publication:</span>
267                         <!-- TMPL_IF name="place" --><!-- TMPL_VAR name="place" --> <!-- /TMPL_IF --><!-- TMPL_IF name="publishercode" --><!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF --><!-- TMPL_IF name="publicationyear" --> <!-- TMPL_VAR name="publicationyear" -->
268                     <!-- TMPL_ELSE --><!-- TMPL_IF name="copyrightdate" --> <!-- TMPL_VAR name="copyrightdate" --><!-- /TMPL_IF --><!-- /TMPL_IF -->
269                         <!-- TMPL_IF name="pages" -->. <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
270                         <!-- TMPL_IF name="notes" -->, <!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
271                         <!-- TMPL_IF name="size" --> <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
272                         <!-- TMPL_IF name="timestamp" --> <i>(modified on <!-- TMPL_VAR name="timestamp" -->)</i><!-- /TMPL_IF -->
273                 </span>
274                 <!-- TMPL_IF NAME="summary" -->
275                 <span class="result_summary">
276                         <!-- TMPL_VAR name="summary" -->
277                 </span>
278                 <!-- /TMPL_IF -->
279                 <!-- TMPL_IF NAME="copyrightdate" --><span class="results_summary"><span class="label">Date:</span><!-- TMPL_VAR NAME="copyrightdate" --></span><!-- /TMPL_IF -->
280
281                                 <span class="results_summary">
282                 <span class="label">Availability:</span>
283                     <!-- TMPL_IF NAME="available_items_loop" -->
284                     <span class="available"><strong>Copies available:</strong>
285                     <!-- TMPL_LOOP NAME="available_items_loop" -->
286
287                     <!-- TMPL_IF NAME="singleBranchMode" -->
288                         <!-- TMPL_VAR NAME="location" -->
289                     <!-- TMPL_ELSE -->
290                         <!-- TMPL_VAR NAME="branchname" -->
291                     <!-- /TMPL_IF -->
292
293                     <!-- TMPL_IF name="OPACItemsResultsDisplay" -->
294                                             <!-- TMPL_UNLESS NAME="singleBranchMode" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_UNLESS -->
295                         <!-- TMPL_IF NAME="itemcallnumber" -->[<a href="/cgi-bin/koha/opac-search.pl?q=callnum:<!-- TMPL_VAR NAME="itemcallnumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="itemcallnumber" --></a>]<!-- /TMPL_IF -->
296                     <!-- /TMPL_IF -->
297                     (<!-- TMPL_VAR NAME="count" -->),
298                     <!-- /TMPL_LOOP -->
299                     </span>
300                     <!-- TMPL_ELSE -->
301                     <span class="unavailable">No items available:</span>
302                     <!-- /TMPL_IF -->
303                     <span class="unavailable">
304                     <!-- TMPL_IF NAME="onloancount" --> Checked out (<!-- TMPL_VAR NAME="onloancount" -->), <!-- /TMPL_IF -->
305                     <!-- TMPL_IF NAME="wthdrawncount" --> Withdrawn (<!-- TMPL_VAR NAME="wthdrawncount" -->), <!-- /TMPL_IF -->
306                     <!-- TMPL_UNLESS NAME="hidelostitems" --><!-- TMPL_IF NAME="itemlostcount" --> Lost (<!-- TMPL_VAR NAME="itemlostcount" -->),<!-- /TMPL_IF --><!-- /TMPL_UNLESS -->
307                     <!-- TMPL_IF NAME="damagedcount" --> Damaged (<!-- TMPL_VAR NAME="damagedcount" -->),<!-- /TMPL_IF -->
308                     <!-- TMPL_IF NAME="orderedcount" --> On order (<!-- TMPL_VAR NAME="orderedcount" -->),<!-- /TMPL_IF -->
309                     <!-- TMPL_IF NAME="intransitcount" --> In transit (<!-- TMPL_VAR NAME="intransitcount" -->),<!-- /TMPL_IF -->
310                     </span>
311                     <!-- TMPL_IF NAME="notforloan_items_loop" --> 
312                             <br />
313                                 <span class="unavailable"><strong>Not for loan :</strong></span>
314                                 <span class="unavailable">
315                                         <!-- TMPL_LOOP NAME="notforloan_items_loop" -->
316                                                 <!-- TMPL_IF name="OPACItemsResultsDisplay" -->
317                                                                                 <!-- TMPL_IF NAME="singleBranchMode" -->
318                                                                 <!-- TMPL_VAR NAME="location" -->
319                                                         <!-- TMPL_ELSE -->
320                                                                 <!-- TMPL_VAR NAME="branchname" -->
321                                                         <!-- /TMPL_IF -->
322                                                                             <!-- TMPL_UNLESS NAME="singleBranchMode" -->
323                                                                                 <!-- TMPL_VAR NAME="location" -->
324                                                                         <!-- /TMPL_UNLESS -->
325                                                         <!-- TMPL_IF NAME="itemcallnumber" -->
326                                                                 [<a href="/cgi-bin/koha/opac-search.pl?q=callnum:<!-- TMPL_VAR NAME="itemcallnumber" ESCAPE="URL" -->">
327                                                                 <!-- TMPL_VAR NAME="itemcallnumber" --></a>]
328                                                     <!-- /TMPL_IF -->
329                                         <!-- /TMPL_IF -->
330                                         (<!-- TMPL_VAR NAME="count" -->),
331                                     <!-- /TMPL_LOOP -->
332                             </span>
333                                         
334                         <!-- /TMPL_IF -->
335
336                 </span>
337
338                                 <!-- /TMPL_IF -->
339                                 
340                                 <!-- TMPL_IF NAME="TagsEnabled" -->
341                 <!-- TMPL_IF NAME="TagsShowOnList" -->
342                 <!-- TMPL_IF NAME="TagLoop" -->
343                                         <div class="results_summary">
344                         <span class="label">Tags:</span>
345                         <ul style="display: inline; list-style: none;"><!-- TMPL_LOOP NAME="TagLoop" --><li style="display: inline; list-style: none;"><a href="/cgi-bin/koha/opac-search.pl?tag=<!-- TMPL_VAR NAME="term" ESCAPE="URL" -->&amp;q=<!-- TMPL_VAR NAME="term" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="term" --></a> <span class="weight">(<!-- TMPL_VAR NAME="weight_total" -->)</span></li>
346                             <!-- /TMPL_LOOP -->
347                         </ul>
348                 <!-- /TMPL_IF -->
349                 <!-- TMPL_IF NAME="TagsInputOnList" -->
350                                         <!-- TMPL_IF NAME="loggedinusername" -->
351                     <form name="tagform<!-- TMPL_VAR NAME="biblionumber" -->" method="post" action="/cgi-bin/koha/opac-tags.pl">
352                         <label for="newtag<!-- TMPL_VAR NAME="biblionumber" -->">New tag:</label>
353                         <input name="newtag<!-- TMPL_VAR NAME="biblionumber" -->" id="newtag<!-- TMPL_VAR NAME="biblionumber" -->" maxlength="100" />
354                         <input name="tagbutton" class="tagbutton" title="<!-- TMPL_VAR NAME="biblionumber" -->" type="submit" value="Add" />
355                     </form>
356                     <span id="newtag<!-- TMPL_VAR NAME="biblionumber" -->_status" class="tagstatus" style="display:none;">
357                         Tag status here.
358                     </span>
359                         <!-- TMPL_ELSIF NAME="__first__" --><span class="tagstatus" id="login4tags">Log in to add tags.</span>
360                         <!-- /TMPL_IF -->
361                 <!-- /TMPL_IF -->
362                         <!-- TMPL_IF NAME="TagLoop" -->
363                                         </div><!-- /TMPL_IF -->
364                                 <!-- /TMPL_IF -->
365                 <!-- /TMPL_IF -->
366                                 <!-- TMPL_IF Name="searchhighlightblob" --><span class="results_summary"><span class="label">Match:</span> <!-- TMPL_VAR NAME="searchhighlightblob" --></span><!-- /TMPL_IF -->
367
368 <span class="results_summary actions"><span class="label">Actions:</span>
369                                 <!-- TMPL_IF name="RequestOnOpac" -->
370                                         <!-- TMPL_UNLESS NAME="norequests" -->
371                                                 <!-- TMPL_IF NAME="opacuserlogin" -->
372                                                         <!-- TMPL_IF NAME="AllowOnShelfHolds" -->
373                                                                 <a class="hold" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Place Hold</a><!-- add back when available 0 holds in queue-->
374                                                         <!-- TMPL_ELSE -->
375                                                                 <!-- TMPL_IF NAME="itemsissued" -->
376                                                                         <a class="hold" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Place Hold</a><!-- add back when available 0 holds in queue-->
377                                                                 <!-- /TMPL_IF -->
378                                                         <!-- /TMPL_IF -->
379                                                 <!-- /TMPL_IF -->
380                                         <!-- /TMPL_UNLESS -->
381                                 <!-- /TMPL_IF -->
382
383
384                                 <!-- TMPL_IF NAME="opacuserlogin" --><!-- TMPL_IF NAME="loggedinusername" --><!-- TMPL_IF NAME="virtualshelves" --><a class="addtolist" href="/cgi-bin/koha/opac-addbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" onclick="Dopop('opac-addbybiblionumber.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->'); return false;">Save to Lists</a>
385                         <!-- /TMPL_IF --><!-- /TMPL_IF --><!-- /TMPL_IF -->
386                         <!-- TMPL_IF NAME="opacbookbag" --><a class="addtocart" href="#" onclick="addRecord('<!-- TMPL_VAR NAME="biblionumber" -->'); return false;">Add to Cart</a><!-- /TMPL_IF -->
387                                 </span>
388                                 </td><td>
389                                         <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">
390                     <!-- TMPL_IF NAME="OPACAmazonContent" --><!-- TMPL_IF NAME="amazonisbn" --><img src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="amazonisbn" -->.01.TZZZZZZZ.jpg" alt="" class="thumbnail" /><!-- TMPL_ELSE --><span class="no-image">No cover image available</span><!-- /TMPL_IF --><!-- /TMPL_IF -->
391                     <!-- TMPL_IF NAME="GoogleJackets" --><!-- TMPL_IF NAME="amazonisbn" --><div style="block" title="<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->" class="<!-- TMPL_VAR name="amazonisbn" -->" id="gbs-thumbnail<!--TMPL_VAR NAME="__counter__"-->"></div><!-- TMPL_ELSE --><span class="no-image">No cover image available</span><!-- /TMPL_IF --><!-- /TMPL_IF -->
392                     </a>
393                     <!-- TMPL_IF NAME="BakerTaylorEnabled" --><!-- TMPL_IF NAME="clean_isbn" --><a href="https://<!-- TMPL_VAR name="BakerTaylorBookstoreURL" ESCAPE="HTML" --><!-- TMPL_VAR name="clean_isbn" -->"><img alt="See Baker &amp; Taylor" src="<!-- TMPL_VAR name="BakerTaylorImageURL" ESCAPE="HTML" --><!-- TMPL_VAR name="clean_isbn" -->" /></a><!-- TMPL_ELSE --><span class="no-image">No cover image available</span><!-- /TMPL_IF --><!-- /TMPL_IF -->
394                                 </td>
395                 </tr>
396                 <!-- /TMPL_LOOP -->
397             </table>
398     </form>
399         </div>
400     <!-- /TMPL_IF -->
401         <!-- TMPL_INCLUDE NAME="page-numbers.inc" -->
402
403     <!-- TMPL_ELSE -->
404     <!-- /TMPL_IF -->
405
406         <!-- TMPL_IF name="suggestion" -->
407 <!-- TMPL_IF NAME="AnonSuggestions" --><div class="suggestion">Not finding what you're looking for?<br />  Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add">purchase suggestion</a></div><!-- TMPL_ELSE --><!-- TMPL_IF NAME="loggedinusername" --><div class="suggestion">Not finding what you're looking for?<br />  Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add">purchase suggestion</a></div><!-- /TMPL_IF --><!-- /TMPL_IF -->
408 <!-- /TMPL_IF -->
409 </div>    
410 </div>
411 </div>
412         <!-- TMPL_IF NAME="opacfacets" -->
413 <div class="yui-b"><div class="container">
414         <!-- FACETS START -->
415                 <!-- TMPL_INCLUDE NAME="opac-facets.inc" -->
416         <!-- FACETS END -->
417 </div></div>
418         <!-- /TMPL_IF -->
419 </div>
420
421 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->