|
Lines 1063-1069
Link Here
|
| 1063 |
[% FOREACH biblioloo IN biblioloop %] |
1063 |
[% FOREACH biblioloo IN biblioloop %] |
| 1064 |
<input type="hidden" name="biblionumber" id="biblionumber" value="[% biblioloo.biblionumber | html %]"/> |
1064 |
<input type="hidden" name="biblionumber" id="biblionumber" value="[% biblioloo.biblionumber | html %]"/> |
| 1065 |
[% UNLESS biblioloo.none_avail %] |
1065 |
[% UNLESS biblioloo.none_avail %] |
| 1066 |
<input type="hidden" name="holdable_bibs" id="holdable_bibs" value="[% biblioloo.biblionumber | html %]"/> |
|
|
| 1067 |
<input type="hidden" name="title_[% biblioloo.biblionumber | html %]" value="[% biblioloo.title | html %]"/> |
1066 |
<input type="hidden" name="title_[% biblioloo.biblionumber | html %]" value="[% biblioloo.title | html %]"/> |
| 1068 |
<input type="hidden" name="rank_[% biblioloo.biblionumber | html %]" value="[% biblioloo.rank | html %]"/> |
1067 |
<input type="hidden" name="rank_[% biblioloo.biblionumber | html %]" value="[% biblioloo.rank | html %]"/> |
| 1069 |
[% END %] |
1068 |
[% END %] |
|
Lines 1126-1132
Link Here
|
| 1126 |
[% END %] |
1125 |
[% END %] |
| 1127 |
<td> |
1126 |
<td> |
| 1128 |
[% UNLESS ( biblioloo.warn ) %] |
1127 |
[% UNLESS ( biblioloo.warn ) %] |
| 1129 |
<input class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]"/> |
1128 |
<input id="holdable_bibs" class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]" value="[% biblioloo.biblionumber | html %]"/> |
| 1130 |
[% END %] |
1129 |
[% END %] |
| 1131 |
</td> |
1130 |
</td> |
| 1132 |
<td> |
1131 |
<td> |
| 1133 |
- |
|
|