Bug 27998: Replace obsolete title-string sorting: Serials templates
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / authorities / authorities-home.tt
1 [% SET footerjs = 1 %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>Koha &rsaquo; Authorities</title>
4 [% INCLUDE 'doc-head-close.inc' %]
5 </head>
6
7 <body id="auth_authorities_home" class="auth">
8 [% INCLUDE 'header.inc' %]
9 [% INCLUDE 'authorities-search.inc' %]
10
11 <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12     <ol>
13         <li>
14             <a href="/cgi-bin/koha/mainpage.pl">Home</a>
15         </li>
16         <li>
17             <a href="#" aria-current="page">
18                 Authorities
19             </a>
20         </li>
21     </ol>
22 </nav>
23
24 <div class="main container-fluid">
25     <div class="row">
26         <div class="col-md-8 col-md-offset-2">
27
28     [% INCLUDE 'authorities-toolbar.inc' %]
29
30     <div id="merge_in_progress"></div>
31
32     </div>
33   </div>
34
35 [% MACRO jsinclude BLOCK %]
36     [% INCLUDE 'authorities_js.inc' %]
37 [% END %]
38
39 [% INCLUDE 'intranet-bottom.inc' %]