Lines 3-10
Link Here
|
3 |
<div id="shelfbrowser"> |
3 |
<div id="shelfbrowser"> |
4 |
<h5 style="text-align: center;"> |
4 |
<h5 style="text-align: center;"> |
5 |
[% IF ( starting_homebranch ) %]Browsing [% starting_homebranch %] Shelves[% END %] |
5 |
[% IF ( starting_homebranch ) %]Browsing [% starting_homebranch %] Shelves[% END %] |
6 |
[% IF ( starting_location ) %], Shelving location: [% starting_location %][% END %] |
6 |
[% IF ( starting_homebranch && ( starting_location || starting_ccode ) ) %], [% END %] |
7 |
[% IF ( starting_ccode ) %], Collection code: [% starting_ccode %][% END %] |
7 |
[% IF ( starting_location ) %]Shelving location: [% starting_location %][% END %] |
|
|
8 |
[% IF ( ( starting_homebranch || starting_location ) && starting_ccode ) %], [% END %] |
9 |
[% IF ( starting_ccode ) %]Collection code: [% starting_ccode %][% END %] |
8 |
<a style="font-size: 75%;" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]" class="close_shelf" >Close shelf browser</a> |
10 |
<a style="font-size: 75%;" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblionumber %]" class="close_shelf" >Close shelf browser</a> |
9 |
</h5> |
11 |
</h5> |
10 |
- |
|
|