Lines 315-321
Link Here
|
315 |
</ol> |
315 |
</ol> |
316 |
</div> |
316 |
</div> |
317 |
<div style="float:right"> |
317 |
<div style="float:right"> |
318 |
[% IF item_error %]Item records could not be processed because the number of item fields was uneven.[% END %] |
318 |
[% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %] |
319 |
[% FOREACH item IN biblio.iteminfos %] |
319 |
[% FOREACH item IN biblio.iteminfos %] |
320 |
<fieldset> |
320 |
<fieldset> |
321 |
<legend>Item Record [% item.item_id %]</legend> |
321 |
<legend>Item Record [% item.item_id %]</legend> |
322 |
- |
|
|