Lines 1-3
Link Here
|
|
|
1 |
[% USE raw %] |
1 |
[% USE Koha %] |
2 |
[% USE Koha %] |
2 |
[% USE AdditionalContents %] |
3 |
[% USE AdditionalContents %] |
3 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
4 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
Lines 10-35
Link Here
|
10 |
[% INCLUDE 'bodytag.inc' bodyid='opac-downloadlist' %] |
11 |
[% INCLUDE 'bodytag.inc' bodyid='opac-downloadlist' %] |
11 |
[% INCLUDE 'masthead.inc' %] |
12 |
[% INCLUDE 'masthead.inc' %] |
12 |
<div class="main"> |
13 |
<div class="main"> |
13 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumbs"> |
14 |
[% WRAPPER breadcrumbs %] |
14 |
<ol class="breadcrumb"> |
15 |
[% IF ( logged_in_user ) %] |
15 |
<li class="breadcrumb-item"> |
16 |
[% WRAPPER breadcrumb_item %] |
16 |
<a href="/cgi-bin/koha/opac-main.pl">Home</a> |
17 |
<a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a> |
17 |
</li> |
|
|
18 |
[% IF ( logged_in_user ) %] |
19 |
<li class="breadcrumb-item"><a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a></li> |
20 |
[% END %] |
18 |
[% END %] |
21 |
<li class="breadcrumb-item"> |
19 |
[% END %] |
22 |
[% IF shelf.public %] |
20 |
[% WRAPPER breadcrumb_item %] |
23 |
<a href="/cgi-bin/koha/opac-shelves.pl?op=list&public=1">Public lists</a> |
21 |
[% IF shelf.public %] |
24 |
[% ELSE %] |
22 |
<a href="/cgi-bin/koha/opac-shelves.pl?op=list&public=1">Public lists</a> |
25 |
<a href="/cgi-bin/koha/opac-shelves.pl?op=list&public=0">Your lists</a> |
23 |
[% ELSE %] |
26 |
[% END %] |
24 |
<a href="/cgi-bin/koha/opac-shelves.pl?op=list&public=0">Your lists</a> |
27 |
</li> |
25 |
[% END %] |
28 |
<li class="breadcrumb-item active"> |
26 |
[% END %] |
29 |
<a href="#" aria-current="page">Download list <em>[% shelf.shelfname | html %]</em></a> |
27 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
30 |
</li> |
28 |
<span>Download list '[% shelf.shelfname | html %]'</span> |
31 |
</ul> |
29 |
[% END %] |
32 |
</nav> <!-- /#breadcrumbs --> |
30 |
[% END #/ WRAPPER breadcrumbs %] |
33 |
|
31 |
|
34 |
<div class="container-fluid"> |
32 |
<div class="container-fluid"> |
35 |
<div class="row"> |
33 |
<div class="row"> |