Lines 287-293
Link Here
|
287 |
</ol> |
287 |
</ol> |
288 |
</div> |
288 |
</div> |
289 |
<div style="float:right"> |
289 |
<div style="float:right"> |
290 |
[% IF item_error %]Item records could not be processed because the number of item fields was uneven.[% END %] |
290 |
[% IF biblio.item_error %]Item records could not be processed because the number of item fields was uneven.[% END %] |
291 |
[% FOREACH item IN biblio.iteminfos %] |
291 |
[% FOREACH item IN biblio.iteminfos %] |
292 |
<fieldset> |
292 |
<fieldset> |
293 |
<legend>Item Record [% item.item_id %]</legend> |
293 |
<legend>Item Record [% item.item_id %]</legend> |
294 |
- |
|
|