|
Lines 90-96
Link Here
|
| 90 |
[% IF ( TAGLOOP ) %] |
90 |
[% IF ( TAGLOOP ) %] |
| 91 |
<div id="tagcloud"> |
91 |
<div id="tagcloud"> |
| 92 |
[% FOREACH TAGLOO IN TAGLOOP %] |
92 |
[% FOREACH TAGLOO IN TAGLOOP %] |
| 93 |
<span class="tag" id="tag[% loop.count %]" title="[% TAGLOO.cloudweight %]"> |
93 |
<span class="tag" id="tag[% loop.count %]"> |
| 94 |
<a href="/cgi-bin/koha/opac-search.pl?tag=[% TAGLOO.term |url %]&q=[% TAGLOO.term |url %]"> |
94 |
<a href="/cgi-bin/koha/opac-search.pl?tag=[% TAGLOO.term |url %]&q=[% TAGLOO.term |url %]"> |
| 95 |
[% TAGLOO.term |html %]</a> |
95 |
[% TAGLOO.term |html %]</a> |
| 96 |
<span class="tagweight">[% TAGLOO.weight_total %]</span> |
96 |
<span class="tagweight">[% TAGLOO.weight_total %]</span> |
| 97 |
- |
|
|