Lines 345-351
Link Here
|
345 |
[% IF bibitemloo.itemholdable %] |
345 |
[% IF bibitemloo.itemholdable %] |
346 |
<table class="copiesrow table table-bordered table-striped" id="copiesrow_[% bibitemloo.biblionumber | html %]"> |
346 |
<table class="copiesrow table table-bordered table-striped" id="copiesrow_[% bibitemloo.biblionumber | html %]"> |
347 |
<caption>Select a specific item:</caption> |
347 |
<caption>Select a specific item:</caption> |
348 |
<tr> |
348 |
<thead> |
|
|
349 |
<tr> |
349 |
<th>Copy number</th> |
350 |
<th>Copy number</th> |
350 |
[% IF ( item_level_itypes ) %] |
351 |
[% IF ( item_level_itypes ) %] |
351 |
<th>Item type</th> |
352 |
<th>Item type</th> |
Lines 364-370
Link Here
|
364 |
[% END %] |
365 |
[% END %] |
365 |
<th>Notes</th> |
366 |
<th>Notes</th> |
366 |
<th>Information</th> |
367 |
<th>Information</th> |
367 |
</tr> |
368 |
</tr> |
|
|
369 |
</thead> |
370 |
<tbody> |
368 |
|
371 |
|
369 |
[% FOREACH itemLoo IN bibitemloo.itemLoop %] |
372 |
[% FOREACH itemLoo IN bibitemloo.itemLoop %] |
370 |
<tr class="[% itemLoo.backgroundcolor | html %]"> |
373 |
<tr class="[% itemLoo.backgroundcolor | html %]"> |
Lines 451-456
Link Here
|
451 |
</td> |
454 |
</td> |
452 |
</tr> |
455 |
</tr> |
453 |
[% END # / FOREACH itemLoo IN bibitemloo.itemLoop%] |
456 |
[% END # / FOREACH itemLoo IN bibitemloo.itemLoop%] |
|
|
457 |
</tbody> |
454 |
</table> <!-- / #copiesrow_[% bibitemloo.biblionumber | html %] --> |
458 |
</table> <!-- / #copiesrow_[% bibitemloo.biblionumber | html %] --> |
455 |
[% END # / IF ( bibitemloo.itemholdable )%] |
459 |
[% END # / IF ( bibitemloo.itemholdable )%] |
456 |
</div> <!-- / #hold-options-[% bibitemloo.biblionumber | html %] --> |
460 |
</div> <!-- / #hold-options-[% bibitemloo.biblionumber | html %] --> |
457 |
- |
|
|