Lines 86-95
Link Here
|
86 |
[% END %] |
86 |
[% END %] |
87 |
[% IF facets_loo.facets.size > 5 %] |
87 |
[% IF facets_loo.facets.size > 5 %] |
88 |
<li class="moretoggle"> |
88 |
<li class="moretoggle"> |
89 |
<a href="#"><strong>Show more</strong></a> |
89 |
[% IF facets_loo.type_label_Authors %]<a href="#" aria-label="Show more authors"><strong>Show more</strong></a>[% END %] |
|
|
90 |
[% IF facets_loo.type_label_Titles %]<a href="#" aria-label="Show more titles"><strong>Show more</strong></a>[% END %] |
91 |
[% IF facets_loo.type_label_Topics %]<a href="#" aria-label="Show more topics"><strong>Show more</strong></a>[% END %] |
92 |
[% IF facets_loo.type_label_Places %]<a href="#" aria-label="Show more places"><strong>Show more</strong></a>[% END %] |
93 |
[% IF facets_loo.type_label_Series %]<a href="#" aria-label="Show more series"><strong>Show more</strong></a>[% END %] |
94 |
[% IF facets_loo.type_label_ItemTypes %]<a href="#" aria-label="Show more item types"><strong>Show more</strong></a>[% END %] |
95 |
[% IF facets_loo.type_label_CollectionCodes %]<a href="#" aria-label="Show more collection codes"><strong>Show more</strong></a>[% END %] |
96 |
[% IF facets_loo.type_label_Language %]<a href="#" aria-label="Show more languages"><strong>Show more</strong></a>[% END %] |
97 |
[% UNLESS singleBranchMode %] |
98 |
[% IF ( facets_loo.type_label_HomeLibrary ) %]<a href="#" aria-label="Show more home libraries"><strong>Show more</strong></a>[% END %] |
99 |
[% IF ( facets_loo.type_label_HoldingLibrary ) %]<a href="#" aria-label="Show more holding libraries"><strong>Show more</strong></a>[% END %] |
100 |
[% END %] |
101 |
[% IF facets_loo.type_label_Location %]<a href="#" aria-label="Show more locations"><strong>Show more</strong></a>[% END %] |
90 |
</li> |
102 |
</li> |
91 |
<li class="moretoggle" style="display:none"> |
103 |
<li class="moretoggle" style="display:none"> |
92 |
<a href="#"><strong>Show less</strong></a> |
104 |
[% IF facets_loo.type_label_Authors %]<a href="#" aria-label="Show less authors"><strong>Show less</strong></a>[% END %] |
|
|
105 |
[% IF facets_loo.type_label_Titles %]<a href="#" aria-label="Show less titles"><strong>Show less</strong></a>[% END %] |
106 |
[% IF facets_loo.type_label_Topics %]<a href="#" aria-label="Show less topics"><strong>Show less</strong></a>[% END %] |
107 |
[% IF facets_loo.type_label_Places %]<a href="#" aria-label="Show less places"><strong>Show less</strong></a>[% END %] |
108 |
[% IF facets_loo.type_label_Series %]<a href="#" aria-label="Show less series"><strong>Show less</strong></a>[% END %] |
109 |
[% IF facets_loo.type_label_ItemTypes %]<a href="#" aria-label="Show less item types"><strong>Show less</strong></a>[% END %] |
110 |
[% IF facets_loo.type_label_CollectionCodes %]<a href="#" aria-label="Show less collection codes"><strong>Show less</strong></a>[% END %] |
111 |
[% IF facets_loo.type_label_Language %]<a href="#" aria-label="Show less languages"><strong>Show less</strong></a>[% END %] |
112 |
[% UNLESS singleBranchMode %] |
113 |
[% IF ( facets_loo.type_label_HomeLibrary ) %]<a href="#" aria-label="Show less home libraries"><strong>Show less</strong></a>[% END %] |
114 |
[% IF ( facets_loo.type_label_HoldingLibrary ) %]<a href="#" aria-label="Show less holding libraries"><strong>Show less</strong></a>[% END %] |
115 |
[% END %] |
116 |
[% IF facets_loo.type_label_Location %]<a href="#" aria-label="Show less locations"><strong>Show less</strong></a>[% END %] |
93 |
</li> |
117 |
</li> |
94 |
[% END %] |
118 |
[% END %] |
95 |
</ul> |
119 |
</ul> |
96 |
- |
|
|