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 441-447
function GetZ3950Terms(){
Link Here
|
441 |
<!-- TMPL_IF NAME="authorised_value_images" --> |
442 |
<!-- TMPL_IF NAME="authorised_value_images" --> |
442 |
<p> |
443 |
<p> |
443 |
<!-- TMPL_LOOP NAME="authorised_value_images" --> |
444 |
<!-- TMPL_LOOP NAME="authorised_value_images" --> |
444 |
<img src="<!-- TMPL_VAR name="imageurl" -->" /> |
445 |
<img src="<!-- TMPL_VAR name="imageurl" -->" alt="<!-- TMPL_VAR NAME="description" -->" /> |
445 |
<!-- /TMPL_LOOP --> |
446 |
<!-- /TMPL_LOOP --> |
446 |
</p> |
447 |
</p> |
447 |
<!-- /TMPL_IF --> |
448 |
<!-- /TMPL_IF --> |
Lines 469-475
function GetZ3950Terms(){
Link Here
|
469 |
<ul> |
470 |
<ul> |
470 |
<!-- TMPL_LOOP NAME="available_items_loop" --> |
471 |
<!-- TMPL_LOOP NAME="available_items_loop" --> |
471 |
|
472 |
|
472 |
<!-- 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 --> |
473 |
<!-- 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 --> |
473 |
<!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF --> |
474 |
<!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF --> |
474 |
<!-- TMPL_IF NAME="location" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_IF --> |
475 |
<!-- TMPL_IF NAME="location" --><!-- TMPL_VAR NAME="location" --><!-- /TMPL_IF --> |
475 |
<!-- 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 --> |
476 |
<!-- 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 483-489
function GetZ3950Terms(){
Link Here
|
483 |
<!-- TMPL_LOOP NAME="onloan_items_loop" --> |
484 |
<!-- TMPL_LOOP NAME="onloan_items_loop" --> |
484 |
<!-- TMPL_IF NAME="noItemTypeImages" --><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" --> |
485 |
<!-- TMPL_IF NAME="noItemTypeImages" --><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" --> |
485 |
<!-- TMPL_IF name="imageurl" --> |
486 |
<!-- TMPL_IF name="imageurl" --> |
486 |
<li style="list-style: none; list-style-type: none;"><img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->" /> |
487 |
<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" -->" /> |
487 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --> |
488 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --> |
488 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF --> |
489 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF --> |
489 |
|
490 |
|
Lines 500-506
function GetZ3950Terms(){
Link Here
|
500 |
<!-- TMPL_LOOP NAME="other_items_loop" --> |
501 |
<!-- TMPL_LOOP NAME="other_items_loop" --> |
501 |
<!-- TMPL_IF NAME="noItemTypeImages" --><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" --> |
502 |
<!-- TMPL_IF NAME="noItemTypeImages" --><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" --> |
502 |
<!-- TMPL_IF name="imageurl" --> |
503 |
<!-- TMPL_IF name="imageurl" --> |
503 |
<li style="list-style: none; list-style-type: none;"><img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->" /> |
504 |
<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" -->" /> |
504 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --> |
505 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --> |
505 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF --> |
506 |
<!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF --> |
506 |
|
507 |
|
507 |
- |
|
|