Lines 3-10
Link Here
|
3 |
[% BLOCK report %] |
3 |
[% BLOCK report %] |
4 |
[% SET report = job.report %] |
4 |
[% SET report = job.report %] |
5 |
[% IF report %] |
5 |
[% IF report %] |
|
|
6 |
[% IF job.status == 'finished' %] |
7 |
<div class="dialog message">Completed staging records</div> |
8 |
[% END %] |
9 |
|
6 |
<h2>MARC staging results</h2> |
10 |
<h2>MARC staging results</h2> |
7 |
[% SWITCH (record_type) %] |
11 |
[% SWITCH job.decoded_data.record_type %] |
8 |
[% CASE 'biblio' %] |
12 |
[% CASE 'biblio' %] |
9 |
<h3>Processing bibliographic records</h3> |
13 |
<h3>Processing bibliographic records</h3> |
10 |
[% CASE 'auth' %] |
14 |
[% CASE 'auth' %] |
11 |
- |
|
|