Lines 2-7
Link Here
|
2 |
[% USE Branches %] |
2 |
[% USE Branches %] |
3 |
[% USE Koha %] |
3 |
[% USE Koha %] |
4 |
[% USE Borrowers %] |
4 |
[% USE Borrowers %] |
|
|
5 |
[% USE ItemTypes %] |
5 |
[% USE AuthorisedValues %] |
6 |
[% USE AuthorisedValues %] |
6 |
|
7 |
|
7 |
[% INCLUDE 'doc-head-open.inc' %] |
8 |
[% INCLUDE 'doc-head-open.inc' %] |
Lines 583-593
$(document).ready(function () {
Link Here
|
583 |
[% riloo.itemtitle |html %]</a></td> |
584 |
[% riloo.itemtitle |html %]</a></td> |
584 |
<td class="ci-author">[% riloo.itemauthor %]</td> |
585 |
<td class="ci-author">[% riloo.itemauthor %]</td> |
585 |
<td class="ci-barcode"><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% riloo.itembiblionumber %]&itemnumber=[% riloo.itemnumber %]#item[% riloo.itemnumber %]">[% riloo.barcode %]</a></td> |
586 |
<td class="ci-barcode"><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% riloo.itembiblionumber %]&itemnumber=[% riloo.itemnumber %]#item[% riloo.itemnumber %]">[% riloo.barcode %]</a></td> |
586 |
<td class="ci-homelibrary">[% riloo.homebranch %]</td> |
587 |
<td class="ci-homelibrary">[% Branches.GetName( riloo.homebranch ) %]</td> |
587 |
<td class="ci-holdinglibrary">[% riloo.holdingbranch %]</td> |
588 |
<td class="ci-holdinglibrary">[% Branches.GetName( riloo.holdingbranch ) %]</td> |
588 |
<td class="ci-shelvinglocation">[% riloo.location %]</td> |
589 |
<td class="ci-shelvinglocation">[% riloo.location %]</td> |
589 |
<td class="ci-callnumber">[% riloo.itemcallnumber %]</td> |
590 |
<td class="ci-callnumber">[% riloo.itemcallnumber %]</td> |
590 |
<td class="ci-type">[% riloo.itemtype %] [% riloo.ccode %]</td> |
591 |
<td class="ci-type">[% ItemTypes.GetDescription( riloo.itemtype ) %] [% riloo.ccode %]</td> |
591 |
<td class="ci-patron">[% IF ( riloo.duedate ) %] |
592 |
<td class="ci-patron">[% IF ( riloo.duedate ) %] |
592 |
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% riloo.borrowernumber %]"> |
593 |
<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% riloo.borrowernumber %]"> |
593 |
[% riloo.borsurname %], [% riloo.borfirstname %] ([% riloo.borcategorycode %]) |
594 |
[% riloo.borsurname %], [% riloo.borfirstname %] ([% riloo.borcategorycode %]) |
594 |
- |
|
|