Lines 50-56
Link Here
|
50 |
[% FOREACH facets_loo IN facets_loop %] |
50 |
[% FOREACH facets_loo IN facets_loop %] |
51 |
[% IF facets_loo.facets.size > 0 %] |
51 |
[% IF facets_loo.facets.size > 0 %] |
52 |
<li id="[% facets_loo.type_id | html %]"> |
52 |
<li id="[% facets_loo.type_id | html %]"> |
53 |
[% facets_loo.type_label | html %] |
|
|
54 |
[% SWITCH facets_loo.label %] |
53 |
[% SWITCH facets_loo.label %] |
55 |
[% CASE 'Authors' %] |
54 |
[% CASE 'Authors' %] |
56 |
<span id="facet-authors">Authors</span> |
55 |
<span id="facet-authors">Authors</span> |
Lines 62-76
Link Here
|
62 |
<span id="facet-places">Places</span> |
61 |
<span id="facet-places">Places</span> |
63 |
[% CASE 'Series' %] |
62 |
[% CASE 'Series' %] |
64 |
<span id="facet-series">Series</span> |
63 |
<span id="facet-series">Series</span> |
65 |
[% CASE 'ItemTypes' %] |
64 |
[% CASE 'Item types' %] |
66 |
<span id="facet-itemtypes">Item types</span> |
65 |
<span id="facet-itemtypes">Item types</span> |
67 |
[% CASE 'homelibrary' %] |
66 |
[% CASE 'Home libraries' %] |
68 |
<span id="facet-home-libraries">Home libraries</span> |
67 |
<span id="facet-home-libraries">Home libraries</span> |
69 |
[% CASE 'HoldingLibrary' %] |
68 |
[% CASE 'Holding libraries' %] |
70 |
<span id="facet-holding-libraries">Holding libraries</span> |
69 |
<span id="facet-holding-libraries">Holding libraries</span> |
71 |
[% CASE 'Location' %] |
70 |
[% CASE 'Location' %] |
72 |
<span id="facet-locations">Locations</span> |
71 |
<span id="facet-locations">Locations</span> |
73 |
[% CASE 'CollectionCodes' %] |
72 |
[% CASE 'Collections' %] |
74 |
<span id="facet-collections">Collections</span> |
73 |
<span id="facet-collections">Collections</span> |
75 |
[% CASE 'Languages' %] |
74 |
[% CASE 'Languages' %] |
76 |
<span id="facet-languages">Languages</span> |
75 |
<span id="facet-languages">Languages</span> |