Lines 86-92
function cbUpload( status, fileid ) {
Link Here
|
86 |
|
86 |
|
87 |
<h1>Stage MARC records for import</h1> |
87 |
<h1>Stage MARC records for import</h1> |
88 |
[% IF ( uploadmarc ) %] |
88 |
[% IF ( uploadmarc ) %] |
89 |
<p>MARC staging results :</p> |
89 |
<p>MARC staging results:</p> |
90 |
<ul> |
90 |
<ul> |
91 |
[% SWITCH (record_type) %] |
91 |
[% SWITCH (record_type) %] |
92 |
[% CASE 'biblio' %] |
92 |
[% CASE 'biblio' %] |
Lines 113-121
function cbUpload( status, fileid ) {
Link Here
|
113 |
[% IF ( label_batch ) %] |
113 |
[% IF ( label_batch ) %] |
114 |
<li>New label batch created: # [% label_batch %] </li> |
114 |
<li>New label batch created: # [% label_batch %] </li> |
115 |
[% END %] |
115 |
[% END %] |
116 |
<li><a href="/cgi-bin/koha/tools/manage-marc-import.pl?import_batch_id=[% import_batch_id %]">Manage staged records</a></li> |
|
|
117 |
<li><a href="/cgi-bin/koha/tools/tools-home.pl">Back</a></li> |
118 |
</ul> |
116 |
</ul> |
|
|
117 |
<br> |
118 |
<a class="btn btn-default" href="/cgi-bin/koha/tools/manage-marc-import.pl?import_batch_id=[% import_batch_id %]">Manage staged records</a> |
119 |
<a class="btn btn-default" href="/cgi-bin/koha/tools/tools-home.pl">Back</a> |
119 |
[% ELSE %] |
120 |
[% ELSE %] |
120 |
<ul> |
121 |
<ul> |
121 |
<li>Select a MARC file to stage in the import reservoir. It will be parsed, and each valid record staged for later import into the catalog.</li> |
122 |
<li>Select a MARC file to stage in the import reservoir. It will be parsed, and each valid record staged for later import into the catalog.</li> |
122 |
- |
|
|