Lines 17-29
Link Here
|
17 |
<body id="auth_detail" class="auth"> |
17 |
<body id="auth_detail" class="auth"> |
18 |
[% INCLUDE 'header.inc' %] |
18 |
[% INCLUDE 'header.inc' %] |
19 |
[% INCLUDE 'authorities-search.inc' %] |
19 |
[% INCLUDE 'authorities-search.inc' %] |
20 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> › |
20 |
|
21 |
[% IF ( unknownauthid ) %] |
21 |
<nav aria-label="Breadcrumb" class="breadcrumb"> |
22 |
Unknown authority record |
22 |
<ol> |
23 |
[% ELSE %] |
23 |
<li> |
24 |
Details for authority #[% authid | html %] ([% authtypetext | html %]) |
24 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
25 |
[% END %] |
25 |
</li> |
26 |
</div> |
26 |
<li> |
|
|
27 |
<a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> |
28 |
</li> |
29 |
|
30 |
<li> |
31 |
<a href="#" aria-current="page"> |
32 |
[% IF ( unknownauthid ) %] |
33 |
Unknown authority record |
34 |
[% ELSE %] |
35 |
Details for authority #[% authid | html %] ([% authtypetext | html %]) |
36 |
[% END %] |
37 |
</a> |
38 |
</li> |
39 |
</ol> |
40 |
</nav> |
27 |
|
41 |
|
28 |
<div class="main container-fluid"> |
42 |
<div class="main container-fluid"> |
29 |
<div class="row"> |
43 |
<div class="row"> |