Lines 1-6
Link Here
|
1 |
[% BLOCK final_match_link %] |
1 |
[% BLOCK final_match_link %] |
2 |
[% IF ( record.record_type == 'biblio' ) %] |
2 |
[% IF ( record.record_type == 'biblio' ) %] |
3 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% record.final_match_id %]">[% record.final_match_id %]</a> |
3 |
<a target="_blank" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% record.final_match_id %]">[% record.final_match_id %]</a> |
4 |
[% ELSIF ( record.record_type == 'auth' ) %] |
4 |
[% ELSIF ( record.record_type == 'auth' ) %] |
5 |
<a href="/cgi-bin/koha/authorities/detail.pl?authid=[% record.final_match_id %]">[% record.final_match_id %]</a> |
5 |
<a href="/cgi-bin/koha/authorities/detail.pl?authid=[% record.final_match_id %]">[% record.final_match_id %]</a> |
6 |
[% END %] |
6 |
[% END %] |
7 |
- |
|
|