Lines 16-40
tr.selected { background-color : #FFFFCC; } tr.selected td { background-color :
Link Here
|
16 |
[% END %] |
16 |
[% END %] |
17 |
|
17 |
|
18 |
[% WRAPPER 'sub-header.inc' %] |
18 |
[% WRAPPER 'sub-header.inc' %] |
19 |
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb"> |
19 |
[% WRAPPER breadcrumbs %] |
20 |
<ol> |
20 |
[% WRAPPER breadcrumb_item %] |
21 |
<li> |
|
|
22 |
<a href="/cgi-bin/koha/mainpage.pl">Home</a> |
23 |
</li> |
24 |
<li> |
25 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
21 |
<a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> |
26 |
</li> |
22 |
[% END %] |
27 |
<li> |
23 |
[% WRAPPER breadcrumb_item %] |
28 |
<a href="/cgi-bin/koha/tags/review.pl">Tags</a> |
24 |
<a href="/cgi-bin/koha/tags/review.pl">Tags</a> |
29 |
</li> |
25 |
[% END %] |
30 |
<li> |
26 |
[% WRAPPER breadcrumb_item bc_active= 1 %] |
31 |
<a href="#" aria-current="page"> |
27 |
<span>Results for tag <em>[% tag | html %]</em></span> |
32 |
Results for tag <em>[% tag | html %]</em> |
28 |
[% END %] |
33 |
</a> |
29 |
[% END #/ WRAPPER breadcrumbs %] |
34 |
</li> |
30 |
[% END #/ WRAPPER sub-header.inc %] |
35 |
</ol> |
|
|
36 |
</nav> |
37 |
[% END %] |
38 |
|
31 |
|
39 |
<div class="main container-fluid"> |
32 |
<div class="main container-fluid"> |
40 |
<div class="row"> |
33 |
<div class="row"> |