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