|
Lines 5-10
Link Here
|
| 5 |
[% USE Biblio %] |
5 |
[% USE Biblio %] |
| 6 |
[% USE KohaDates %] |
6 |
[% USE KohaDates %] |
| 7 |
[% USE KohaPlugins %] |
7 |
[% USE KohaPlugins %] |
|
|
8 |
[% USE Branches %] |
| 8 |
[% USE To %] |
9 |
[% USE To %] |
| 9 |
[% PROCESS 'i18n.inc' %] |
10 |
[% PROCESS 'i18n.inc' %] |
| 10 |
[% SET footerjs = 1 %] |
11 |
[% SET footerjs = 1 %] |
|
Lines 631-640
Link Here
|
| 631 |
<ul class="[% items_loop | html %]_items"> |
632 |
<ul class="[% items_loop | html %]_items"> |
| 632 |
[% FOREACH items_loo IN SEARCH_RESULT.${items_loop} %] |
633 |
[% FOREACH items_loo IN SEARCH_RESULT.${items_loop} %] |
| 633 |
[% IF item_level_itypes && !noItemTypeImages && items_loo.imageurl %] |
634 |
[% IF item_level_itypes && !noItemTypeImages && items_loo.imageurl %] |
| 634 |
<li class="result_itype_image [% items_loo.branchcode | html %]"> |
635 |
[% IF Branches.GetLoggedInBranchcode == items_loo.branchcode %] |
|
|
636 |
<li class="result_itype_image [% items_loo.branchcode | html %] mybranch"> |
| 637 |
[% ELSE %] |
| 638 |
<li class="result_itype_image [% items_loo.branchcode | html %]"> |
| 639 |
[% END %] |
| 635 |
<img src="[% items_loo.imageurl | html %]" title="[% items_loo.description | html %]" alt="[% items_loo.description | html %]" /> |
640 |
<img src="[% items_loo.imageurl | html %]" title="[% items_loo.description | html %]" alt="[% items_loo.description | html %]" /> |
| 636 |
[% ELSE %] |
641 |
[% ELSE %] |
| 637 |
<li class="[% items_loo.branchcode | html %]"> |
642 |
[% IF Branches.GetLoggedInBranchcode == items_loo.branchcode %] |
|
|
643 |
<li class="[% items_loo.branchcode | html %] mybranch"> |
| 644 |
[% ELSE %] |
| 645 |
<li class="[% items_loo.branchcode | html %]"> |
| 646 |
[% END %] |
| 638 |
[% END %] |
647 |
[% END %] |
| 639 |
[% IF ( items_loo.branchname ) %] |
648 |
[% IF ( items_loo.branchname ) %] |
| 640 |
[% items_loo.branchname | html %] |
649 |
[% items_loo.branchname | html %] |
| 641 |
- |
|
|