Lines 1-5
Link Here
|
1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
2 |
[% USE KohaDates %] |
2 |
[% USE KohaDates %] |
|
|
3 |
[% USE Branches %] |
3 |
[% USE AuthorisedValues %] |
4 |
[% USE AuthorisedValues %] |
4 |
[% SET TagsShowEnabled = ( TagsEnabled && TagsShowOnDetail ) %] |
5 |
[% SET TagsShowEnabled = ( TagsEnabled && TagsShowOnDetail ) %] |
5 |
[% SET TagsInputEnabled = ( opacuserlogin && TagsEnabled && TagsInputOnDetail ) %] |
6 |
[% SET TagsInputEnabled = ( opacuserlogin && TagsEnabled && TagsInputOnDetail ) %] |
Lines 1500-1510
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1500 |
<thead><tr> |
1501 |
<thead><tr> |
1501 |
[% IF ( item_level_itypes ) %]<th id="item_itemtype" class="itype">Item type</th>[% END %] |
1502 |
[% IF ( item_level_itypes ) %]<th id="item_itemtype" class="itype">Item type</th>[% END %] |
1502 |
[% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' || singleBranchMode ) %] |
1503 |
[% IF ( OpacLocationBranchToDisplay == 'holding' || OpacLocationBranchToDisplay == 'both' || singleBranchMode ) %] |
1503 |
<th>Current Location</th> |
1504 |
<th>Current location</th> |
1504 |
[% END %] |
1505 |
[% END %] |
1505 |
[% UNLESS ( singleBranchMode ) %] |
1506 |
[% UNLESS ( singleBranchMode ) %] |
1506 |
[% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %] |
1507 |
[% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %] |
1507 |
<th>Home Library</th> |
1508 |
<th>Home library</th> |
1508 |
[% END %] |
1509 |
[% END %] |
1509 |
[% END %] |
1510 |
[% END %] |
1510 |
[% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %] |
1511 |
[% IF ( itemdata_ccode ) %]<th id="item_ccode" class="collection">Collection</th>[% END %] |
Lines 1557-1566
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1557 |
<link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"> |
1558 |
<link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut"> |
1558 |
|
1559 |
|
1559 |
<span class="[% ITEM_RESULT.branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]"> |
1560 |
<span class="[% ITEM_RESULT.branch_opac_info ? 'branch-info-tooltip-trigger' : '' %]"> |
1560 |
[% IF ( ITEM_RESULT.homebranchurl ) %] |
1561 |
[% IF ( Branches.GetURL( ITEM_RESULT.homebranch ) ) %] |
1561 |
<a href="[% ITEM_RESULT.homebranchurl %]">[% ITEM_RESULT.homebranchname %]</a> |
1562 |
<a href="[% Branches.GetURL( ITEM_RESULT.homebranch ) %]">[% Branches.GetName( ITEM_RESULT.homebranch ) %]</a> |
1562 |
[% ELSE %] |
1563 |
[% ELSE %] |
1563 |
[% ITEM_RESULT.homebranchname %] |
1564 |
[% Branches.GetName( ITEM_RESULT.homebranch ) %] |
1564 |
[% END %] |
1565 |
[% END %] |
1565 |
</span> |
1566 |
</span> |
1566 |
|
1567 |
|
1567 |
- |
|
|