Lines 489-502
$(document).ready(function(){
Link Here
|
489 |
[% END %] |
489 |
[% END %] |
490 |
[% IF ( TagsInputOnList ) %] |
490 |
[% IF ( TagsInputOnList ) %] |
491 |
[% IF ( loggedinusername ) %] |
491 |
[% IF ( loggedinusername ) %] |
|
|
492 |
<div class="results_summary"> |
492 |
<form name="tagform[% SEARCH_RESULT.biblionumber %]" method="post" action="/cgi-bin/koha/opac-tags.pl"> |
493 |
<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> |
494 |
<span class="label">New tag:</span> |
494 |
<input name="newtag[% SEARCH_RESULT.biblionumber %]" id="newtag[% SEARCH_RESULT.biblionumber %]" maxlength="100" /> |
495 |
<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" /> |
496 |
<input name="tagbutton" class="tagbutton" title="[% SEARCH_RESULT.biblionumber %]" type="submit" value="Add" /> |
496 |
</form> |
497 |
</form> |
497 |
<span id="newtag[% SEARCH_RESULT.biblionumber %]_status" class="tagstatus" style="display:none;"> |
498 |
<span id="newtag[% SEARCH_RESULT.biblionumber %]_status" class="tagstatus" style="display:none;"> |
498 |
Tag status here. |
499 |
Tag status here. |
499 |
</span> |
500 |
</span> |
|
|
501 |
</div> |
500 |
[% ELSIF ( loop.first ) %]<span class="tagstatus" id="login4tags">Log in to add tags.</span> |
502 |
[% ELSIF ( loop.first ) %]<span class="tagstatus" id="login4tags">Log in to add tags.</span> |
501 |
[% END %] |
503 |
[% END %] |
502 |
[% END %] |
504 |
[% END %] |
503 |
- |
|
|