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 363-369
Link Here
|
363 |
<th>Vol info</th> |
364 |
<th>Vol info</th> |
364 |
[% END %] |
365 |
[% END %] |
365 |
<th>Information</th> |
366 |
<th>Information</th> |
366 |
</tr> |
367 |
</tr> |
|
|
368 |
</thead> |
369 |
<tbody> |
367 |
|
370 |
|
368 |
[% FOREACH itemLoo IN bibitemloo.itemLoop %] |
371 |
[% FOREACH itemLoo IN bibitemloo.itemLoop %] |
369 |
<tr class="[% itemLoo.backgroundcolor | html %]"> |
372 |
<tr class="[% itemLoo.backgroundcolor | html %]"> |
Lines 447-452
Link Here
|
447 |
</td> |
450 |
</td> |
448 |
</tr> |
451 |
</tr> |
449 |
[% END # / FOREACH itemLoo IN bibitemloo.itemLoop%] |
452 |
[% END # / FOREACH itemLoo IN bibitemloo.itemLoop%] |
|
|
453 |
</tbody> |
450 |
</table> <!-- / #copiesrow_[% bibitemloo.biblionumber | html %] --> |
454 |
</table> <!-- / #copiesrow_[% bibitemloo.biblionumber | html %] --> |
451 |
[% END # / IF ( bibitemloo.itemholdable )%] |
455 |
[% END # / IF ( bibitemloo.itemholdable )%] |
452 |
</div> <!-- / #hold-options-[% bibitemloo.biblionumber | html %] --> |
456 |
</div> <!-- / #hold-options-[% bibitemloo.biblionumber | html %] --> |
453 |
- |
|
|