Lines 321-330
function GetZ3950Terms(){
Link Here
|
321 |
</form> |
321 |
</form> |
322 |
<!-- TMPL_ELSE --> |
322 |
<!-- TMPL_ELSE --> |
323 |
|
323 |
|
324 |
<!-- ######### --> |
|
|
325 |
<div id="facets"> |
326 |
<dl> |
327 |
<!-- TMPL_IF NAME="NoZebra" --> |
324 |
<!-- TMPL_IF NAME="NoZebra" --> |
|
|
325 |
<!-- ######### --> |
326 |
<div id="facets"> |
327 |
<dl> |
328 |
<!-- FACETS START --> |
328 |
<!-- FACETS START --> |
329 |
<!-- TMPL_IF NAME="opacfacets" --> |
329 |
<!-- TMPL_IF NAME="opacfacets" --> |
330 |
<dt id="facets1" onclick="var Elt=document.getElementById('facets_list');if (Elt.style.display!='block'){Elt.style.display='block';} else {Elt.style.display='none';}"> |
330 |
<dt id="facets1" onclick="var Elt=document.getElementById('facets_list');if (Elt.style.display!='block'){Elt.style.display='block';} else {Elt.style.display='none';}"> |
Lines 356-365
function GetZ3950Terms(){
Link Here
|
356 |
</dd> |
356 |
</dd> |
357 |
<!-- /TMPL_IF --> |
357 |
<!-- /TMPL_IF --> |
358 |
<!-- FACETS END --> |
358 |
<!-- FACETS END --> |
359 |
<!-- /TMPL_IF --> <!-- NoZebra --> |
|
|
360 |
</dl> |
359 |
</dl> |
361 |
</div> |
360 |
</div> |
362 |
<!-- ######### --> |
361 |
<!-- ######### --> |
|
|
362 |
<!-- NoZebra --><!-- /TMPL_IF --> |
363 |
|
363 |
|
364 |
|
364 |
<div id="searchresults"> |
365 |
<div id="searchresults"> |
365 |
<form action="/cgi-bin/koha/catalogue/search.pl" method="get" name="bookbag_form" id="bookbag_form"> |
366 |
<form action="/cgi-bin/koha/catalogue/search.pl" method="get" name="bookbag_form" id="bookbag_form"> |
Lines 386-392
function GetZ3950Terms(){
Link Here
|
386 |
<td> |
387 |
<td> |
387 |
<a class="p1" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"> |
388 |
<a class="p1" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"> |
388 |
|
389 |
|
389 |
<img src="<!-- TMPL_IF NAME="normalized_isbn" -->http://images.amazon.com/images/P/<!-- TMPL_VAR name="normalized_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" /> |
390 |
<img src="<!-- TMPL_IF NAME="normalized_isbn" -->http://images.amazon.com/images/P/<!-- TMPL_VAR name="normalized_isbn" -->.01.TZZZZZZZ.jpg<!-- TMPL_ELSE -->http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif<!-- /TMPL_IF -->" alt="" class="thumbnail" /> |
390 |
</a></td> |
391 |
</a></td> |
391 |
<!-- /TMPL_IF --><!-- /TMPL_IF --> |
392 |
<!-- /TMPL_IF --><!-- /TMPL_IF --> |
392 |
<td> |
393 |
<td> |
Lines 427-433
function GetZ3950Terms(){
Link Here
|
427 |
|
428 |
|
428 |
<!-- /TMPL_IF --> |
429 |
<!-- /TMPL_IF --> |
429 |
|
430 |
|
430 |
<!-- TMPL_IF name="publishercode" --><!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF --> |
431 |
<!-- TMPL_IF name="publishercode" --><!-- TMPL_VAR name="publishercode" ESCAPE="HTML" --><!-- /TMPL_IF --> |
431 |
<!-- TMPL_IF NAME="edition" -->Edition: <!-- TMPL_VAR NAME="edition" --><!-- /TMPL_IF --> |
432 |
<!-- TMPL_IF NAME="edition" -->Edition: <!-- TMPL_VAR NAME="edition" --><!-- /TMPL_IF --> |
432 |
Description: |
433 |
Description: |
433 |
<!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF --> |
434 |
<!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF --> |
Lines 444-450
function GetZ3950Terms(){
Link Here
|
444 |
<!-- TMPL_IF NAME="authorised_value_images" --> |
445 |
<!-- TMPL_IF NAME="authorised_value_images" --> |
445 |
<p> |
446 |
<p> |
446 |
<!-- TMPL_LOOP NAME="authorised_value_images" --> |
447 |
<!-- TMPL_LOOP NAME="authorised_value_images" --> |
447 |
<img src="<!-- TMPL_VAR name="imageurl" -->" /> |
448 |
<img src="<!-- TMPL_VAR name="imageurl" -->" alt="<!-- TMPL_VAR NAME="description" -->" /> |
448 |
<!-- /TMPL_LOOP --> |
449 |
<!-- /TMPL_LOOP --> |
449 |
</p> |
450 |
</p> |
450 |
<!-- /TMPL_IF --> |
451 |
<!-- /TMPL_IF --> |
Lines 466-472
function GetZ3950Terms(){
Link Here
|
466 |
<ul> |
467 |
<ul> |
467 |
<!-- TMPL_LOOP NAME="available_items_loop" --> |
468 |
<!-- TMPL_LOOP NAME="available_items_loop" --> |
468 |
|
469 |
|
469 |
<!-- 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;"><img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->" /><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF --> |
470 |
<!-- 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;"><img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->" alt="<!-- TMPL_VAR name="description" -->" /><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF --> |
470 |
<!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF --> |
471 |
<!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF --> |
471 |
<!-- TMPL_IF NAME="location" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_IF --> |
472 |
<!-- TMPL_IF NAME="location" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_IF --> |
472 |
<!-- 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 --> |
473 |
<!-- 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 --> |
Lines 480-486
function GetZ3950Terms(){
Link Here
|
480 |
<!-- TMPL_LOOP NAME="onloan_items_loop" --> |
481 |
<!-- TMPL_LOOP NAME="onloan_items_loop" --> |
481 |
<!-- TMPL_IF NAME="noItemTypeImages" --><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" --> |
482 |
<!-- TMPL_IF NAME="noItemTypeImages" --><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" --> |
482 |
<!-- TMPL_IF name="imageurl" --> |
483 |
<!-- TMPL_IF name="imageurl" --> |
483 |
<li style="list-style: none; list-style-type: none;"><img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->" /> |
484 |
<li style="list-style: none; list-style-type: none;"><img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->" alt="<!-- TMPL_VAR name="description" -->" /> |
484 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --> |
485 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --> |
485 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF --> |
486 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF --> |
486 |
|
487 |
|
Lines 497-503
function GetZ3950Terms(){
Link Here
|
497 |
<!-- TMPL_LOOP NAME="other_items_loop" --> |
498 |
<!-- TMPL_LOOP NAME="other_items_loop" --> |
498 |
<!-- TMPL_IF NAME="noItemTypeImages" --><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" --> |
499 |
<!-- TMPL_IF NAME="noItemTypeImages" --><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" --> |
499 |
<!-- TMPL_IF name="imageurl" --> |
500 |
<!-- TMPL_IF name="imageurl" --> |
500 |
<li style="list-style: none; list-style-type: none;"><img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->" /> |
501 |
<li style="list-style: none; list-style-type: none;"><img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->" alt="<!-- TMPL_VAR name="description" -->" /> |
501 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --> |
502 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --> |
502 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF --> |
503 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF --> |
503 |
|
504 |
|
504 |
- |
|
|