Lines 1-3
Link Here
|
|
|
1 |
[% USE raw %] |
1 |
[% USE KohaDates %] |
2 |
[% USE KohaDates %] |
2 |
[% SET footerjs = 1 %] |
3 |
[% SET footerjs = 1 %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
Lines 10-48
Link Here
|
10 |
[% END %] |
11 |
[% END %] |
11 |
|
12 |
|
12 |
[% WRAPPER 'sub-header.inc' %] |
13 |
[% WRAPPER 'sub-header.inc' %] |
13 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
14 |
[% WRAPPER breadcrumbs %] |
14 |
<ol> |
15 |
[% WRAPPER breadcrumb_item %] |
15 |
<li> |
16 |
<a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> |
16 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
|
|
17 |
</li> |
18 |
|
19 |
[% IF blocking_error %] |
20 |
<li> |
21 |
<a href="#" aria-current="page"> |
22 |
Serials |
23 |
</a> |
24 |
</li> |
25 |
|
26 |
[% ELSE %] |
27 |
<li> |
28 |
<a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> |
29 |
</li> |
30 |
<li> |
31 |
<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid | uri %]"><em>[% title | html %]</em></a> |
32 |
</li> |
33 |
<li> |
34 |
<a href="#" aria-current="page"> |
35 |
[% IF ( op ) %] |
36 |
<span>Create routing list</span> |
37 |
[% ELSE %] |
38 |
<span>Edit routing list</span> |
39 |
[% END %] |
40 |
</a> |
41 |
</li> |
42 |
[% END %] |
17 |
[% END %] |
43 |
</ol> |
18 |
[% UNLESS ( blocking_error ) %] |
44 |
</nav> |
19 |
[% WRAPPER breadcrumb_item %] |
45 |
[% END %] |
20 |
<a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscriptionid | uri %]"><em>[% title | html %]</em></a> |
|
|
21 |
[% END %] |
22 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
23 |
[% IF ( op ) %] |
24 |
<span>Create routing list</span> |
25 |
[% ELSE %] |
26 |
<span>Edit routing list</span> |
27 |
[% END %] |
28 |
[% END %] |
29 |
[% END # UNLESS blocking_error %] |
30 |
[% END #/ WRAPPER breadcrumbs %] |
31 |
[% END #/ WRAPPER sub-header.inc %] |
46 |
|
32 |
|
47 |
<div class="main container-fluid"> |
33 |
<div class="main container-fluid"> |
48 |
<div class="row"> |
34 |
<div class="row"> |