Lines 65-132
Link Here
|
65 |
|
65 |
|
66 |
[% INCLUDE 'masthead.inc' %] |
66 |
[% INCLUDE 'masthead.inc' %] |
67 |
<div class="main"> |
67 |
<div class="main"> |
68 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumbs"> |
68 |
|
69 |
<ol class="breadcrumb"> |
69 |
[% WRAPPER breadcrumbs %] |
70 |
<li class="breadcrumb-item"> |
70 |
[% IF ( loggedinusername ) %] |
71 |
<a href="/cgi-bin/koha/opac-main.pl">Home</a> |
71 |
[% WRAPPER breadcrumb_item %] |
72 |
</li> |
72 |
<a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a> |
73 |
[% IF ( loggedinusername ) %] |
|
|
74 |
<li class="breadcrumb-item"> |
75 |
<a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a> |
76 |
</li> |
77 |
[% END %] |
73 |
[% END %] |
|
|
74 |
[% END %] |
78 |
|
75 |
|
79 |
[% IF op != 'list' %] |
76 |
[% IF op != 'list' %] |
80 |
<li class="breadcrumb-item"> |
77 |
[% WRAPPER breadcrumb_item %] |
81 |
<a href="/cgi-bin/koha/opac-shelves.pl">Lists</a> |
78 |
<a href="/cgi-bin/koha/opac-shelves.pl">Lists</a> |
82 |
</li> |
79 |
[% END %] |
83 |
[% ELSE %] |
80 |
[% ELSE %] |
84 |
<li class="breadcrumb-item active"> |
81 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
85 |
<a href="#" aria-current="page">Lists</a> |
82 |
<span>Lists</span> |
86 |
</li> |
|
|
87 |
[% END %] |
83 |
[% END %] |
|
|
84 |
[% END %] |
88 |
|
85 |
|
89 |
[% IF shelf and shelf.is_private %] |
86 |
[% IF shelf and shelf.is_private %] |
90 |
[% IF op == 'view' OR op == 'edit_form' %] |
87 |
[% IF op == 'view' OR op == 'edit_form' %] |
91 |
<li class="breadcrumb-item"> |
88 |
[% WRAPPER breadcrumb_item %] |
92 |
<a href="/cgi-bin/koha/opac-shelves.pl?op=list&public=0">Your lists</a> |
89 |
<a href="/cgi-bin/koha/opac-shelves.pl?op=list&public=0">Your lists</a> |
93 |
</li> |
|
|
94 |
[% ELSE %] |
95 |
<li class="breadcrumb-item active"> |
96 |
<a href="#" aria-current="page">Your lists</a> |
97 |
</li> |
98 |
[% END %] |
90 |
[% END %] |
99 |
[% ELSIF shelf AND shelf.is_public %] |
91 |
[% ELSE %] |
100 |
[% IF op == 'view' %] |
92 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
101 |
<li class="breadcrumb-item"> |
93 |
<span>Your lists</span> |
102 |
<a href="/cgi-bin/koha/opac-shelves.pl?op=list&public=1">Public lists</a> |
|
|
103 |
</li> |
104 |
[% ELSE %] |
105 |
<li class="breadcrumb-item active"> |
106 |
<a href="#" aria-current="page">Public lists</a> |
107 |
</li> |
108 |
[% END %] |
94 |
[% END %] |
109 |
[% END %] |
95 |
[% END %] |
110 |
|
96 |
[% ELSIF shelf AND shelf.is_public %] |
111 |
[% IF op == 'view' %] |
97 |
[% IF op == 'view' %] |
112 |
<li class="breadcrumb-item active"> |
98 |
[% WRAPPER breadcrumb_item %] |
113 |
<a href="#" aria-current="page">Contents of <em>[% shelf.shelfname | html %]</em></a> |
99 |
<a href="/cgi-bin/koha/opac-shelves.pl?op=list&public=1">Public lists</a> |
114 |
</li> |
100 |
[% END %] |
|
|
101 |
[% ELSE %] |
102 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
103 |
<span>Public lists</span> |
104 |
[% END %] |
105 |
[% END %] |
106 |
[% END %] |
107 |
|
108 |
[% IF op == 'view' %] |
109 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
110 |
<span>Contents of <em>[% shelf.shelfname | html %]</em></span> |
115 |
[% END %] |
111 |
[% END %] |
|
|
112 |
[% END %] |
116 |
|
113 |
|
117 |
[% IF op == 'add_form' %] |
114 |
[% IF op == 'add_form' %] |
118 |
<li class="breadcrumb-item active"> |
115 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
119 |
<a href="#" aria-current="page">Create new list</a> |
116 |
<span>Create new list</span> |
120 |
</li> |
|
|
121 |
[% END %] |
117 |
[% END %] |
|
|
118 |
[% END %] |
122 |
|
119 |
|
123 |
[% IF op == 'edit_form' %] |
120 |
[% IF op == 'edit_form' %] |
124 |
<li class="breadcrumb-item active"> |
121 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
125 |
<a href="#" aria-current="page">Edit list <em>[% shelf.shelfname | html %]</em></a> |
122 |
<span>Edit list <em>[% shelf.shelfname | html %]</em></span> |
126 |
</li> |
|
|
127 |
[% END %] |
123 |
[% END %] |
128 |
</ol> <!-- / .breadcrumb --> |
124 |
[% END %] |
129 |
</nav> <!-- /#breadcrumbs --> |
125 |
[% END #/ WRAPPER breadcrumbs %] |
130 |
|
126 |
|
131 |
<div class="container-fluid"> |
127 |
<div class="container-fluid"> |
132 |
<div class="row"> |
128 |
<div class="row"> |