Lines 3-8
Link Here
|
3 |
[% USE KohaDates %] |
3 |
[% USE KohaDates %] |
4 |
[% USE Branches %] |
4 |
[% USE Branches %] |
5 |
[% SET footerjs = 1 %] |
5 |
[% SET footerjs = 1 %] |
|
|
6 |
[% formulaire = BLOCK %] |
7 |
[% INCLUDE 'circ-search.inc' %] |
8 |
[% END %] |
6 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
[% INCLUDE 'doc-head-open.inc' %] |
7 |
<title>Serials subscriptions stats › Reports › Koha</title> |
10 |
<title>Serials subscriptions stats › Reports › Koha</title> |
8 |
[% INCLUDE 'doc-head-close.inc' %] |
11 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 12-19
Link Here
|
12 |
</head> |
15 |
</head> |
13 |
|
16 |
|
14 |
<body id="rep_serials_stats" class="rep"> |
17 |
<body id="rep_serials_stats" class="rep"> |
15 |
[% INCLUDE 'header.inc' %] |
18 |
[% INCLUDE 'header.inc' form=formulaire %] |
16 |
[% INCLUDE 'cat-search.inc' %] |
|
|
17 |
|
19 |
|
18 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
20 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
19 |
<ol> |
21 |
<ol> |
Lines 29-34
Link Here
|
29 |
</a> |
31 |
</a> |
30 |
</li> |
32 |
</li> |
31 |
</ol> |
33 |
</ol> |
|
|
34 |
|
35 |
<ol> |
36 |
[% IF Koha.Preference('showLastPatron') %][% INCLUDE 'last-borrower.inc' %][% END %] |
37 |
</ol> |
38 |
|
39 |
<ol> |
40 |
<a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper"><i class="fa fa-question-circle"></i> <span>Help</span></a> |
41 |
</ol> |
32 |
</nav> |
42 |
</nav> |
33 |
|
43 |
|
34 |
<div class="main container-fluid"> |
44 |
<div class="main container-fluid"> |
Lines 77-83
Link Here
|
77 |
[% ELSE %] |
87 |
[% ELSE %] |
78 |
<form method="post" action="/cgi-bin/koha/reports/serials_stats.pl"> |
88 |
<form method="post" action="/cgi-bin/koha/reports/serials_stats.pl"> |
79 |
|
89 |
|
80 |
<fieldset class="rows"> |
90 |
<fieldset class="brief"> |
81 |
<ol> |
91 |
<ol> |
82 |
<li> |
92 |
<li> |
83 |
|
93 |
|
Lines 108-115
Link Here
|
108 |
</fieldset> |
118 |
</fieldset> |
109 |
|
119 |
|
110 |
|
120 |
|
111 |
<fieldset class="rows"> |
121 |
<fieldset class="brief"> |
112 |
<legend>Output</legend> |
122 |
<h2>Output</h2> |
113 |
<ol> |
123 |
<ol> |
114 |
<li> |
124 |
<li> |
115 |
<label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> |
125 |
<label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> |
116 |
- |
|
|