Lines 1-51
Link Here
|
|
|
1 |
[% USE raw %] |
1 |
[% USE Koha %] |
2 |
[% USE Koha %] |
2 |
[% USE KohaDates %] |
3 |
[% USE KohaDates %] |
3 |
[% USE Branches %] |
4 |
[% USE Branches %] |
4 |
[% SET footerjs = 1 %] |
5 |
[% SET footerjs = 1 %] |
|
|
6 |
[% PROCESS 'i18n.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
7 |
[% INCLUDE 'doc-head-open.inc' %] |
6 |
<title>Circulation statistics for [% title | html %] › Circulation › Koha</title> |
8 |
<title>Circulation statistics for [% title | html %] › Catalog › Koha</title> |
7 |
[% INCLUDE 'doc-head-close.inc' %] |
9 |
[% INCLUDE 'doc-head-close.inc' %] |
8 |
</head> |
10 |
</head> |
9 |
|
11 |
|
10 |
<body id="circ_bookcount" class="circ"> |
12 |
<body id="catalog_bookcount" class="catalog"> |
11 |
[% WRAPPER 'header.inc' %] |
13 |
[% WRAPPER 'header.inc' %] |
12 |
[% INCLUDE 'circ-search.inc' %] |
14 |
[% INCLUDE 'cat-search.inc' %] |
13 |
[% END %] |
15 |
[% END %] |
14 |
|
16 |
|
15 |
[% WRAPPER 'sub-header.inc' %] |
17 |
[% WRAPPER 'sub-header.inc' %] |
16 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
18 |
[% WRAPPER breadcrumbs %] |
17 |
<ol> |
19 |
[% WRAPPER breadcrumb_item %] |
18 |
<li> |
20 |
<a href="/cgi-bin/koha/circ/circulation-home.pl">Catalog</a> |
19 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
21 |
[% END %] |
20 |
</li> |
|
|
21 |
|
22 |
[% IF blocking_error %] |
22 |
[% IF blocking_error %] |
23 |
<li> |
23 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
24 |
<a href="#" aria-current="page"> |
24 |
<span>Error</span> |
25 |
Circulation |
25 |
[% END %] |
26 |
</a> |
|
|
27 |
</li> |
28 |
|
29 |
[% ELSE %] |
26 |
[% ELSE %] |
30 |
<li> |
27 |
[% WRAPPER breadcrumb_item %] |
31 |
<a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> |
28 |
[% INCLUDE 'biblio-title.inc' link = 1 %] |
32 |
</li> |
29 |
[% END %] |
33 |
<li> |
30 |
[% WRAPPER breadcrumb_item %] |
34 |
<a href="#" aria-current="page"> |
31 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% biblionumber | uri %]">Items</a> |
35 |
Circulation statistics for [% title |html %] |
32 |
[% END %] |
36 |
</a> |
33 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
37 |
</li> |
34 |
<span>Circulation statistics</span> |
|
|
35 |
[% END %] |
38 |
[% END %] |
36 |
[% END %] |
39 |
</ol> |
37 |
[% END #/ WRAPPER breadcrumbs %] |
40 |
</nav> |
38 |
[% END #/ WRAPPER sub-header.inc %] |
41 |
[% END %] |
|
|
42 |
|
39 |
|
43 |
<div class="main container-fluid"> |
40 |
<div class="main container-fluid"> |
44 |
<div class="row"> |
41 |
<div class="row"> |
45 |
<div class="col-sm-10 col-sm-push-2"> |
42 |
<div class="col-sm-10 col-sm-push-2"> |
46 |
<main> |
43 |
<main> |
47 |
|
44 |
|
48 |
<h1>Circulation statistics for [% title | html %] [% IF ( author ) %] by [% author |html %][% END %]</h1> |
45 |
<h1> |
|
|
46 |
[% IF ( author ) %] |
47 |
Circulation statistics for [% INCLUDE 'biblio-title.inc' %] by [% author |html %] |
48 |
[% ELSE %] |
49 |
Circulation statistics for [% INCLUDE 'biblio-title.inc' %] |
50 |
[% END %] |
51 |
</h1> |
49 |
|
52 |
|
50 |
[% INCLUDE 'blocking_errors.inc' %] |
53 |
[% INCLUDE 'blocking_errors.inc' %] |
51 |
|
54 |
|