reindenting + (very) small change in design
[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="even" -->
149                     <tr class="highlight">
150                 <!-- TMPL_ELSE -->
151                     <tr>
152                 <!-- /TMPL_IF -->
153                         <td>
154                             <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>
155                         </td>
156                         <td>
157                             <!-- TMPL_VAR NAME="author" -->
158                         </td>
159                     </tr>
160                 <!-- /TMPL_LOOP -->
161             </table>
162             </form>
163         <!-- TMPL_ELSE -->
164
165             <!-- ######### -->
166             <div id="facets">
167                 <dl>
168                 <!-- TMPL_IF NAME="NoZebra" -->
169                 <!-- FACETS START -->
170                 <!-- TMPL_IF NAME="opacfacets" -->
171                     <dt id="facets1" onclick="var Elt=document.getElementById('facets_list');if (Elt.style.display!='block'){Elt.style.display='block';} else {Elt.style.display='none';}">
172                     Refine your search
173                     </dt>
174                     <dd id="facets_list" style="display:none;">
175                     <ul>
176                     <!-- TMPL_LOOP NAME="facets_loop" -->
177                     <li id="<!-- TMPL_VAR NAME="type_id" -->"><!-- TMPL_VAR NAME="type_label" -->
178                         <ul>
179                         <!-- TMPL_LOOP NAME="facets" -->
180                             <li>
181                                 <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" -->">
182                                     <!-- TMPL_VAR NAME="facet_label_value" -->
183                                 </a> (<!-- TMPL_VAR NAME="facet_count" -->)
184                             </li>
185                         <!-- /TMPL_LOOP -->
186                         <!-- TMPL_IF NAME="expandable" -->
187                             <li class="showmore">
188                                 <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;expand=<!-- TMPL_VAR NAME="expand" -->#<!-- TMPL_VAR NAME="type_id" -->">
189                                     Show More
190                                 </a>
191                             </li>
192                         <!-- /TMPL_IF -->
193                         </ul>
194                     </li>
195                     <!-- /TMPL_LOOP -->
196                     </ul>
197                     </dd>
198                 <!-- /TMPL_IF -->
199                 <!-- FACETS END -->
200                 <!-- /TMPL_IF --> <!-- NoZebra -->
201                 <!-- BULKEDIT START -->
202                 <!--TMPL_IF Name="bulkedit"--> 
203                     <dt id="hbulkedit" onclick="var Elt=document.getElementById('parambulkedit');if (Elt.style.display!='block'){Elt.style.display='block';} else {Elt.style.display='none';}">
204                     Bulk edit
205                     </dt>
206                     <dd id="parambulkedit" style="display:none;">
207                     <form name="bulkedit" action="search.pl">
208                         <input type="hidden" name="q" value="<!-- TMPL_VAR NAME="searchdesc" -->" />
209                         <input type="hidden" name="operation" value="bulkedit" />
210                         Search for Value :<input type="text" name="inputvalue" value="" /><br />
211                         Subfield       <select name="tagsubfield">
212                         <!--TMPL_LOOP Name="tagsubfields"-->
213                             <option value="<!--TMPL_VAR Name="tagsubfield"-->"> <!--TMPL_VAR Name="tagsubfield"-->
214                             <!-- --<TMPL_VAR Name="tagdesc">--<TMPL_VAR Name="subfielddesc">-->
215                             </option>
216                         <!--/TMPL_LOOP -->
217                         </select><br />
218                         Change to : <input type="text" name="targetvalue" value="" /><br />
219                         Test only : <input type="checkbox" name="test" value="1" /><br />
220                         <input type="Submit" name="Edit" value="Edit" />
221                     </form>
222                     </dd>
223                     <!-- TMPL_IF NAME="bulkeditresults" -->
224                     <dd>
225                         tagsubfield : <!-- TMPL_VAR NAME="countchanged" --> Change <!-- TMPL_VAR NAME="countchanged" --> To <!-- TMPL_VAR NAME="countchanged" --><br />
226                         <!-- TMPL_VAR NAME="countchanged" --> biblios changed <br />
227                         <!--TMPL_VAR Name="countunchanged"--> biblios unchanged<br />
228                     </dd>
229                     <!-- /TMPL_IF -->
230                 <!--/TMPL_IF--> 
231                 <!-- BULKEDIT END -->
232                 </dl>
233             </div>
234             <!-- ######### -->
235
236             <div id="searchresults">
237                     
238                     <!-- TABLE RESULTS START -->
239
240                 <table>
241                     <tr>
242                         <!-- TMPL_IF NAME="AmazonContent" --><th>&nbsp;</th><!-- /TMPL_IF -->
243                         <th>Results</th>
244                         <th>Location</th>
245                     </tr>
246                         <!-- Actual Search Results -->
247                         <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
248                             <!-- TMPL_IF name="even" -->
249                                 <tr class="highlight">
250                             <!-- TMPL_ELSE -->
251                                 <tr>
252                             <!-- /TMPL_IF -->
253                             <!-- TMPL_IF NAME="AmazonContent" -->
254                                 <td>
255                                     <a class="p1" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
256                                         <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" />
257                                     </a></td>                           
258                             <!-- /TMPL_IF -->
259                             <td>
260                                 <p><!-- TMPL_VAR NAME="result_number" -->.
261                                     <!-- TMPL_IF name="BiblioDefaultViewmarc" -->
262                                         <a class="title" href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
263                                             <b><!-- TMPL_VAR NAME="title" --></b>
264                                         </a> <!-- TMPL_VAR NAME="subtitle" -->
265 <!-- TMPL_IF name="volume" -->,<!-- TMPL_VAR name="volume" --><!-- /TMPL_IF --> <!-- TMPL_IF name="volumeddesc" -->, <!-- TMPL_VAR name="volumeddesc" --><!-- /TMPL_IF -->
266                                     <!-- TMPL_ELSIF NAME="BiblioDefaultViewisbd" -->
267                                             <a class="title" href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
268                                                 <!-- TMPL_VAR NAME="title" --> 
269                                             </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 -->
270                                         <!-- TMPL_ELSE -->
271                                             <a class="title" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
272                                                 <!-- TMPL_VAR NAME="title" --> 
273                                             </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 -->
274                                 </p>
275                                 <!-- TMPL_IF name="summary" -->
276                                     <p><!-- TMPL_VAR name="summary" --></p>
277                                 <!-- TMPL_ELSE -->
278                                     <p>
279                                     <!-- TMPL_UNLESS NAME="item-level_itypes" -->
280                                     <!-- TMPL_UNLESS NAME="noItemTypeImages" --><!-- TMPL_IF name="imageurl" -->
281                                     <img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->" style="float: left; margin: .1em;" alt="img" />
282                                     <!-- /TMPL_IF --><!-- /TMPL_UNLESS -->
283                                     <!-- /TMPL_UNLESS -->
284
285                                         <!-- TMPL_IF NAME="author" -->
286                                             <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>
287                                         <!-- TMPL_ELSE -->
288                                             &nbsp;
289                                         <!-- /TMPL_IF -->
290                                         <!-- TMPL_IF name="publicationyear" --> - <!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
291                                         <!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
292                                         Description: 
293                                         <!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
294                                         <!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
295                                         <!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
296                                         <!-- TMPL_VAR name="description" -->
297                                         <!-- TMPL_IF name="timestamp" --> <i>(modified on <!-- TMPL_VAR name="timestamp" -->)</i><!-- /TMPL_IF -->
298                                         <!-- 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 -->
299                                     </p>
300                                     <p class="searchhighlightblob"><!-- TMPL_VAR NAME="searchhighlightblob" --></p>
301                                 <!-- /TMPL_IF -->
302                                   <!-- TMPL_IF NAME="norequests" -->
303                                         No holds allowed
304                                     <!-- TMPL_ELSE -->
305                                         <a class="reserve" href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">Holds</a>
306                                     <!-- /TMPL_IF -->
307                                 </td>
308
309                                 <td><div class="availability">
310                                     <!-- TMPL_IF NAME="items_count" --><div><!-- TMPL_VAR NAME="items_count" -->
311                                     <!-- TMPL_IF NAME="itemsplural" -->items<!-- TMPL_ELSE -->item<!-- /TMPL_IF --></div>
312
313                                     <!-- TMPL_IF NAME="available_items_loop" -->
314                                     <!-- TMPL_IF NAME="availablecount" --><!-- TMPL_VAR NAME="availablecount" --><!-- /TMPL_IF --> available:
315                                     <ul>
316                                     <!-- TMPL_LOOP NAME="available_items_loop" -->
317                                         
318                                         <!-- 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 -->
319                                         <!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF -->
320                                         <!-- TMPL_IF NAME="location" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_IF -->
321                                         <!-- 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 -->
322                                         (<!-- TMPL_VAR NAME="count" -->)</li>
323                                     <!-- /TMPL_LOOP --></ul>
324                                     <!-- TMPL_ELSE -->
325                                     <span class="unavailable">No items available</span>
326                                     <!-- /TMPL_IF -->
327
328                                    <!-- TMPL_IF NAME="onloan_items_loop" -->
329                                    <!-- TMPL_IF NAME="onloancount" --><!-- TMPL_VAR NAME="onloancount" --><!-- /TMPL_IF --> on loan:
330                                     <ul>
331                                     <!-- TMPL_LOOP NAME="onloan_items_loop" -->
332                                        <!-- TMPL_IF NAME="noItemTypeImages" --><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" -->
333                                         <!-- TMPL_IF name="imageurl" -->
334                                         <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" -->">
335                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF -->
336                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF -->                                        
337
338                                         <!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF -->
339                                         <!-- TMPL_IF NAME="location" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_IF -->
340                                         <!-- 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 -->
341                                         (<!-- TMPL_VAR NAME="count" --><!-- TMPL_IF NAME="longoverdue" -->, <!-- TMPL_VAR NAME="longoverdue" --> long overdue<!-- /TMPL_IF -->) date due: <!-- TMPL_VAR NAME="due_date" --></li>
342                                     <!-- /TMPL_LOOP --></ul>
343                                     <!-- /TMPL_IF -->
344
345                                     <!-- TMPL_IF NAME="other_items_loop" -->
346                                     <!-- TMPL_IF NAME="othercount" --><!-- TMPL_VAR NAME="othercount" --><!-- /TMPL_IF --> unavailable:
347                                     <ul>
348                                     <!-- TMPL_LOOP NAME="other_items_loop" -->
349                                         <!-- TMPL_IF NAME="noItemTypeImages" --><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" -->
350                                         <!-- TMPL_IF name="imageurl" -->
351                                         <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" -->">
352                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF -->
353                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF -->
354
355                                         <!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF -->
356                                         <!-- TMPL_IF NAME="location" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_IF -->
357                                         <!-- 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 -->
358                                         <!-- TMPL_IF NAME="wthdrawn" -->(Withdrawn)<!-- /TMPL_IF -->
359                                         <!-- TMPL_IF NAME="itemlost" -->(Lost)<!-- /TMPL_IF -->
360                                         <!-- TMPL_IF NAME="damaged" -->(Damaged)<!-- /TMPL_IF -->
361                                         <!-- TMPL_IF NAME="notforloan" --><!-- TMPL_VAR name="notforloan" --><!-- /TMPL_IF -->
362                                         (<!-- TMPL_VAR NAME="count" -->)</li>
363                                     <!-- /TMPL_LOOP --></ul>
364                                     <!-- /TMPL_IF -->
365                                     <!-- TMPL_ELSE -->
366                                     <span class="unavailable">No items</span>
367                                     <!-- /TMPL_IF --> <!-- /items count -->
368                                     </div></td>
369
370                             </tr>
371                         <!-- /TMPL_LOOP -->
372                 </table>
373                 </div>
374         <!-- /TMPL_IF -->
375         <!-- TMPL_INCLUDE NAME="page-numbers.inc" -->
376     <!-- TMPL_ELSE -->
377     <!-- No Results Found -->
378     <!-- /TMPL_IF -->
379 <!-- TMPL_IF NAME="outer_sup_results_loop" -->
380 </div>
381 <div class="yui-u">
382 <!-- TMPL_LOOP NAME="outer_sup_results_loop" -->
383 <!-- <div class="yui-b"> -->
384     <!-- TMPL_IF NAME="inner_sup_results_loop" -->
385         <!-- TMPL_VAR NAME="servername" -->
386         <!-- TMPL_LOOP NAME="inner_sup_results_loop" -->
387         <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>
388         <!-- /TMPL_LOOP -->
389     <!-- /TMPL_IF -->
390 <!-- </div> -->
391 <!-- /TMPL_LOOP -->
392 </div>
393 </div>
394 <!-- /TMPL_IF -->
395
396 </div>
397 </div>
398 <div class="yui-b">
399 <!-- TMPL_INCLUDE NAME="facets.inc" -->
400 </div>
401 </div>
402 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->