|
Lines 1-5
Link Here
|
| 1 |
[% USE raw %] |
1 |
[% USE raw %] |
| 2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
|
|
3 |
[% USE KohaDates %] |
| 3 |
[% SET footerjs = 1 %] |
4 |
[% SET footerjs = 1 %] |
| 4 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
| 5 |
<title>Koha › Tools › Manage staged MARC records |
6 |
<title>Koha › Tools › Manage staged MARC records |
|
Lines 107-113
Link Here
|
| 107 |
<li><span class="label">File name:</span> [% file_name | html %]</li> |
108 |
<li><span class="label">File name:</span> [% file_name | html %]</li> |
| 108 |
<li><span class="label">Comments:</span> [% IF ( comments ) %][% comments | html %][% ELSE %](none)[% END %]</li> |
109 |
<li><span class="label">Comments:</span> [% IF ( comments ) %][% comments | html %][% ELSE %](none)[% END %]</li> |
| 109 |
<li><span class="label">Type:</span> [% IF ( record_type == 'auth' ) %]Authority records[% ELSE %]Bibliographic records[% END %]</li> |
110 |
<li><span class="label">Type:</span> [% IF ( record_type == 'auth' ) %]Authority records[% ELSE %]Bibliographic records[% END %]</li> |
| 110 |
<li><span class="label">Staged:</span> [% upload_timestamp | html %]</li> |
111 |
<li><span class="label">Staged:</span> [% upload_timestamp | $KohaDates with_hours=1 %]</li> |
| 111 |
<li><span class="label">Status:</span> |
112 |
<li><span class="label">Status:</span> |
| 112 |
[% IF ( import_status == 'cleaned' ) %] |
113 |
[% IF ( import_status == 'cleaned' ) %] |
| 113 |
Cleaned |
114 |
Cleaned |
|
Lines 357-363
Link Here
|
| 357 |
[% batch_lis.import_status | html %] |
358 |
[% batch_lis.import_status | html %] |
| 358 |
[% END %] |
359 |
[% END %] |
| 359 |
</td> |
360 |
</td> |
| 360 |
<td>[% batch_lis.upload_timestamp | html %]</td> |
361 |
<td>[% batch_lis.upload_timestamp | $KohaDates with_hours=1 %]</td> |
| 361 |
<td>[% batch_lis.num_records | html %]</td> |
362 |
<td>[% batch_lis.num_records | html %]</td> |
| 362 |
<td>[% batch_lis.num_items | html %] |
363 |
<td>[% batch_lis.num_items | html %] |
| 363 |
[% IF ( batch_lis.num_items && batch_lis.import_status == 'imported' ) %] |
364 |
[% IF ( batch_lis.num_items && batch_lis.import_status == 'imported' ) %] |
| 364 |
- |
|
|