Lines 417-431
$(document).ready(function(){
Link Here
|
417 |
[% ELSE %]<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title"> |
417 |
[% ELSE %]<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title"> |
418 |
[% END %] |
418 |
[% END %] |
419 |
[% END %] |
419 |
[% END %] |
420 |
[% IF ( SEARCH_RESULT.title ) %][% SEARCH_RESULT.title |html %][% ELSE %]No title[% END %] [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield %][% END %]</a> |
420 |
[% IF ( SEARCH_RESULT.title ) %][% SEARCH_RESULT.title |html %][% ELSE %]No title[% END %] [% FOREACH subtitl IN SEARCH_RESULT.subtitle %], [% subtitl.subfield|html %][% END %]</a> |
421 |
[% IF ( SEARCH_RESULT.author ) %]by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% SEARCH_RESULT.author |url %]" title="Search for works by this author" class="author">[% SEARCH_RESULT.author %]</a> |
421 |
[% IF ( SEARCH_RESULT.author ) %]by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% SEARCH_RESULT.author |url %]" title="Search for works by this author" class="author">[% SEARCH_RESULT.author %]</a> |
422 |
[% ELSE %] |
422 |
[% ELSE %] |
423 |
[% END %] |
423 |
[% END %] |
424 |
<span class="results_summary"><span class="label">Publication:</span> |
424 |
<span class="results_summary"><span class="label">Publication:</span> |
425 |
[% IF ( SEARCH_RESULT.place ) %][% SEARCH_RESULT.place %] [% END %][% IF ( SEARCH_RESULT.publishercode ) %][% SEARCH_RESULT.publishercode %][% END %][% IF ( SEARCH_RESULT.publicationyear ) %] [% SEARCH_RESULT.publicationyear %] |
425 |
[% IF ( SEARCH_RESULT.place ) %][% SEARCH_RESULT.place %] [% END %][% IF ( SEARCH_RESULT.publishercode ) %][% SEARCH_RESULT.publishercode|html %][% END %][% IF ( SEARCH_RESULT.publicationyear ) %] [% SEARCH_RESULT.publicationyear %] |
426 |
[% ELSE %][% IF ( SEARCH_RESULT.copyrightdate ) %] [% SEARCH_RESULT.copyrightdate %][% END %][% END %] |
426 |
[% ELSE %][% IF ( SEARCH_RESULT.copyrightdate ) %] [% SEARCH_RESULT.copyrightdate %][% END %][% END %] |
427 |
[% IF ( SEARCH_RESULT.pages ) %]. [% SEARCH_RESULT.pages %][% END %] |
427 |
[% IF ( SEARCH_RESULT.pages ) %]. [% SEARCH_RESULT.pages %][% END %] |
428 |
[% IF ( SEARCH_RESULT.notes ) %], [% SEARCH_RESULT.notes %][% END %] |
428 |
[% IF ( SEARCH_RESULT.notes ) %], [% SEARCH_RESULT.notes|html %][% END %] |
429 |
[% IF ( SEARCH_RESULT.size ) %] [% SEARCH_RESULT.size %][% END %] |
429 |
[% IF ( SEARCH_RESULT.size ) %] [% SEARCH_RESULT.size %][% END %] |
430 |
[% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp %])</i>[% END %] |
430 |
[% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp %])</i>[% END %] |
431 |
</span> |
431 |
</span> |
Lines 480-499
$(document).ready(function(){
Link Here
|
480 |
[% IF ( LibraryThingForLibrariesID ) %]<div class="ltfl_reviews"></div>[% END %] |
480 |
[% IF ( LibraryThingForLibrariesID ) %]<div class="ltfl_reviews"></div>[% END %] |
481 |
[% IF ( opacuserlogin ) %][% IF ( TagsEnabled ) %] |
481 |
[% IF ( opacuserlogin ) %][% IF ( TagsEnabled ) %] |
482 |
[% IF ( TagsShowOnList ) %] |
482 |
[% IF ( TagsShowOnList ) %] |
483 |
<div class="results_summary"> |
|
|
484 |
[% IF ( SEARCH_RESULT.TagLoop.size ) %] |
483 |
[% IF ( SEARCH_RESULT.TagLoop.size ) %] |
485 |
<span class="label">Tags:</span> |
484 |
<div class="results_summary"><span class="label">Tags:</span> |
486 |
<ul style="display: inline; list-style: none;">[% FOREACH TagLoo IN SEARCH_RESULT.TagLoop %]<li style="display: inline; list-style: none;"><a href="/cgi-bin/koha/opac-search.pl?tag=[% TagLoo.term |url %]&q=[% TagLoo.term |url %]">[% TagLoo.term %]</a> <span class="weight">([% TagLoo.weight_total %])</span></li> |
485 |
<ul style="display: inline; list-style: none;">[% FOREACH TagLoo IN SEARCH_RESULT.TagLoop %]<li style="display: inline; list-style: none;"><a href="/cgi-bin/koha/opac-search.pl?tag=[% TagLoo.term |url %]&q=[% TagLoo.term |url %]">[% TagLoo.term %]</a> <span class="weight">([% TagLoo.weight_total %])</span></li> |
487 |
[% END %] |
486 |
[% END %] |
488 |
</ul> |
487 |
</ul> |
489 |
[% END %] |
488 |
[% END %] |
490 |
[% IF ( TagsInputOnList ) %] |
489 |
[% IF ( TagsInputOnList ) %] |
491 |
[% IF ( loggedinusername ) %] |
490 |
[% IF ( loggedinusername ) %] |
492 |
<form name="tagform[% SEARCH_RESULT.biblionumber %]" method="post" action="/cgi-bin/koha/opac-tags.pl"> |
|
|
493 |
<span class="label">New tag:</span> |
491 |
<span class="label">New tag:</span> |
494 |
<input name="newtag[% SEARCH_RESULT.biblionumber %]" id="newtag[% SEARCH_RESULT.biblionumber %]" maxlength="100" /> |
492 |
<input name="newtag[% SEARCH_RESULT.biblionumber %]" id="newtag[% SEARCH_RESULT.biblionumber %]" maxlength="100" /> |
495 |
<input name="tagbutton" class="tagbutton" title="[% SEARCH_RESULT.biblionumber %]" type="submit" value="Add" /> |
493 |
<input name="tagbutton" class="tagbutton" title="[% SEARCH_RESULT.biblionumber %]" type="submit" value="Add" /> |
496 |
</form> |
|
|
497 |
<span id="newtag[% SEARCH_RESULT.biblionumber %]_status" class="tagstatus" style="display:none;"> |
494 |
<span id="newtag[% SEARCH_RESULT.biblionumber %]_status" class="tagstatus" style="display:none;"> |
498 |
Tag status here. |
495 |
Tag status here. |
499 |
</span> |
496 |
</span> |
Lines 528-534
$(document).ready(function(){
Link Here
|
528 |
</span> |
525 |
</span> |
529 |
</td><td> |
526 |
</td><td> |
530 |
<a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]"> |
527 |
<a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber %]"> |
531 |
[% IF ( OPACLocalCoverImages ) %]<div style="block" title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.biblionumber %]" id="local-thumbnail[% loop.count %]"></div>[% END %] |
528 |
[% IF ( OPACLocalCoverImages ) %]<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.biblionumber %]" id="local-thumbnail[% loop.count %]"></span>[% END %] |
532 |
[% IF ( OPACAmazonEnabled ) %][% IF ( OPACAmazonCoverImages ) %][% IF ( SEARCH_RESULT.normalized_isbn ) %]<img src="http://images.amazon.com/images/P/[% SEARCH_RESULT.normalized_isbn %].01.TZZZZZZZ.jpg" alt="" class="thumbnail" />[% ELSE %]<span class="no-image">No cover image available</span>[% END %][% END %][% END %] |
529 |
[% IF ( OPACAmazonEnabled ) %][% IF ( OPACAmazonCoverImages ) %][% IF ( SEARCH_RESULT.normalized_isbn ) %]<img src="http://images.amazon.com/images/P/[% SEARCH_RESULT.normalized_isbn %].01.TZZZZZZZ.jpg" alt="" class="thumbnail" />[% ELSE %]<span class="no-image">No cover image available</span>[% END %][% END %][% END %] |
533 |
|
530 |
|
534 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( using_https ) %] |
531 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( using_https ) %] |