Lines 480-487
$(document).ready(function(){
Link Here
|
480 |
[% IF ( LibraryThingForLibrariesID ) %]<div class="ltfl_reviews"></div>[% END %] |
480 |
[% IF ( LibraryThingForLibrariesID ) %]<div class="ltfl_reviews"></div>[% END %] |
481 |
[% IF ( opacuserlogin ) %][% IF ( TagsEnabled ) %] |
481 |
[% IF ( opacuserlogin ) %][% IF ( TagsEnabled ) %] |
482 |
[% IF ( TagsShowOnList ) %] |
482 |
[% IF ( TagsShowOnList ) %] |
|
|
483 |
<div class="results_summary"> |
483 |
[% IF ( SEARCH_RESULT.TagLoop.size ) %] |
484 |
[% IF ( SEARCH_RESULT.TagLoop.size ) %] |
484 |
<div class="results_summary"> |
|
|
485 |
<span class="label">Tags:</span> |
485 |
<span class="label">Tags:</span> |
486 |
<ul style="display: inline; list-style: none;">[% FOREACH TagLoo IN SEARCH_RESULT.TagLoop %]<li style="display: inline; list-style: none;"><a href="/cgi-bin/koha/opac-search.pl?tag=[% TagLoo.term |url %]&q=[% TagLoo.term |url %]">[% TagLoo.term %]</a> <span class="weight">([% TagLoo.weight_total %])</span></li> |
486 |
<ul style="display: inline; list-style: none;">[% FOREACH TagLoo IN SEARCH_RESULT.TagLoop %]<li style="display: inline; list-style: none;"><a href="/cgi-bin/koha/opac-search.pl?tag=[% TagLoo.term |url %]&q=[% TagLoo.term |url %]">[% TagLoo.term %]</a> <span class="weight">([% TagLoo.weight_total %])</span></li> |
487 |
[% END %] |
487 |
[% END %] |
Lines 490-496
$(document).ready(function(){
Link Here
|
490 |
[% IF ( TagsInputOnList ) %] |
490 |
[% IF ( TagsInputOnList ) %] |
491 |
[% IF ( loggedinusername ) %] |
491 |
[% IF ( loggedinusername ) %] |
492 |
<form name="tagform[% SEARCH_RESULT.biblionumber %]" method="post" action="/cgi-bin/koha/opac-tags.pl"> |
492 |
<form name="tagform[% SEARCH_RESULT.biblionumber %]" method="post" action="/cgi-bin/koha/opac-tags.pl"> |
493 |
<label for="newtag[% SEARCH_RESULT.biblionumber %]">New tag:</label> |
493 |
<span class="label">New tag:</span> |
494 |
<input name="newtag[% SEARCH_RESULT.biblionumber %]" id="newtag[% SEARCH_RESULT.biblionumber %]" maxlength="100" /> |
494 |
<input name="newtag[% SEARCH_RESULT.biblionumber %]" id="newtag[% SEARCH_RESULT.biblionumber %]" maxlength="100" /> |
495 |
<input name="tagbutton" class="tagbutton" title="[% SEARCH_RESULT.biblionumber %]" type="submit" value="Add" /> |
495 |
<input name="tagbutton" class="tagbutton" title="[% SEARCH_RESULT.biblionumber %]" type="submit" value="Add" /> |
496 |
</form> |
496 |
</form> |
497 |
- |
|
|