|
Lines 1-3
Link Here
|
|
|
1 |
[% USE raw %] |
| 1 |
[% USE Branches %] |
2 |
[% USE Branches %] |
| 2 |
[% SET footerjs = 1 %] |
3 |
[% SET footerjs = 1 %] |
| 3 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
|
Lines 14-46
Link Here
|
| 14 |
[% END %] |
15 |
[% END %] |
| 15 |
|
16 |
|
| 16 |
[% WRAPPER 'sub-header.inc' %] |
17 |
[% WRAPPER 'sub-header.inc' %] |
| 17 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
18 |
[% WRAPPER breadcrumbs %] |
| 18 |
<ol> |
19 |
[% WRAPPER breadcrumb_item %] |
| 19 |
<li> |
|
|
| 20 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
| 21 |
</li> |
| 22 |
<li> |
| 23 |
<a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> |
20 |
<a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> |
| 24 |
</li> |
21 |
[% END %] |
| 25 |
[% IF ( do_it ) %] |
22 |
[% IF ( do_it ) %] |
| 26 |
<li> |
23 |
[% WRAPPER breadcrumb_item %] |
| 27 |
<a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds statistics</a> |
24 |
<a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds statistics</a> |
| 28 |
</li> |
25 |
[% END %] |
| 29 |
<li> |
26 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 30 |
<a href="#" aria-current="page"> |
27 |
<span>Results</span> |
| 31 |
Results |
28 |
[% END %] |
| 32 |
</a> |
|
|
| 33 |
</li> |
| 34 |
[% ELSE %] |
29 |
[% ELSE %] |
| 35 |
<li> |
30 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 36 |
<a href="#" aria-current="page"> |
31 |
<span>Holds statistics</span> |
| 37 |
Holds statistics |
32 |
[% END %] |
| 38 |
</a> |
|
|
| 39 |
</li> |
| 40 |
[% END %] |
33 |
[% END %] |
| 41 |
</ol> |
34 |
[% END #/ WRAPPER breadcrumbs %] |
| 42 |
</nav> |
35 |
[% END #/ WRAPPER sub-header.inc %] |
| 43 |
[% END %] |
|
|
| 44 |
|
36 |
|
| 45 |
<div class="main container-fluid"> |
37 |
<div class="main container-fluid"> |
| 46 |
<div class="row"> |
38 |
<div class="row"> |