|
43 | 43 | [% INCLUDE 'masthead.inc' %] |
44 | 44 |
|
45 | 45 | <div class="main"> |
46 | | - <ul class="breadcrumb"> |
47 | | - <li><a href="/cgi-bin/koha/opac-main.pl">[% EDSLANG.home_breadcrumb %]</a> <span class="divider">›</span></li> |
48 | | - <li><a href="#">[% EDSLANG.eds_detail_TT_details_for %] [% title |html %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield |html %][% END %]</a></li> |
49 | | - </ul> |
| 46 | + <nav aria-label="breadcrumb"> |
| 47 | + <ul class="breadcrumb"> |
| 48 | + <li class="breadcrumb-item"> |
| 49 | + <a href="/cgi-bin/koha/opac-main.pl">[% EDSLANG.home_breadcrumb %]</a> |
| 50 | + </li> |
| 51 | + <li class="breadcrumb-item" aria-current="page"> |
| 52 | + <a href="#">[% EDSLANG.eds_detail_TT_details_for %] [% title |html %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield |html %][% END %]</a> |
| 53 | + </li> |
| 54 | + </ul> |
| 55 | + </nav> |
| 56 | + |
50 | 57 |
|
51 | 58 | <div class="container-fluid"> |
52 | | - <div class="row-fluid"> |
53 | | - <div class="span9"> |
| 59 | + <div class="row"> |
| 60 | + <div class="col-lg-9"> |
54 | 61 | <div id="catalogue_detail_biblio" class="maincontent"> |
55 | 62 |
|
56 | 63 |
|
|
61 | 68 | [% END %] |
62 | 69 |
|
63 | 70 | <div id="views"> |
64 | | - <span class="view"><span id="Normalview">[% EDSLANG.eds_detail_TT_normal_view %]</span></span> |
65 | | - <span style="display:none;" class="view"><a id="MARCview" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% biblionumber %]">MARC view</a></span> |
66 | | - [% IF ( ISBD ) %]<span class="view"><a id="ISBDview" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% biblionumber %]">ISBD view</a></span>[% END %] |
| 71 | + <span class="view current-view"><span id="Normalview"><i class="fa fa-file-text-o" aria-hidden="true"></i> [% EDSLANG.eds_detail_TT_normal_view %]</span></span> |
| 72 | + <span style="display:none;" class="view"><a id="MARCview" class="btn btn-link" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% biblio.biblionumber | html %]"><i class="fa fa-list-alt" aria-hidden="true"></i> MARC view</a></span> |
| 73 | + [% IF ( ISBD ) %] |
| 74 | + <span class="view"><a id="ISBDview" class="btn btn-link" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% biblio.biblionumber | html %]"><i class="fa fa-list-ul" aria-hidden="true"></i> ISBD view</a></span> |
| 75 | + [% END %] |
67 | 76 | </div> |
68 | 77 | [% IF ( OPACXSLTDetailsDisplay ) %] |
69 | 78 | [% XSLTBloc %] |
|
529 | 538 |
|
530 | 539 |
|
531 | 540 |
|
532 | | - <p>[% INCLUDE "$plugin_dir/includes/eds-detail_customlinks.inc" %]</p> |
| 541 | + <p>[% INCLUDE "$plugin_dir/includes/eds-detail_customlinks.inc" %]</p> |
533 | 542 |
|
534 | 543 | <ul style="display:none;"> |
535 | 544 | [% IF ( defaulttab == 'holdings' ) %] |
|
0 commit comments