Lines 116-122
Link Here
|
116 |
<div id="tagcloud"> |
116 |
<div id="tagcloud"> |
117 |
[% FOREACH TAGLOO IN TAGLOOP %] |
117 |
[% FOREACH TAGLOO IN TAGLOOP %] |
118 |
<span class="tag tagweight[% TAGLOO.stratum | html %]" id="tag[% loop.count | html %]" style="display:inline;"> |
118 |
<span class="tag tagweight[% TAGLOO.stratum | html %]" id="tag[% loop.count | html %]" style="display:inline;"> |
119 |
<a href="/cgi-bin/koha/opac-search.pl?tag=[% TAGLOO.term |url %]&q=[% TAGLOO.term |url %]">[% TAGLOO.term | html %]</a> |
119 |
<a href="/cgi-bin/koha/opac-search.pl?tag=[% TAGLOO.term |uri %]&q=[% TAGLOO.term |uri %]">[% TAGLOO.term | html %]</a> |
120 |
<span class="tagweight">[% TAGLOO.weight_total | html %]</span> |
120 |
<span class="tagweight">[% TAGLOO.weight_total | html %]</span> |
121 |
</span> |
121 |
</span> |
122 |
[% END %] |
122 |
[% END %] |
Lines 153-159
Link Here
|
153 |
<td class="tagterm"> |
153 |
<td class="tagterm"> |
154 |
<span class="tdlabel">Tag:</span> |
154 |
<span class="tdlabel">Tag:</span> |
155 |
[% IF MY_TAG.approved == 1 %] |
155 |
[% IF MY_TAG.approved == 1 %] |
156 |
<a href="/cgi-bin/koha/opac-search.pl?tag=[% MY_TAG.term |url %]&q=[% MY_TAG.term |url %]">[% MY_TAG.term | html %]</a> |
156 |
<a href="/cgi-bin/koha/opac-search.pl?tag=[% MY_TAG.term |uri %]&q=[% MY_TAG.term |uri %]">[% MY_TAG.term | html %]</a> |
157 |
[% ELSE %] |
157 |
[% ELSE %] |
158 |
[% MY_TAG.term | html %] (not approved) |
158 |
[% MY_TAG.term | html %] (not approved) |
159 |
[% END %] |
159 |
[% END %] |
160 |
- |
|
|