|
Lines 262-295
Link Here
|
| 262 |
|
262 |
|
| 263 |
[% INCLUDE 'header.inc' %] |
263 |
[% INCLUDE 'header.inc' %] |
| 264 |
|
264 |
|
| 265 |
[% WRAPPER 'sub-header.inc' %] |
265 |
[% WRAPPER 'sub-header.inc' %] |
| 266 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
266 |
[% WRAPPER breadcrumbs %] |
| 267 |
<ol> |
267 |
[% WRAPPER breadcrumb_item %] |
| 268 |
<li> |
268 |
<a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> |
| 269 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
269 |
[% END %] |
| 270 |
</li> |
|
|
| 271 |
<li> |
| 272 |
<a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> |
| 273 |
</li> |
| 274 |
|
| 275 |
[% IF ( authid ) %] |
| 276 |
<li> |
| 277 |
<a href="#" aria-current="page"> |
| 278 |
Modify authority #[% authid | html %] ([% authtypetext | html %]) |
| 279 |
</a> |
| 280 |
</li> |
| 281 |
|
| 282 |
[% ELSE %] |
| 283 |
<li> |
| 284 |
<a href="#" aria-current="page"> |
| 285 |
Adding authority [% authtypetext | html %] |
| 286 |
</a> |
| 287 |
</li> |
| 288 |
|
270 |
|
|
|
271 |
[% IF ( authid ) %] |
| 272 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
| 273 |
Modify authority #[% authid | html %] ([% authtypetext | html %]) |
| 289 |
[% END %] |
274 |
[% END %] |
| 290 |
</ol> |
275 |
|
| 291 |
</nav> <!-- /#breadcrumbs --> |
276 |
[% ELSE %] |
| 292 |
[% END %] |
277 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
|
|
278 |
Adding authority [% authtypetext | html %] |
| 279 |
[% END %] |
| 280 |
|
| 281 |
[% END %] |
| 282 |
[% END #/ WRAPPER breadcrumbs %] |
| 283 |
[% END #/ WRAPPER sub-header.inc %] |
| 293 |
|
284 |
|
| 294 |
<div class="main container-fluid"> |
285 |
<div class="main container-fluid"> |
| 295 |
<div class="row"> |
286 |
<div class="row"> |