|
Lines 207-213
Link Here
|
| 207 |
<span class="label">Tags from this library:</span> |
207 |
<span class="label">Tags from this library:</span> |
| 208 |
<ul id="tagslist"> |
208 |
<ul id="tagslist"> |
| 209 |
[% FOREACH TagLoo IN TagLoop %] |
209 |
[% FOREACH TagLoo IN TagLoop %] |
| 210 |
<li><a href="/cgi-bin/koha/opac-search.pl?tag=[% TagLoo.term |url %]&q=[% TagLoo.term |url %]">[% TagLoo.term | html %]</a> <span class="weight">([% TagLoo.weight_total | html %])</span> |
210 |
<li><a href="/cgi-bin/koha/opac-search.pl?tag=[% TagLoo.term | uri %]&q=[% TagLoo.term | uri %]">[% TagLoo.term | html %]</a> <span class="weight">([% TagLoo.weight_total | html %])</span> |
| 211 |
[% IF ( loop.last ) %][% ELSE %], [% END %] |
211 |
[% IF ( loop.last ) %][% ELSE %], [% END %] |
| 212 |
</li> |
212 |
</li> |
| 213 |
[% END %] |
213 |
[% END %] |