Lines 11-22
Link Here
|
11 |
|
11 |
|
12 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> › Authority search results</div> |
12 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a> › Authority search results</div> |
13 |
|
13 |
|
14 |
<div id="doc" class="yui-t7"> |
14 |
<div class="main container-fluid"> |
15 |
|
15 |
<div class="row"> |
16 |
<div id="bd"> |
16 |
<div class="col-md-8 col-md-offset-2"> |
17 |
<div id="yui-main"> |
17 |
|
18 |
<div class="yui-g"> |
|
|
19 |
|
20 |
[% INCLUDE 'authorities-toolbar.inc' %] |
18 |
[% INCLUDE 'authorities-toolbar.inc' %] |
21 |
<h1>Authority search results</h1> |
19 |
<h1>Authority search results</h1> |
22 |
|
20 |
|
Lines 79-85
Link Here
|
79 |
[% END %] |
77 |
[% END %] |
80 |
</div> |
78 |
</div> |
81 |
</div> |
79 |
</div> |
82 |
</div> |
|
|
83 |
|
80 |
|
84 |
[% MACRO jsinclude BLOCK %] |
81 |
[% MACRO jsinclude BLOCK %] |
85 |
[% INCLUDE 'authorities_js.inc' %] |
82 |
[% INCLUDE 'authorities_js.inc' %] |
86 |
- |
|
|