|
Lines 1-30
Link Here
|
| 1 |
[% BLOCK final_match_link %] |
|
|
| 2 |
[% IF ( record.record_type == 'biblio' ) %] |
| 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' ) %] |
| 5 |
<a href="/cgi-bin/koha/authorities/detail.pl?authid=[% record.final_match_id %]">[% record.final_match_id %]</a> |
| 6 |
[% END %] |
| 7 |
[% END %] |
| 8 |
[% BLOCK match_link %] |
| 9 |
[% IF ( record_lis.match_id ) %] |
| 10 |
<tr> |
| 11 |
<td /> |
| 12 |
[% IF ( record.record_type == 'biblio' ) %] |
| 13 |
<td colspan="5">Matches biblio [% record_lis.match_id %] (score = [% record_lis.match_score %]): <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% record_lis.match_id %]">[% record_lis.match_citation %]</a></td> |
| 14 |
[% ELSIF ( record.record_type == 'auth' ) %] |
| 15 |
<td colspan="5">Matches authority [% record_lis.match_id %] (score = [% record_lis.match_score %]): <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% record_lis.match_id %]">[% record_lis.match_citation %]</a> | |
| 16 |
<a href="/cgi-bin/koha/authorities/merge.pl?mergereference=breeding&authid=[% record_lis.match_id %]&authid=[% record_lis.import_record_id %]">Merge</a> |
| 17 |
</td> |
| 18 |
[% END %] |
| 19 |
</tr> |
| 20 |
[% ELSIF ( record.record_type == 'auth') %] |
| 21 |
<tr data-authid="[% record_lis.import_record_id %]"> |
| 22 |
<td /> |
| 23 |
<td colspan="4"><a href="#" class="merge_auth">Search for a record to merge in a new window</a></td> |
| 24 |
</tr> |
| 25 |
[% END %] |
| 26 |
[% END %] |
| 27 |
|
| 28 |
[% INCLUDE 'doc-head-open.inc' %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
| 29 |
<title>Koha › Tools › Manage staged MARC records |
2 |
<title>Koha › Tools › Manage staged MARC records |
| 30 |
[% IF ( import_batch_id ) %] |
3 |
[% IF ( import_batch_id ) %] |
| 31 |
- |
|
|