|
Lines 1-8
Link Here
|
| 1 |
[% USE raw %] |
1 |
[% USE raw %] |
| 2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
|
|
3 |
[% PROCESS 'i18n.inc' %] |
| 3 |
[% SET footerjs = 1 %] |
4 |
[% SET footerjs = 1 %] |
| 4 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
| 5 |
<title>Compare matched records › Manage staged MARC records › Cataloging › Koha</title> |
6 |
<title>[% FILTER collapse %] |
|
|
7 |
[% t("Compare matched records") | html %] › |
| 8 |
[% tx("Batch {batch_id}", { batch_id = batchid }) | html %] › |
| 9 |
[% t("Manage staged MARC records") | html %] › |
| 10 |
[% t("Cataloging") | html %] › |
| 11 |
[% t("Koha") | html %] |
| 12 |
[% END %]</title> |
| 6 |
[% INCLUDE 'doc-head-close.inc' %] |
13 |
[% INCLUDE 'doc-head-close.inc' %] |
| 7 |
<style> |
14 |
<style> |
| 8 |
ins { background-color: #e6ffe6; } |
15 |
ins { background-color: #e6ffe6; } |
|
Lines 25-31
Link Here
|
| 25 |
<a href="/cgi-bin/koha/tools/manage-marc-import.pl">Manage staged MARC records</a> |
32 |
<a href="/cgi-bin/koha/tools/manage-marc-import.pl">Manage staged MARC records</a> |
| 26 |
[% END %] |
33 |
[% END %] |
| 27 |
[% WRAPPER breadcrumb_item %] |
34 |
[% WRAPPER breadcrumb_item %] |
| 28 |
<a href="/cgi-bin/koha/tools/manage-marc-import.pl?import_batch_id=[% batchid | uri %]">Batch [% batchid | html %]</a> |
35 |
<a href="/cgi-bin/koha/tools/manage-marc-import.pl?import_batch_id=[% batchid | uri %]">[% tx("Batch {batch_id}", { batch_id = batchid }) | html %]</a> |
| 29 |
[% END %] |
36 |
[% END %] |
| 30 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
37 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 31 |
<span>Compare matched records</span> |
38 |
<span>Compare matched records</span> |
|
Lines 45-51
Link Here
|
| 45 |
<p>The record ID <em>[% RECORDID | html %]</em> doesn't match any existing record.</p> |
52 |
<p>The record ID <em>[% RECORDID | html %]</em> doesn't match any existing record.</p> |
| 46 |
</div> |
53 |
</div> |
| 47 |
[% ELSE %] |
54 |
[% ELSE %] |
| 48 |
<h2>[% RECORDTITLE | html %]</h2> |
55 |
<h3>[% RECORDTITLE | html %]</h3> |
| 49 |
<pre>[% MARC_FORMATTED1 | html %]</pre> |
56 |
<pre>[% MARC_FORMATTED1 | html %]</pre> |
| 50 |
[% END %] |
57 |
[% END %] |
| 51 |
</div> |
58 |
</div> |
|
Lines 56-62
Link Here
|
| 56 |
<p>The import ID number <em>[% IMPORTID | html %]</em> doesn't match any existing record.</p> |
63 |
<p>The import ID number <em>[% IMPORTID | html %]</em> doesn't match any existing record.</p> |
| 57 |
</div> |
64 |
</div> |
| 58 |
[% ELSE %] |
65 |
[% ELSE %] |
| 59 |
<h2>[% IMPORTTITLE | html %]</h2> |
66 |
<h3>[% IMPORTTITLE | html %]</h3> |
| 60 |
<pre>[% MARC_FORMATTED2 | html %] </pre> |
67 |
<pre>[% MARC_FORMATTED2 | html %] </pre> |
| 61 |
[% END %] |
68 |
[% END %] |
| 62 |
</div> |
69 |
</div> |