Lines 1059-1065
Link Here
|
1059 |
[% FOREACH biblioloo IN biblioloop %] |
1059 |
[% FOREACH biblioloo IN biblioloop %] |
1060 |
<input type="hidden" name="biblionumber" id="biblionumber" value="[% biblioloo.biblionumber | html %]"/> |
1060 |
<input type="hidden" name="biblionumber" id="biblionumber" value="[% biblioloo.biblionumber | html %]"/> |
1061 |
[% UNLESS biblioloo.none_avail %] |
1061 |
[% UNLESS biblioloo.none_avail %] |
1062 |
<input type="hidden" name="holdable_bibs" id="holdable_bibs" value="[% biblioloo.biblionumber | html %]"/> |
|
|
1063 |
<input type="hidden" name="title_[% biblioloo.biblionumber | html %]" value="[% biblioloo.title | html %]"/> |
1062 |
<input type="hidden" name="title_[% biblioloo.biblionumber | html %]" value="[% biblioloo.title | html %]"/> |
1064 |
<input type="hidden" name="rank_[% biblioloo.biblionumber | html %]" value="[% biblioloo.rank | html %]"/> |
1063 |
<input type="hidden" name="rank_[% biblioloo.biblionumber | html %]" value="[% biblioloo.rank | html %]"/> |
1065 |
[% END %] |
1064 |
[% END %] |
Lines 1122-1128
Link Here
|
1122 |
[% END %] |
1121 |
[% END %] |
1123 |
<td> |
1122 |
<td> |
1124 |
[% UNLESS ( biblioloo.warn ) %] |
1123 |
[% UNLESS ( biblioloo.warn ) %] |
1125 |
<input class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]"/> |
1124 |
<input id="holdable_bibs" name="holdable_bibs" class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]" value="[% biblioloo.biblionumber | html %]"/> |
1126 |
[% END %] |
1125 |
[% END %] |
1127 |
</td> |
1126 |
</td> |
1128 |
<td> |
1127 |
<td> |
1129 |
- |
|
|