Bug 34791: Add links to HTML Customizations to CookieConsent preferences
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / authorities / authorities-home.tt
1 [% USE raw %]
2 [% PROCESS 'i18n.inc' %]
3 [% USE Koha %]
4 [% USE AdditionalContents %]
5 [% SET footerjs = 1 %]
6 [% INCLUDE 'doc-head-open.inc' %]
7 <title>[% FILTER collapse %]
8     [% t("Authorities") | html %] &rsaquo;
9     [% t("Koha") | html %]
10 [% END %]</title>
11 [% INCLUDE 'doc-head-close.inc' %]
12 </head>
13
14 <body id="auth_authorities_home" class="auth">
15 [% WRAPPER 'header.inc' %]
16     [% INCLUDE 'authorities-search.inc' %]
17 [% END %]
18
19 [% WRAPPER 'sub-header.inc' %]
20     [% WRAPPER breadcrumbs %]
21         [% WRAPPER breadcrumb_item bc_active= 1 %]
22             <span>Authorities</span>
23         [% END %]
24     [% END %]
25 [% END %]
26
27 <div class="main container-fluid">
28     <div class="row">
29         <div class="col-md-8 col-md-offset-2">
30             [% INCLUDE 'authorities-toolbar.inc' %]
31
32             <h1>Authorities</h1>
33
34             <div id="merge_in_progress" class="page-section bg-info" style="display:none;"></div>
35
36             [%- SET StaffAuthoritiesHome = AdditionalContents.get( location => "StaffAuthoritiesHome", lang => lang, library => logged_in_user.branchcode ) -%]
37             [%- FOREACH block IN StaffAuthoritiesHome.content -%]
38             <div class="page-section">
39                 [%- block.content | $raw -%]
40             </div>
41             [%- END -%]
42         </div>
43     </div>
44
45 [% MACRO jsinclude BLOCK %]
46     [% INCLUDE 'authorities_js.inc' %]
47 [% END %]
48
49 [% INCLUDE 'intranet-bottom.inc' %]