Lines 516-524
Note that permanent location is a code, and location may be an authval.
Link Here
|
516 |
|
516 |
|
517 |
[% IF item.recalled %] |
517 |
[% IF item.recalled %] |
518 |
[% IF item.recall.waiting_date %] |
518 |
[% IF item.recall.waiting_date %] |
519 |
Waiting at [% Branches.GetName( item.recall.pickup_library_id ) | html %] since [% item.recall.waiting_date | $KohaDates %] |
519 |
<span>Waiting at [% Branches.GetName( item.recall.pickup_library_id ) | html %] since [% item.recall.waiting_date | $KohaDates %]</span> |
520 |
[% ELSE %] |
520 |
[% ELSE %] |
521 |
Item recalled by <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% item.recall.patron_id | uri %]">[% item.recall.patron.firstname | html %] [% item.recall.patron.surname | html %] ([% item.recall.patron.cardnumber | html %])</a> on [% item.recall.created_date | $KohaDates %] |
521 |
<span>Item recalled by <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% item.recall.patron_id | uri %]">[% item.recall.patron.firstname | html %] [% item.recall.patron.surname | html %] ([% item.recall.patron.cardnumber | html %])</a> on [% item.recall.created_date | $KohaDates %]</span> |
522 |
[% END %] |
522 |
[% END %] |
523 |
[% END %] |
523 |
[% END %] |
524 |
|
524 |
|
Lines 744-761
Note that permanent location is a code, and location may be an authval.
Link Here
|
744 |
<td data-order="[% latestserial.planneddate | html %]">[% latestserial.planneddate | $KohaDates %]</td> |
744 |
<td data-order="[% latestserial.planneddate | html %]">[% latestserial.planneddate | $KohaDates %]</td> |
745 |
<td data-order="[% latestserial.publisheddate | html %]">[% latestserial.publisheddate | $KohaDates %]</td> |
745 |
<td data-order="[% latestserial.publisheddate | html %]">[% latestserial.publisheddate | $KohaDates %]</td> |
746 |
<td> |
746 |
<td> |
747 |
[% IF ( latestserial.status1 ) %]Expected[% END %] |
747 |
[% IF ( latestserial.status1 ) %]<span>Expected</span>[% END %] |
748 |
[% IF ( latestserial.status2 ) %]Arrived[% END %] |
748 |
[% IF ( latestserial.status2 ) %]<span>Arrived</span>[% END %] |
749 |
[% IF ( latestserial.status3 ) %]Late[% END %] |
749 |
[% IF ( latestserial.status3 ) %]<span>Late</span>[% END %] |
750 |
[% IF ( latestserial.status4 ) %]Missing[% END %] |
750 |
[% IF ( latestserial.status4 ) %]<span>Missing</span>[% END %] |
751 |
[% IF ( latestserial.status41 ) %]Missing (never received)[% END %] |
751 |
[% IF ( latestserial.status41 ) %]<span>Missing (never received)</span>[% END %] |
752 |
[% IF ( latestserial.status42 ) %]Missing (sold out)[% END %] |
752 |
[% IF ( latestserial.status42 ) %]<span>Missing (sold out)</span>[% END %] |
753 |
[% IF ( latestserial.status43 ) %]Missing (damaged)[% END %] |
753 |
[% IF ( latestserial.status43 ) %]<span>Missing (damaged)</span>[% END %] |
754 |
[% IF ( latestserial.status44 ) %]Missing (lost)[% END %] |
754 |
[% IF ( latestserial.status44 ) %]<span>Missing (lost)</span>[% END %] |
755 |
[% IF ( latestserial.status5 ) %]Not issued[% END %] |
755 |
[% IF ( latestserial.status5 ) %]<span>Not issued</span>[% END %] |
756 |
[% IF ( latestserial.status6 ) %]Delete[% END %] |
756 |
[% IF ( latestserial.status6 ) %]<span>Delete</span>[% END %] |
757 |
[% IF ( latestserial.status7 ) %]Claimed[% END %] |
757 |
[% IF ( latestserial.status7 ) %]<span>Claimed</span>[% END %] |
758 |
[% IF ( latestserial.status8 ) %]Stopped[% END %] |
758 |
[% IF ( latestserial.status8 ) %]<span>Stopped</span>[% END %] |
759 |
</td> |
759 |
</td> |
760 |
<td>[% latestserial.notes | html %]</td> |
760 |
<td>[% latestserial.notes | html %]</td> |
761 |
</tr> |
761 |
</tr> |
Lines 907-921
Note that permanent location is a code, and location may be an authval.
Link Here
|
907 |
[% suggestion.fund.budget_name | html %] |
907 |
[% suggestion.fund.budget_name | html %] |
908 |
</td> |
908 |
</td> |
909 |
<td> |
909 |
<td> |
910 |
[% IF suggestion.STATUS == 'ASKED' %]Pending |
910 |
[% IF suggestion.STATUS == 'ASKED' %]<span>Pending</span> |
911 |
[% ELSIF suggestion.STATUS == 'ACCEPTED' %]Accepted |
911 |
[% ELSIF suggestion.STATUS == 'ACCEPTED' %]<span>Accepted</span> |
912 |
[% ELSIF suggestion.STATUS == 'ORDERED' %]Ordered |
912 |
[% ELSIF suggestion.STATUS == 'ORDERED' %]<span>Ordered</span> |
913 |
[% ELSIF suggestion.STATUS == 'REJECTED' %]Rejected |
913 |
[% ELSIF suggestion.STATUS == 'REJECTED' %]<span>Rejected</span> |
914 |
[% ELSIF suggestion.STATUS == 'CHECKED' %]Checked |
914 |
[% ELSIF suggestion.STATUS == 'CHECKED' %]<span>Checked</span> |
915 |
[% ELSIF suggestion.STATUS == 'AVAILABLE' %]Available |
915 |
[% ELSIF suggestion.STATUS == 'AVAILABLE' %]<span>Available</span> |
916 |
[% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.STATUS ) %] |
916 |
[% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.STATUS ) %] |
917 |
[% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.STATUS ) | html %] |
917 |
[% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.STATUS ) | html %] |
918 |
[% ELSE %]Status unknown |
918 |
[% ELSE %]<span>Status unknown</span> |
919 |
[% END %] |
919 |
[% END %] |
920 |
[% IF suggestion.reason %] |
920 |
[% IF suggestion.reason %] |
921 |
<br />([% suggestion.reason | html %]) |
921 |
<br />([% suggestion.reason | html %]) |
Lines 933-939
Note that permanent location is a code, and location may be an authval.
Link Here
|
933 |
<table> |
933 |
<table> |
934 |
[% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link"><img src="https://images-na.ssl-images-amazon.com/images/P/[% XISBN.normalized_isbn | html %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %] |
934 |
[% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link"><img src="https://images-na.ssl-images-amazon.com/images/P/[% XISBN.normalized_isbn | html %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %] |
935 |
[% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description | html %][% ELSE %]<img src="[% XISBN.imageurl | html %]" alt="[% XISBN.description | html %]" title="[% XISBN.description | html %]">[% END %]</td>[% END %] |
935 |
[% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description | html %][% ELSE %]<img src="[% XISBN.imageurl | html %]" alt="[% XISBN.description | html %]" title="[% XISBN.description | html %]">[% END %]</td>[% END %] |
936 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber | uri %]">[% XISBN.title | html %]</a> by [% XISBN.author | html %] ©[% XISBN.copyrightdate | html %] |
936 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber | uri %]">[% XISBN.title | html %]</a> <span>by</span> [% XISBN.author | html %] ©[% XISBN.copyrightdate | html %] |
937 |
[% IF ( XISBN.publishercode ) %] |
937 |
[% IF ( XISBN.publishercode ) %] |
938 |
[% XISBN.publishercode | html %] [% IF ( XISBN.place ) %]([% XISBN.place | html %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear | html %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement | html %][% END %] [% IF ( XISBN.editionresponsibility ) %][% XISBN.editionresponsibility | html %][% END %] |
938 |
[% XISBN.publishercode | html %] [% IF ( XISBN.place ) %]([% XISBN.place | html %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear | html %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement | html %][% END %] [% IF ( XISBN.editionresponsibility ) %][% XISBN.editionresponsibility | html %][% END %] |
939 |
[% END %] |
939 |
[% END %] |