BUGFIX : highlighting term fixes
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / catalogue / results.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Catalog &rsaquo; <!-- TMPL_IF NAME="searchdesc" -->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 --><!-- TMPL_ELSE -->You did not specify any search criteria<!-- /TMPL_IF --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_IF NAME="AmazonContent" --><script type="text/javascript">
5 //<![CDATA[
6 // http://www.oreillynet.com/pub/a/javascript/2003/10/21/amazonhacks.html
7 function verify_images() {
8     $("img").each(function(i){
9            if ((this.src.indexOf('images.amazon.com') >= 0) || (this.src.indexOf('g-images.amazon.com') >=0)) {
10             w = this.width;
11             h = this.height;
12             if ((w == 1) || (h == 1)) {
13                 this.src = 'http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif';
14             } else if ((this.complete != null) && (!this.complete)) {
15                 this.src = 'http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif';
16             }
17         }
18         });
19         }
20 $(document).ready(function() {
21     $('#sortbyform').find("input:submit").hide();
22     $('#sort_by').change(function() {
23         $('#sortbyform').submit();
24     });
25 });
26 $(window).load(function() {
27         verify_images();
28      });
29      //]]>
30      </script><!-- /TMPL_IF -->
31 </head>
32 <body>
33 <!-- TMPL_INCLUDE NAME="header.inc" -->
34 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
35
36 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>  &rsaquo; 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 --></div>
37
38 <div id="doc3" class="yui-t1">
39    <div id="bd">
40     <div id="yui-main">
41     <div class="yui-b">
42
43     <!-- TMPL_IF NAME="outer_sup_results_loop" -->
44     <div class="yui-ge">
45     <div class="yui-u first">
46     <!-- /TMPL_IF -->
47
48     <!-- TMPL_IF NAME="koha_spsuggest" -->
49         <div style="font-size: 12px;">Did you mean: 
50             <ul style="list-style: none;">
51             <!-- TMPL_LOOP NAME="SPELL_SUGGEST" -->
52             <li>
53                 <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="spsuggestion" -->"><!-- TMPL_VAR NAME="spsuggestion" --></a>
54             </li>
55             <!-- /TMPL_LOOP -->
56             </ul>
57         </div>
58     <!-- /TMPL_IF -->
59
60     <!-- TMPL_IF NAME="total" -->
61         <div id="searchheader">
62             <form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="sortbyform">
63                 <!-- TMPL_IF NAME="searchdesc" -->
64                     <!-- TMPL_LOOP NAME="QUERY_INPUTS"-->
65                     <input type="hidden" name="<!-- TMPL_VAR NAME="input_name" -->" value="<!-- TMPL_VAR NAME="input_value" -->"/>
66                     <!-- /TMPL_LOOP -->
67                     <!-- TMPL_LOOP NAME="LIMIT_INPUTS"-->
68                     <input type="hidden" name="<!-- TMPL_VAR NAME="input_name" -->" value="<!-- TMPL_VAR NAME="input_value" -->"/>
69                     <!-- /TMPL_LOOP -->
70
71
72                 <!-- /TMPL_IF -->
73                 <!-- RE-SORT START -->
74                     <label for="sort_by">Sort By: </label>
75                     <select id="sort_by" name="sort_by">
76                     <!-- TMPL_INCLUDE NAME="resort_form.inc" -->
77                     </select>
78                     <input type="submit" value="Go" />
79                     <!-- RESORT END -->
80                 </form>
81     <h3>
82         <!-- TMPL_VAR NAME="total" --> result(s) found <!-- TMPL_IF NAME="query_desc" -->for <span style="font-weight: bold;">'<!-- TMPL_VAR NAME="query_desc" -->'</span><!-- /TMPL_IF --><!-- TMPL_IF NAME="limit_desc" -->&nbsp;with limit(s): <span style="font-weight: bold;">'<!-- TMPL_VAR NAME="limit_desc" -->'</span><!-- /TMPL_IF --><!-- TMPL_IF NAME="LibraryName" --> in <!-- TMPL_VAR NAME="LibraryName" --> Catalog<!-- /TMPL_IF -->.
83     </h3></div>
84     <!-- TMPL_IF NAME="stopwords_removed" --><div><p class="tip">Ignored the following common words: "<!-- TMPL_VAR NAME="stopwords_removed" -->"<p></div><!-- /TMPL_IF -->
85     <!-- TMPL_ELSE -->
86         <!-- TMPL_IF NAME="searchdesc" -->
87             <h3>No results found</h3>
88             <p>
89                 No results match your search <!-- TMPL_IF NAME="query_desc" -->for <span style="font-weight: bold;">'<!-- TMPL_VAR NAME="query_desc" -->'</span><!-- /TMPL_IF --><!-- TMPL_IF NAME="limit_desc" -->&nbsp;with limit(s): <span style="font-weight: bold;">'<!-- TMPL_VAR NAME="limit_desc" -->'</span><!-- /TMPL_IF --><!-- TMPL_IF NAME="LibraryName" --> in <!-- TMPL_VAR NAME="LibraryName" --> Catalog<!-- /TMPL_IF -->.
90             </p>
91         <!-- TMPL_ELSE -->
92             <h3>No results found</h3>
93             <p>
94             You did not specify any search criteria.
95             </p>
96         <!-- /TMPL_IF -->
97     <!-- /TMPL_IF -->
98     
99     <!-- TMPL_IF NAME="query_error" -->
100         <br /><br />
101         Error: 
102         <span  class="problem">
103             <!-- TMPL_VAR NAME="query_error" -->
104         </span>
105     <!-- /TMPL_IF -->
106     
107     <!-- Search Results Table -->
108     <!-- TMPL_IF NAME="total" -->
109         <!-- TMPL_IF NAME="scan" -->
110             <h1>Scan Index:</h1>
111             <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
112             <table>
113                 <tr>
114                     <td>
115                         Scan Index for: <input type="text" name="q" id="scan-index" size="35" value="" />
116                     </td>
117                 </tr>
118                 <tr>
119                     <td>
120                         <label for="scan-index">Indexed in:</label>
121                         <select name="idx" id="scan-index">
122                             <option value="">Any Word</option>
123                             <option value="any,phr:">Any Phrase</option>
124                             <option value="ti:">Title</option>
125                             <option value="ti,phr:">Title Phrase</option>
126                             <option value="au,phr:">Author</option>
127                             <option value="su:">Subject</option>
128                             <option value="su,phr:">Subject Phrase</option>
129                             <option value="se:">Series</option>
130                             <option value="pb:">Publisher</option>
131                             <option value="nt:">Notes</option>
132                             <option value="se:">Series Title</option>
133                             <option value="sn:">ISBN</option>
134                             <option value="ss:">ISSN</option>
135                         </select>
136                         <input type="hidden" name="scan" value="1" />
137                     </td>
138                 </tr>
139             </table>
140             </form>
141             
142             <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
143             <table>
144                 <tr>
145                     <th>Term/Phrase</th>
146                     <th>Count</th>
147                 </tr>
148                 <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
149                 <!-- TMPL_IF name="even" -->
150                     <tr class="highlight">
151                 <!-- TMPL_ELSE -->
152                     <tr>
153                 <!-- /TMPL_IF -->
154                         <td>
155                             <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="scan_use" escape="url" -->&quot;<!-- TMPL_VAR NAME="title_nospan" -->&quot;"><!-- TMPL_VAR NAME="title" --></a>
156                         </td>
157                         <td>
158                             <!-- TMPL_VAR NAME="author" -->
159                         </td>
160                     </tr>
161                 <!-- /TMPL_LOOP -->
162             </table>
163             </form>
164         <!-- TMPL_ELSE -->
165
166             <!-- ######### -->
167             <div id="facets">
168                 <dl>
169                 <!-- TMPL_IF NAME="NoZebra" -->
170                 <!-- FACETS START -->
171                 <!-- TMPL_IF NAME="opacfacets" -->
172                     <dt id="facets1" onclick="var Elt=document.getElementById('facets_list');if (Elt.style.display!='block'){Elt.style.display='block';} else {Elt.style.display='none';}">
173                     Refine your search
174                     </dt>
175                     <dd id="facets_list" style="display:none;">
176                     <ul>
177                     <!-- TMPL_LOOP NAME="facets_loop" -->
178                     <li id="<!-- TMPL_VAR NAME="type_id" -->"><!-- TMPL_VAR NAME="type_label" -->
179                         <ul>
180                         <!-- TMPL_LOOP NAME="facets" -->
181                             <li>
182                                 <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" --> and <!-- TMPL_VAR NAME="type_link_value" -->:<!-- TMPL_VAR NAME="facet_link_value" -->" title="<!-- TMPL_VAR NAME="facet_title_value" -->">
183                                     <!-- TMPL_VAR NAME="facet_label_value" -->
184                                 </a> (<!-- TMPL_VAR NAME="facet_count" -->)
185                             </li>
186                         <!-- /TMPL_LOOP -->
187                         <!-- TMPL_IF NAME="expandable" -->
188                             <li class="showmore">
189                                 <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;expand=<!-- TMPL_VAR NAME="expand" -->#<!-- TMPL_VAR NAME="type_id" -->">
190                                     Show More
191                                 </a>
192                             </li>
193                         <!-- /TMPL_IF -->
194                         </ul>
195                     </li>
196                     <!-- /TMPL_LOOP -->
197                     </ul>
198                     </dd>
199                 <!-- /TMPL_IF -->
200                 <!-- FACETS END -->
201                 <!-- /TMPL_IF --> <!-- NoZebra -->
202                 <!-- BULKEDIT START -->
203                 <!--TMPL_IF Name="bulkedit"--> 
204                     <dt id="hbulkedit" onclick="var Elt=document.getElementById('parambulkedit');if (Elt.style.display!='block'){Elt.style.display='block';} else {Elt.style.display='none';}">
205                     Bulk edit
206                     </dt>
207                     <dd id="parambulkedit" style="display:none;">
208                     <form name="bulkedit" action="search.pl">
209                         <input type="hidden" name="q" value="<!-- TMPL_VAR NAME="searchdesc" -->" />
210                         <input type="hidden" name="operation" value="bulkedit" />
211                         Search for Value :<input type="text" name="inputvalue" value="" /><br />
212                         Subfield       <select name="tagsubfield">
213                         <!--TMPL_LOOP Name="tagsubfields"-->
214                             <option value="<!--TMPL_VAR Name="tagsubfield"-->"> <!--TMPL_VAR Name="tagsubfield"-->
215                             <!-- --<TMPL_VAR Name="tagdesc">--<TMPL_VAR Name="subfielddesc">-->
216                             </option>
217                         <!--/TMPL_LOOP -->
218                         </select><br />
219                         Change to : <input type="text" name="targetvalue" value="" /><br />
220                         Test only : <input type="checkbox" name="test" value="1" /><br />
221                         <input type="Submit" name="Edit" value="Edit" />
222                     </form>
223                     </dd>
224                     <!-- TMPL_IF NAME="bulkeditresults" -->
225                     <dd>
226                         tagsubfield : <!-- TMPL_VAR NAME="countchanged" --> Change <!-- TMPL_VAR NAME="countchanged" --> To <!-- TMPL_VAR NAME="countchanged" --><br />
227                         <!-- TMPL_VAR NAME="countchanged" --> biblios changed <br />
228                         <!--TMPL_VAR Name="countunchanged"--> biblios unchanged<br />
229                     </dd>
230                     <!-- /TMPL_IF -->
231                 <!--/TMPL_IF--> 
232                 <!-- BULKEDIT END -->
233                 </dl>
234             </div>
235             <!-- ######### -->
236
237             <div id="searchresults">
238                     
239                     <!-- TABLE RESULTS START -->
240
241                 <table>
242                     <tr>
243                         <!-- TMPL_IF NAME="AmazonContent" --><th>&nbsp;</th><!-- /TMPL_IF -->
244                         <th>Results</th>
245                         <th>Location</th>
246                     </tr>
247                         <!-- Actual Search Results -->
248                         <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
249                             <!-- TMPL_IF name="even" -->
250                                 <tr class="highlight">
251                             <!-- TMPL_ELSE -->
252                                 <tr>
253                             <!-- /TMPL_IF -->
254                             <!-- TMPL_IF NAME="AmazonContent" -->
255                                 <td>
256                                     <a class="p1" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
257                                         <img src="<!-- TMPL_IF NAME="isbn" -->http://images.amazon.com/images/P/<!-- TMPL_VAR name="isbn" -->.01.TZZZZZZZ.jpg<!-- TMPL_ELSE -->http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif<!-- /TMPL_IF -->" alt="image" class="thumbnail" />
258                                     </a></td>                           
259                             <!-- /TMPL_IF -->
260                             <td>
261                                 <p><!-- TMPL_VAR NAME="result_number" -->.
262                                     <!-- TMPL_IF name="BiblioDefaultViewmarc" -->
263                                         <a class="title" href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
264                                             <b><!-- TMPL_VAR NAME="title" --></b>
265                                         </a> <!-- TMPL_VAR NAME="subtitle" -->
266 <!-- TMPL_IF name="volume" -->,<!-- TMPL_VAR name="volume" --><!-- /TMPL_IF --> <!-- TMPL_IF name="volumeddesc" -->, <!-- TMPL_VAR name="volumeddesc" --><!-- /TMPL_IF -->
267                                     <!-- TMPL_ELSIF NAME="BiblioDefaultViewisbd" -->
268                                             <a class="title" href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
269                                                 <!-- TMPL_VAR NAME="title" --> 
270                                             </a> <!-- TMPL_VAR NAME="subtitle" --><!-- TMPL_IF name="volume" -->,<!-- TMPL_VAR name="volume" --><!-- /TMPL_IF --> <!-- TMPL_IF name="volumeddesc" -->, <!-- TMPL_VAR name="volumeddesc" --><!-- /TMPL_IF -->
271                                         <!-- TMPL_ELSE -->
272                                             <a class="title" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
273                                                 <!-- TMPL_VAR NAME="title" --> 
274                                             </a> <!-- TMPL_VAR NAME="subtitle" --><!-- TMPL_IF name="volume" -->,<!-- TMPL_VAR name="volume" --><!-- /TMPL_IF --> <!-- TMPL_IF name="volumeddesc" -->, <!-- TMPL_VAR name="volumeddesc" --><!-- /TMPL_IF --><!-- /TMPL_IF -->
275                                 </p>
276                                 <!-- TMPL_IF name="summary" -->
277                                     <p><!-- TMPL_VAR name="summary" --></p>
278                                 <!-- TMPL_ELSE -->
279                                     <p>
280                                     <!-- TMPL_UNLESS NAME="item-level_itypes" -->
281                                     <!-- TMPL_UNLESS NAME="noItemTypeImages" --><!-- TMPL_IF name="imageurl" -->
282                                     <img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->" style="float: left; margin: .1em;" alt="img" />
283                                     <!-- /TMPL_IF --><!-- /TMPL_UNLESS -->
284                                     <!-- /TMPL_UNLESS -->
285
286                                         <!-- TMPL_IF NAME="author" -->
287                                             <a href="/cgi-bin/koha/catalogue/search.pl?q=au:<!-- TMPL_VAR NAME="author_nospan" ESCAPE="URL" -->" title="Search for this Author"><!-- TMPL_VAR NAME="author" --></a>
288                                         <!-- TMPL_ELSE -->
289                                             &nbsp;
290                                         <!-- /TMPL_IF -->
291                                         <!-- TMPL_IF name="publicationyear" --> - <!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
292                                         <!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
293                                         Description: 
294                                         <!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
295                                         <!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
296                                         <!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
297                                         <!-- TMPL_VAR name="description" -->
298                                         <!-- TMPL_IF name="timestamp" --> <i>(modified on <!-- TMPL_VAR name="timestamp" -->)</i><!-- /TMPL_IF -->
299                                         <!-- TMPL_IF name="cn_class" -->[<a href="/cgi-bin/koha/opac-search.pl?q=callnum:<!-- TMPL_VAR NAME="cn_class" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="cn_class" --></a>]<!-- /TMPL_IF -->
300                                     </p>
301                                     <p class="searchhighlightblob"><!-- TMPL_VAR NAME="searchhighlightblob" --></p>
302                                 <!-- /TMPL_IF -->
303                                   <!-- TMPL_IF NAME="norequests" -->
304                                         No holds allowed
305                                     <!-- TMPL_ELSE -->
306                                         <a class="reserve" href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Holds</a>
307                                     <!-- /TMPL_IF -->
308                                 </td>
309
310                                 <td><div class="availability">
311                                     <!-- TMPL_IF NAME="items_count" --><div><!-- TMPL_VAR NAME="items_count" -->
312                                     <!-- TMPL_IF NAME="itemsplural" -->items<!-- TMPL_ELSE -->item<!-- /TMPL_IF --></div>
313
314                                     <!-- TMPL_IF NAME="available_items_loop" -->
315                                     <!-- TMPL_IF NAME="availablecount" --><!-- TMPL_VAR NAME="availablecount" --><!-- /TMPL_IF --> available:
316                                     <ul>
317                                     <!-- TMPL_LOOP NAME="available_items_loop" -->
318                                         
319                                         <!-- TMPL_IF NAME="noItemTypeImages" --><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" --><!-- TMPL_IF name="imageurl" --><li style=" list-style: none; list-style-type: none;  background-image: url(<!-- TMPL_VAR name="imageurl" -->); background-repeat: no-repeat; background-position: 0 50%; padding: 3px 0 3px 30px; margin: .4em 0; " title="<!-- TMPL_VAR name="description" -->"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF -->
320                                         <!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF -->
321                                         <!-- TMPL_IF NAME="location" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_IF -->
322                                         <!-- TMPL_IF NAME="itemcallnumber" -->[<a href="/cgi-bin/koha/catalogue/search.pl?q=callnum:<!-- TMPL_VAR NAME="itemcallnumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="itemcallnumber" --></a>]<!-- /TMPL_IF -->
323                                         (<!-- TMPL_VAR NAME="count" -->)</li>
324                                     <!-- /TMPL_LOOP --></ul>
325                                     <!-- TMPL_ELSE -->
326                                     <span class="unavailable">No items available</span>
327                                     <!-- /TMPL_IF -->
328
329                                    <!-- TMPL_IF NAME="onloan_items_loop" -->
330                                    <!-- TMPL_IF NAME="onloancount" --><!-- TMPL_VAR NAME="onloancount" --><!-- /TMPL_IF --> on loan:
331                                     <ul>
332                                     <!-- TMPL_LOOP NAME="onloan_items_loop" -->
333                                        <!-- TMPL_IF NAME="noItemTypeImages" --><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" -->
334                                         <!-- TMPL_IF name="imageurl" -->
335                                         <li style=" list-style: none; list-style-type: none;  background-image: url(<!-- TMPL_VAR name=imageurl -->); background-repeat: no-repeat; background-position: 0 50%; padding: 3px 0 3px 30px; margin: .4em 0;" title="<!-- TMPL_VAR name="description" -->">
336                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF -->
337                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF -->                                        
338
339                                         <!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF -->
340                                         <!-- TMPL_IF NAME="location" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_IF -->
341                                         <!-- TMPL_IF NAME="itemcallnumber" -->[<a href="/cgi-bin/koha/catalogue/search.pl?q=callnum:<!-- TMPL_VAR NAME="itemcallnumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="itemcallnumber" --></a>]<!-- /TMPL_IF -->
342                                         (<!-- TMPL_VAR NAME="count" --><!-- TMPL_IF NAME="longoverdue" -->, <!-- TMPL_VAR NAME="longoverdue" --> long overdue<!-- /TMPL_IF -->) date due: <!-- TMPL_VAR NAME="due_date" --></li>
343                                     <!-- /TMPL_LOOP --></ul>
344                                     <!-- /TMPL_IF -->
345
346                                     <!-- TMPL_IF NAME="other_items_loop" -->
347                                     <!-- TMPL_IF NAME="othercount" --><!-- TMPL_VAR NAME="othercount" --><!-- /TMPL_IF --> unavailable:
348                                     <ul>
349                                     <!-- TMPL_LOOP NAME="other_items_loop" -->
350                                         <!-- TMPL_IF NAME="noItemTypeImages" --><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" -->
351                                         <!-- TMPL_IF name="imageurl" -->
352                                         <li style="list-style: none; list-style-type: none; background-image: url(<!-- TMPL_VAR name="imageurl" -->); background-repeat: no-repeat; background-position: 0 50%; padding: 3px 0 3px 30px; margin: .4em 0;" title="<!-- TMPL_VAR name="description" -->">
353                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF -->
354                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF -->
355
356                                         <!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF -->
357                                         <!-- TMPL_IF NAME="location" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_IF -->
358                                         <!-- TMPL_IF NAME="itemcallnumber" -->[<a href="/cgi-bin/koha/catalogue/search.pl?q=callnum:<!-- TMPL_VAR NAME="itemcallnumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="itemcallnumber" --></a>]<!-- /TMPL_IF -->
359                                         <!-- TMPL_IF NAME="wthdrawn" -->(Withdrawn)<!-- /TMPL_IF -->
360                                         <!-- TMPL_IF NAME="itemlost" -->(Lost)<!-- /TMPL_IF -->
361                                         <!-- TMPL_IF NAME="damaged" -->(Damaged)<!-- /TMPL_IF -->
362                                         <!-- TMPL_IF NAME="notforloan" --><!-- TMPL_VAR name="notforloan" --><!-- /TMPL_IF -->
363                                         (<!-- TMPL_VAR NAME="count" -->)</li>
364                                     <!-- /TMPL_LOOP --></ul>
365                                     <!-- /TMPL_IF -->
366                                     <!-- TMPL_ELSE -->
367                                     <span class="unavailable">No items</span>
368                                     <!-- /TMPL_IF --> <!-- /items count -->
369                                     </div></td>
370
371                             </tr>
372                         <!-- /TMPL_LOOP -->
373                 </table>
374                 </div>
375         <!-- /TMPL_IF -->
376         <!-- TMPL_INCLUDE NAME="page-numbers.inc" -->
377     <!-- TMPL_ELSE -->
378     <!-- No Results Found -->
379     <!-- /TMPL_IF -->
380 <!-- TMPL_IF NAME="outer_sup_results_loop" -->
381 </div>
382 <div class="yui-u">
383 <!-- TMPL_LOOP NAME="outer_sup_results_loop" -->
384 <!-- <div class="yui-b"> -->
385     <!-- TMPL_IF NAME="inner_sup_results_loop" -->
386         <!-- TMPL_VAR NAME="servername" -->
387         <!-- TMPL_LOOP NAME="inner_sup_results_loop" -->
388         <div><a href="/cgi-bin/koha/catalogue/search.pl?<!-- TMPL_VAR NAME="query_cgi" --><!-- TMPL_VAR NAME="limit_cgi" --><!-- TMPL_VAR NAME="sort_by" --><!-- TMPL_VAR NAME="link" -->"><!-- TMPL_VAR NAME="title" --></a></div>
389         <!-- /TMPL_LOOP -->
390     <!-- /TMPL_IF -->
391 <!-- </div> -->
392 <!-- /TMPL_LOOP -->
393 </div>
394 </div>
395 <!-- /TMPL_IF -->
396
397 </div>
398 </div>
399 <div class="yui-b">
400 <!-- TMPL_INCLUDE NAME="facets.inc" -->
401 </div>
402 </div>
403 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->