Lines 312-318
Link Here
|
312 |
</td>[% END # / IF JacketImages %] |
312 |
</td>[% END # / IF JacketImages %] |
313 |
|
313 |
|
314 |
<td class="title"> |
314 |
<td class="title"> |
315 |
<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber | html %]">[% INCLUDE 'biblio-title.inc' biblio=ISSUE %]</a> |
315 |
[% INCLUDE 'biblio-title.inc' biblio=ISSUE link=> 1 %] |
316 |
[% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron | html %][% END %] |
316 |
[% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron | html %][% END %] |
317 |
|
317 |
|
318 |
[% IF ( ISSUE.onsite_checkout ) %] <em class="onsite_checkout">(On-site checkout)</em>[% END %] |
318 |
[% IF ( ISSUE.onsite_checkout ) %] <em class="onsite_checkout">(On-site checkout)</em>[% END %] |
Lines 682-688
Link Here
|
682 |
[% END # /IF jacketcell %] |
682 |
[% END # /IF jacketcell %] |
683 |
|
683 |
|
684 |
<td> |
684 |
<td> |
685 |
<a class="title" href="/cgi-bin/koha/opac-detail.pl?bib=[% OVERDUE.biblionumber | html %]">[% INCLUDE 'biblio-title.inc' biblio=OVERDUE %]</a> |
685 |
[% INCLUDE 'biblio-title.inc' biblio=OVERDUE link=> 1 %] |
686 |
<span class="item-details">[% OVERDUE.author | html %]</span> |
686 |
<span class="item-details">[% OVERDUE.author | html %]</span> |
687 |
</td> |
687 |
</td> |
688 |
|
688 |
|
Lines 767-773
Link Here
|
767 |
[% FOREACH RECALL IN RECALLS %] |
767 |
[% FOREACH RECALL IN RECALLS %] |
768 |
<tr> |
768 |
<tr> |
769 |
<td class="title"> |
769 |
<td class="title"> |
770 |
<a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% RECALL.biblio_id | html %]">[% INCLUDE 'biblio-title.inc' biblio=RECALL.biblio %]</a> [% IF RECALL.item_level %]<p class="hint">Item recalled: [% RECALL.item.barcode | html %]</p>[% END %] |
770 |
[% INCLUDE 'biblio-title.inc' biblio=RECALL.biblio link=> 1 %] [% IF RECALL.item_level %]<p class="hint">Item recalled: [% RECALL.item.barcode | html %]</p>[% END %] |
771 |
</td> |
771 |
</td> |
772 |
<td class="recalldate" data-order="[% RECALL.created_date | html %]"> |
772 |
<td class="recalldate" data-order="[% RECALL.created_date | html %]"> |
773 |
<span title="[% RECALL.created_date | html %]"> |
773 |
<span title="[% RECALL.created_date | html %]"> |
Lines 849-858
Link Here
|
849 |
<tbody> |
849 |
<tbody> |
850 |
[% FOREACH ar IN current_article_requests %] |
850 |
[% FOREACH ar IN current_article_requests %] |
851 |
<td class="article-request-record-title"> |
851 |
<td class="article-request-record-title"> |
852 |
<a class="article-request-title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ar.biblionumber | html %]"> |
852 |
[% INCLUDE 'biblio-title.inc' biblio=ar.biblio link=> 1 %] |
853 |
[% INCLUDE 'biblio-title.inc' biblio=ar.biblio %] |
853 |
[% ar.item.enumchron | html %] |
854 |
[% ar.item.enumchron | html %] |
|
|
855 |
</a> |
856 |
[% ar.biblio.author | html %] |
854 |
[% ar.biblio.author | html %] |
857 |
[% IF ar.itemnumber %] <em>(only [% ar.item.barcode | html %])</em>[% END %] |
855 |
[% IF ar.itemnumber %] <em>(only [% ar.item.barcode | html %])</em>[% END %] |
858 |
</td> |
856 |
</td> |
859 |
- |
|
|