Lines 444-455
function verify_images() {
Link Here
|
444 |
[% END %]</ul> |
444 |
[% END %]</ul> |
445 |
</li> |
445 |
</li> |
446 |
[% END %] |
446 |
[% END %] |
447 |
|
447 |
|
448 |
[% IF ( OPACBaseURL ) %] |
448 |
[% IF ( OPACBaseURL ) %] |
449 |
<li><strong>OPAC view:</strong> |
449 |
<li><strong>OPAC view:</strong> |
450 |
<a href="[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]" target="_blank">Open in new window</a> |
450 |
<a href="[% OPACBaseURL %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]" target="_blank">Open in new window</a> |
451 |
</li> |
451 |
</li> |
452 |
[% END %] |
452 |
[% END %] |
453 |
<li id="catalogue_detail_marc_preview"> |
453 |
<li id="catalogue_detail_marc_preview"> |
454 |
<strong>MARC Preview:</strong> |
454 |
<strong>MARC Preview:</strong> |
455 |
<a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Show</a> |
455 |
<a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Show</a> |
456 |
- |
|
|