Lines 1068-1074
Link Here
|
1068 |
[% holds_by_branch.push( h ) %] |
1068 |
[% holds_by_branch.push( h ) %] |
1069 |
[% END %] |
1069 |
[% END %] |
1070 |
[% END %] |
1070 |
[% END %] |
1071 |
<div class="holds_by_library"> |
1071 |
<div class="holds_by_library page-section"> |
1072 |
<h4>[% Branches.GetName( b ) | html %]</h4> |
1072 |
<h4>[% Branches.GetName( b ) | html %]</h4> |
1073 |
|
1073 |
|
1074 |
[% INCLUDE holds_table.inc holds=holds_by_branch %] |
1074 |
[% INCLUDE holds_table.inc holds=holds_by_branch %] |
Lines 1100-1106
Link Here
|
1100 |
[% END %] |
1100 |
[% END %] |
1101 |
[% END %] |
1101 |
[% END %] |
1102 |
|
1102 |
|
1103 |
<div class="holds_by_itemtype"> |
1103 |
<div class="holds_by_itemtype page-section"> |
1104 |
[% IF i %] |
1104 |
[% IF i %] |
1105 |
<h4>[% ItemTypes.GetDescription( i ) | html %]</h4> |
1105 |
<h4>[% ItemTypes.GetDescription( i ) | html %]</h4> |
1106 |
[% ELSE %] |
1106 |
[% ELSE %] |
Lines 1125-1131
Link Here
|
1125 |
[% ELSE %] |
1125 |
[% ELSE %] |
1126 |
|
1126 |
|
1127 |
[% FOREACH b IN branchcodes.sort %] |
1127 |
[% FOREACH b IN branchcodes.sort %] |
1128 |
<div class="holds_by_library"> |
1128 |
<div class="holds_by_library page-section"> |
1129 |
<h4 class="library_holds">[% Branches.GetName( b ) | html %]</h4> |
1129 |
<h4 class="library_holds">[% Branches.GetName( b ) | html %]</h4> |
1130 |
[% SET holds_by_branch = [] %] |
1130 |
[% SET holds_by_branch = [] %] |
1131 |
[% FOREACH h IN biblioloo.reserveloop %] |
1131 |
[% FOREACH h IN biblioloo.reserveloop %] |
1132 |
- |
|
|