bugfixing (itemtype summary) : it summary is defined, the icon & author were not...
[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                 <!-- /TMPL_IF -->
71                 <!-- RE-SORT START -->
72                     <label for="sort_by">Sort By: </label>
73                     <select id="sort_by" name="sort_by">
74                     <!-- TMPL_INCLUDE NAME="resort_form.inc" -->
75                     </select>
76                     <input type="submit" value="Go" />
77                 <!-- RESORT END -->
78             </form>
79             <h3>
80                 <!-- 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 -->.<br />&nbsp;
81             </h3>
82         </div>
83     <!-- TMPL_IF NAME="stopwords_removed" --><div><p class="tip">Ignored the following common words: "<!-- TMPL_VAR NAME="stopwords_removed" -->"<p></div><!-- /TMPL_IF -->
84     <!-- TMPL_ELSE -->
85         <!-- TMPL_IF NAME="searchdesc" -->
86             <h3>No results found</h3>
87             <p>
88                 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 -->.
89             </p>
90         <!-- TMPL_ELSE -->
91             <h3>No results found</h3>
92             <p>
93             You did not specify any search criteria.
94             </p>
95         <!-- /TMPL_IF -->
96     <!-- /TMPL_IF -->
97     
98     <!-- TMPL_IF NAME="query_error" -->
99         <br /><br />
100         Error: 
101         <span  class="problem">
102             <!-- TMPL_VAR NAME="query_error" -->
103         </span>
104     <!-- /TMPL_IF -->
105     
106     <!-- Search Results Table -->
107     <!-- TMPL_IF NAME="total" -->
108         <!-- TMPL_IF NAME="scan" -->
109             <h1>Scan Index:</h1>
110             <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
111             <table>
112                 <tr>
113                     <td>
114                         Scan Index for: <input type="text" name="q" id="scan-index" size="35" value="" />
115                     </td>
116                 </tr>
117                 <tr>
118                     <td>
119                         <label for="scan-index">Indexed in:</label>
120                         <select name="idx" id="scan-index">
121                             <option value="">Any Word</option>
122                             <option value="any,phr:">Any Phrase</option>
123                             <option value="ti:">Title</option>
124                             <option value="ti,phr:">Title Phrase</option>
125                             <option value="au,phr:">Author</option>
126                             <option value="su:">Subject</option>
127                             <option value="su,phr:">Subject Phrase</option>
128                             <option value="se:">Series</option>
129                             <option value="pb:">Publisher</option>
130                             <option value="nt:">Notes</option>
131                             <option value="se:">Series Title</option>
132                             <option value="sn:">ISBN</option>
133                             <option value="ss:">ISSN</option>
134                         </select>
135                         <input type="hidden" name="scan" value="1" />
136                     </td>
137                 </tr>
138             </table>
139             </form>
140             
141             <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
142             <table>
143                 <tr>
144                     <th>Term/Phrase</th>
145                     <th>Count</th>
146                 </tr>
147                 <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
148                     <!-- TMPL_IF NAME="__odd__" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
149                         <td>
150                             <a href="/cgi-bin/koha/catalogue/search.pl?idx=<!-- TMPL_VAR name="scan_index" -->&amp;q=<!-- TMPL_VAR NAME="scan_use" escape="url" -->&quot;<!-- TMPL_VAR NAME="title_nospan" -->&quot;"><!-- TMPL_VAR NAME="title" --></a>
151                         </td>
152                         <td>
153                             <!-- TMPL_VAR NAME="author" -->
154                         </td>
155                     </tr>
156                 <!-- /TMPL_LOOP -->
157             </table>
158             </form>
159         <!-- TMPL_ELSE -->
160
161             <!-- ######### -->
162             <div id="facets">
163                 <dl>
164                 <!-- TMPL_IF NAME="NoZebra" -->
165                 <!-- FACETS START -->
166                 <!-- TMPL_IF NAME="opacfacets" -->
167                     <dt id="facets1" onclick="var Elt=document.getElementById('facets_list');if (Elt.style.display!='block'){Elt.style.display='block';} else {Elt.style.display='none';}">
168                     Refine your search
169                     </dt>
170                     <dd id="facets_list" style="display:none;">
171                     <ul>
172                     <!-- TMPL_LOOP NAME="facets_loop" -->
173                     <li id="<!-- TMPL_VAR NAME="type_id" -->"><!-- TMPL_VAR NAME="type_label" -->
174                         <ul>
175                         <!-- TMPL_LOOP NAME="facets" -->
176                             <li>
177                                 <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" -->">
178                                     <!-- TMPL_VAR NAME="facet_label_value" -->
179                                 </a> (<!-- TMPL_VAR NAME="facet_count" -->)
180                             </li>
181                         <!-- /TMPL_LOOP -->
182                         <!-- TMPL_IF NAME="expandable" -->
183                             <li class="showmore">
184                                 <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;expand=<!-- TMPL_VAR NAME="expand" -->#<!-- TMPL_VAR NAME="type_id" -->">
185                                     Show More
186                                 </a>
187                             </li>
188                         <!-- /TMPL_IF -->
189                         </ul>
190                     </li>
191                     <!-- /TMPL_LOOP -->
192                     </ul>
193                     </dd>
194                 <!-- /TMPL_IF -->
195                 <!-- FACETS END -->
196                 <!-- /TMPL_IF --> <!-- NoZebra -->
197                 <!-- BULKEDIT START -->
198                 <!--TMPL_IF Name="bulkedit"--> 
199                     <dt id="hbulkedit" onclick="var Elt=document.getElementById('parambulkedit');if (Elt.style.display!='block'){Elt.style.display='block';} else {Elt.style.display='none';}">
200                     Bulk edit
201                     </dt>
202                     <dd id="parambulkedit" style="display:none;">
203                     <form name="bulkedit" action="search.pl">
204                         <input type="hidden" name="q" value="<!-- TMPL_VAR NAME="searchdesc" -->" />
205                         <input type="hidden" name="operation" value="bulkedit" />
206                         Search for Value :<input type="text" name="inputvalue" value="" /><br />
207                         Subfield       <select name="tagsubfield">
208                         <!--TMPL_LOOP Name="tagsubfields"-->
209                             <option value="<!--TMPL_VAR Name="tagsubfield"-->"> <!--TMPL_VAR Name="tagsubfield"-->
210                             <!-- --<TMPL_VAR Name="tagdesc">--<TMPL_VAR Name="subfielddesc">-->
211                             </option>
212                         <!--/TMPL_LOOP -->
213                         </select><br />
214                         Change to : <input type="text" name="targetvalue" value="" /><br />
215                         Test only : <input type="checkbox" name="test" value="1" /><br />
216                         <input type="Submit" name="Edit" value="Edit" />
217                     </form>
218                     </dd>
219                     <!-- TMPL_IF NAME="bulkeditresults" -->
220                     <dd>
221                         tagsubfield : <!-- TMPL_VAR NAME="countchanged" --> Change <!-- TMPL_VAR NAME="countchanged" --> To <!-- TMPL_VAR NAME="countchanged" --><br />
222                         <!-- TMPL_VAR NAME="countchanged" --> biblios changed <br />
223                         <!--TMPL_VAR Name="countunchanged"--> biblios unchanged<br />
224                     </dd>
225                     <!-- /TMPL_IF -->
226                 <!--/TMPL_IF--> 
227                 <!-- BULKEDIT END -->
228                 </dl>
229             </div>
230             <!-- ######### -->
231
232             <div id="searchresults">
233                     
234                     <!-- TABLE RESULTS START -->
235
236                 <table>
237                     <tr>
238                         <!-- TMPL_IF NAME="AmazonContent" --><th>&nbsp;</th><!-- /TMPL_IF -->
239                         <th>Results</th>
240                         <th>Location</th>
241                     </tr>
242                         <!-- Actual Search Results -->
243                         <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
244                          <!-- TMPL_IF NAME="__odd__" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
245                             <!-- TMPL_IF NAME="AmazonContent" -->
246                                 <td>
247                                     <a class="p1" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
248                                         <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" />
249                                     </a></td>                           
250                             <!-- /TMPL_IF -->
251                             <td>
252                                 <p><!-- TMPL_VAR NAME="result_number" -->.
253                                     <!-- TMPL_IF name="BiblioDefaultViewmarc" -->
254                                         <a class="title" href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
255                                             <b><!-- TMPL_VAR NAME="title" --></b>
256                                         </a> <!-- TMPL_VAR NAME="subtitle" -->
257 <!-- TMPL_IF name="volume" -->,<!-- TMPL_VAR name="volume" --><!-- /TMPL_IF --> <!-- TMPL_IF name="volumeddesc" -->, <!-- TMPL_VAR name="volumeddesc" --><!-- /TMPL_IF -->
258                                     <!-- TMPL_ELSIF NAME="BiblioDefaultViewisbd" -->
259                                             <a class="title" href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
260                                                 <!-- TMPL_VAR NAME="title" --> 
261                                             </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 -->
262                                     <!-- TMPL_ELSE -->
263                                             <a class="title" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
264                                                 <!-- TMPL_VAR NAME="title" --> 
265                                             </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 -->
266                                                                         <!-- /TMPL_IF -->
267                                 </p>
268                                 <!-- TMPL_IF name="summary" -->
269                                         <!-- TMPL_IF NAME="author" -->
270                                             <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>
271                                         <!-- TMPL_ELSE -->
272                                             &nbsp;
273                                         <!-- /TMPL_IF -->
274                                     <p>
275                                     <!-- TMPL_UNLESS NAME="item-level_itypes" -->
276                                     <!-- TMPL_UNLESS NAME="noItemTypeImages" --><!-- TMPL_IF name="imageurl" -->
277                                     <img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->" style="float: left; margin: .1em;" alt="img" />
278                                     <!-- /TMPL_IF --><!-- /TMPL_UNLESS -->
279                                     <!-- /TMPL_UNLESS -->
280                                     <!-- TMPL_VAR name="summary" --></p>
281                                 <!-- TMPL_ELSE -->
282                                     <p>
283                                     <!-- TMPL_UNLESS NAME="item-level_itypes" -->
284                                     <!-- TMPL_UNLESS NAME="noItemTypeImages" --><!-- TMPL_IF name="imageurl" -->
285                                     <img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->" style="float: left; margin: .1em;" alt="img" />
286                                     <!-- /TMPL_IF --><!-- /TMPL_UNLESS -->
287                                     <!-- /TMPL_UNLESS -->
288
289                                         <!-- TMPL_IF NAME="author" -->
290                                             <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>
291                                         <!-- TMPL_ELSE -->
292                                             &nbsp;
293                                         <!-- /TMPL_IF -->
294                                         <!-- TMPL_IF name="publicationyear" --> - <!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
295                                         <!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
296                                         Description: 
297                                         <!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
298                                         <!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
299                                         <!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
300                                         <!-- TMPL_VAR name="description" -->
301                                         <!-- TMPL_IF name="timestamp" --> <i>(modified on <!-- TMPL_VAR name="timestamp" -->)</i><!-- /TMPL_IF -->
302                                         <!-- TMPL_IF name="cn_class" -->[<a href="/cgi-bin/koha/catalogue/search.pl?q=callnum:<!-- TMPL_VAR NAME="cn_class" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="cn_class" --></a>]<!-- /TMPL_IF -->
303                                     </p>
304                                     <p class="searchhighlightblob"><!-- TMPL_VAR NAME="searchhighlightblob" --></p>
305
306                                     <!-- TMPL_IF NAME="authorised_value_images" -->
307                                 <p>
308                                   <!-- TMPL_LOOP NAME="authorised_value_images" -->
309                                   <img src="<!-- TMPL_VAR name="imageurl" -->" />
310                                   <!-- /TMPL_LOOP -->
311                                 </p>
312                                 <!-- /TMPL_IF -->
313                                 
314                                 <!-- /TMPL_IF -->
315                                   <!-- TMPL_IF NAME="norequests" -->
316                                         No holds allowed
317                                     <!-- TMPL_ELSE -->
318                                         <a class="reserve" href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Holds</a>
319                                     <!-- /TMPL_IF -->
320                                 </td>
321
322                                 <td><div class="availability">
323                                     <!-- TMPL_IF NAME="items_count" --><div><!-- TMPL_VAR NAME="items_count" -->
324                                     <!-- TMPL_IF NAME="itemsplural" -->items<!-- TMPL_ELSE -->item<!-- /TMPL_IF --></div>
325
326                                     <!-- TMPL_IF NAME="available_items_loop" -->
327                                     <!-- TMPL_IF NAME="availablecount" --><!-- TMPL_VAR NAME="availablecount" --><!-- /TMPL_IF --> available:
328                                     <ul>
329                                     <!-- TMPL_LOOP NAME="available_items_loop" -->
330                                         
331                                         <!-- 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 -->
332                                         <!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF -->
333                                         <!-- TMPL_IF NAME="location" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_IF -->
334                                         <!-- 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 -->
335                                         (<!-- TMPL_VAR NAME="count" -->)</li>
336                                     <!-- /TMPL_LOOP --></ul>
337                                     <!-- TMPL_ELSE -->
338                                     <span class="unavailable">No items available</span>
339                                     <!-- /TMPL_IF -->
340
341                                    <!-- TMPL_IF NAME="onloan_items_loop" -->
342                                    <!-- TMPL_IF NAME="onloancount" --><!-- TMPL_VAR NAME="onloancount" --><!-- /TMPL_IF --> on loan:
343                                     <ul>
344                                     <!-- TMPL_LOOP NAME="onloan_items_loop" -->
345                                        <!-- TMPL_IF NAME="noItemTypeImages" --><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" -->
346                                         <!-- TMPL_IF name="imageurl" -->
347                                         <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" -->">
348                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF -->
349                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF -->                                        
350
351                                         <!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF -->
352                                         <!-- TMPL_IF NAME="location" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_IF -->
353                                         <!-- 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 -->
354                                         (<!-- TMPL_VAR NAME="count" --><!-- TMPL_IF NAME="longoverdue" -->, <!-- TMPL_VAR NAME="longoverdue" --> long overdue<!-- /TMPL_IF -->) date due: <!-- TMPL_VAR NAME="due_date" --></li>
355                                     <!-- /TMPL_LOOP --></ul>
356                                     <!-- /TMPL_IF -->
357
358                                     <!-- TMPL_IF NAME="other_items_loop" -->
359                                     <!-- TMPL_IF NAME="othercount" --><!-- TMPL_VAR NAME="othercount" --><!-- /TMPL_IF --> unavailable:
360                                     <ul>
361                                     <!-- TMPL_LOOP NAME="other_items_loop" -->
362                                         <!-- TMPL_IF NAME="noItemTypeImages" --><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" -->
363                                         <!-- TMPL_IF name="imageurl" -->
364                                         <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" -->">
365                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF -->
366                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF -->
367
368                                         <!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF -->
369                                         <!-- TMPL_IF NAME="location" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_IF -->
370                                         <!-- 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 -->
371                                         <!-- TMPL_IF NAME="wthdrawn" -->(Withdrawn)<!-- /TMPL_IF -->
372                                         <!-- TMPL_IF NAME="itemlost" -->(Lost)<!-- /TMPL_IF -->
373                                         <!-- TMPL_IF NAME="damaged" -->(Damaged)<!-- /TMPL_IF -->
374                                         <!-- TMPL_IF NAME="intransit" -->(In transit)<!-- /TMPL_IF -->
375                                         <!-- TMPL_IF NAME="notforloan" --><!-- TMPL_VAR name="notforloan" --><!-- /TMPL_IF -->
376                                         (<!-- TMPL_VAR NAME="count" -->)</li>
377                                     <!-- /TMPL_LOOP --></ul>
378                                     <!-- /TMPL_IF -->
379                                     <!-- TMPL_ELSE -->
380                                     <span class="unavailable">No items</span>
381                                     <!-- /TMPL_IF --> <!-- /items count -->
382                                     </div></td>
383
384                             </tr>
385                         <!-- /TMPL_LOOP -->
386                 </table>
387                 </div>
388         <!-- /TMPL_IF -->
389         <!-- TMPL_INCLUDE NAME="page-numbers.inc" -->
390     <!-- TMPL_ELSE -->
391     <!-- No Results Found -->
392     <!-- /TMPL_IF -->
393 <!-- TMPL_IF NAME="outer_sup_results_loop" -->
394 </div>
395 <div class="yui-u">
396 <!-- TMPL_LOOP NAME="outer_sup_results_loop" -->
397 <!-- <div class="yui-b"> -->
398     <!-- TMPL_IF NAME="inner_sup_results_loop" -->
399         <!-- TMPL_VAR NAME="servername" -->
400         <!-- TMPL_LOOP NAME="inner_sup_results_loop" -->
401         <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>
402         <!-- /TMPL_LOOP -->
403     <!-- /TMPL_IF -->
404 <!-- </div> -->
405 <!-- /TMPL_LOOP -->
406 </div>
407 </div>
408 <!-- /TMPL_IF -->
409
410 </div>
411 </div>
412 <div class="yui-b">
413 <!-- TMPL_INCLUDE NAME="facets.inc" -->
414 </div>
415 </div>
416 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->