Lines 469-475
Link Here
|
469 |
<table class="copiesrow" id="copiesrow_[% bibitemloo.biblionumber %]"> |
469 |
<table class="copiesrow" id="copiesrow_[% bibitemloo.biblionumber %]"> |
470 |
<caption>Select a specific copy:</caption> |
470 |
<caption>Select a specific copy:</caption> |
471 |
<tr> |
471 |
<tr> |
472 |
<th>Copy</th> |
472 |
<th>Copy number</th> |
473 |
[% IF ( item_level_itypes ) %] |
473 |
[% IF ( item_level_itypes ) %] |
474 |
<th>Item type</th> |
474 |
<th>Item type</th> |
475 |
[% END %] |
475 |
[% END %] |
Lines 487-493
Link Here
|
487 |
|
487 |
|
488 |
[% FOREACH itemLoo IN bibitemloo.itemLoop %] |
488 |
[% FOREACH itemLoo IN bibitemloo.itemLoop %] |
489 |
<tr class="[% itemLoo.backgroundcolor %]"> |
489 |
<tr class="[% itemLoo.backgroundcolor %]"> |
490 |
<td class="copy"> |
490 |
<td class="copynumber"> |
491 |
[% IF ( itemLoo.available ) %] |
491 |
[% IF ( itemLoo.available ) %] |
492 |
<input type="radio" class="checkitem checkitem_[% bibitemloo.biblionumber %]" name="checkitem_[% bibitemloo.biblionumber %]" |
492 |
<input type="radio" class="checkitem checkitem_[% bibitemloo.biblionumber %]" name="checkitem_[% bibitemloo.biblionumber %]" |
493 |
value="[% itemLoo.itemnumber %]" /> |
493 |
value="[% itemLoo.itemnumber %]" /> |
494 |
- |
|
|