Bug 27470: Improved link text for shibboleth login
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / about.tt
1 [% USE HtmlTags %]
2 [% USE Koha %]
3 [% USE KohaDates %]
4 [% SET footerjs = 1 %]
5 [% INCLUDE 'doc-head-open.inc' %]
6 <title>About Koha &rsaquo; Koha</title>
7 [% INCLUDE 'doc-head-close.inc' %]
8 </head>
9 <body id="about_about" class="about">
10 [% INCLUDE 'header.inc' %]
11 [% PROCESS 'about-team.inc' %]
12
13 <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14     <ol>
15         <li>
16             <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17         </li>
18         <li>
19             <a href="#" aria-current="page">About Koha</a>
20         </li>
21     </ol>
22 </nav>
23
24 <div class="main container-fluid">
25     <div class="row">
26         <div class="col-md-12">
27
28             <h1>About Koha</h1>
29
30     <div id="abouttabs" class="toptabs numbered">
31         <ul class="nav nav-tabs" role="tablist">
32             <li role="presentation" class="active"><a href="#about" aria-controls="about" role="tab" data-toggle="tab">Server information</a></li>
33             <li role="presentation"><a href="#perl" aria-controls="perl" role="tab" data-toggle="tab">Perl modules</a></li>
34             <li role="presentation"><a href="#sysinfo" aria-controls="sysinfo" role="tab" data-toggle="tab">System information</a></li>
35             <li role="presentation"><a href="#team" aria-controls="team" role="tab" data-toggle="tab">Koha team</a></li>
36             <li role="presentation"><a href="#licenses" aria-controls="licenses" role="tab" data-toggle="tab">Licenses</a></li>
37             <li role="presentation"><a href="#translations" aria-controls="translations" role="tab" data-toggle="tab">Translations</a></li>
38             <li role="presentation"><a href="#history" aria-controls="history" role="tab" data-toggle="tab">Timeline</a></li>
39         </ul>
40
41         <div class="tab-content">
42         <div role="tabpanel" class="tab-pane active" id="about">
43
44         <table>
45             <caption>Server information</caption>
46             <tr><th scope="row">Koha version: </th><td>[% kohaVersion | html %]</td></tr>
47             <tr><th scope="row">OS version ('uname -a'): </th><td>[% osVersion | html %]</td></tr>
48             <tr><th scope="row">Perl interpreter: </th><td>[% perlPath | html %]</td></tr>
49             <tr><th scope="row">Perl version: </th><td>[% perlVersion | html %]</td></tr>
50             <tr><th scope="row">Perl @INC: </th><td>
51                 [% FOREACH perlIncPat IN perlIncPath %]
52                     [% perlIncPat.perlinc | html %] <br />
53                 [% END %]
54             </td></tr>
55             <tr><th scope="row">MySQL version: </th><td>[% mysqlVersion | html %]</td></tr>
56             <tr><th scope="row">Apache version: </th><td>[% apacheVersion | html %]</td></tr>
57           [% IF (is_psgi) %]
58             <tr><th scope="row">PSGI: </th><td>[% psgi_server | html %]</td></tr>
59           [% END %]
60           [% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %]
61             <tr>
62                 <th scope="row">Elasticsearch: </th>
63             [% IF elasticsearch_fatal_config_error %]
64                 <td><span class="bg-warning">[% elasticsearch_fatal_config_error | html %]</span></td>
65             [% ELSE %]
66                 [% IF elasticsearch_status.running %]
67                     <td class="bg-success">
68                 [% ELSE %]
69                     <td>
70                 [% END %]
71                     Version:
72                     <span>[% elasticsearch_status.version | html %]</span>
73                     |
74                     Nodes:
75                     <span>[% elasticsearch_status.nodes.join(' / ') | html %]</span>
76                     |
77                     Status:
78                 [% IF elasticsearch_status.running %]
79                     <span>running</span>
80                     |
81                     Indices:
82                   [% FOREACH index IN elasticsearch_status.indexes %]
83                       [% index.index_name | html %] (count: <emph>[% index.count | html %]</emph>)[% UNLESS loop.last %], [% END %]
84                   [% END %]
85                 [% ELSE %]
86                     <span class="bg-warning">not running</span>
87                 [% END %]
88                 </td>
89             [% END %]
90             </tr>
91           [% END %]
92             <tr><th scope="row">Memcached: </th>
93                 [% IF memcached_running AND is_memcached_still_active AND where_is_memcached_config == 'config_only' %]
94                     <td class="bg-success">
95                 [% ELSE %]
96                     <td>
97                 [% END %]
98                     Servers: [% IF memcached_servers %]<span>[% memcached_servers | html %]</span>
99                              [% ELSE %]<span>undefined</span>[% END %] |
100                     Namespace: [% IF memcached_namespace %]<span>[% memcached_namespace | html %]</span>
101                                [% ELSE %]<span>undefined</span>[% END %] |
102                     Status: [% IF memcached_servers %]
103                                 [% IF memcached_running and is_memcached_still_active %]
104                                     <span class="bg-success">running</span>.
105                                 [% ELSE %]
106                                     <span class="bg-warning">not running</span>.
107                                     [% IF is_psgi %]
108                                         <span>Remember memcached needs to be started before Plack.</span>
109                                     [% END %]
110                                 [% END %]
111                             [% ELSE %]
112                                 <span>unknown</span>
113                             [% END %] |
114                     Config read from:
115                     [% SWITCH where_is_memcached_config %]
116                         [% CASE 'config_only' %]
117                             <span class="bg-success">koha-conf.xml</span>
118                         [% CASE 'ENV_only' %]
119                             <span class="bg-warning">ENV</span> Note that the right place to define the memcached config is in your $KOHA_CONF file
120                         [% CASE 'both' %]
121                             <span class="bg-warning">ENV and koha-conf.xml</span> Note that the right place to define the memcached config is in your $KOHA_CONF file. To avoid any misunderstanding you should not export the memcached config from ENV.
122                         [% CASE # nowhere %]
123                             <span class="bg-warning">Nowhere</span> Note that the right place to define the memcached config is in your $KOHA_CONF file. Currently you do not have a valid memcached configuration defined.
124                     [% END %]
125                   [% IF effective_caching_method != 'Cache::Memcached::Fast::Safe' %]
126                     | Effective caching method: [% effective_caching_method | html %]
127                   [% END %]
128                 </td>
129             </tr>
130             <tr><th scope="row">Zebra version: </th><td>[% zebraVersion | html %]</td></tr>
131             <tr><th scope="row">Zebra status: </th>
132             [% IF (errZebraConnection == 10000) %]
133             <td class="bg-danger"><strong>Zebra server seems not to be available. Is it started?</strong></td>
134             [% ELSIF (errZebraConnection) %]
135             <td class="bg-warning"><strong>Error message from Zebra: [% ( errZebraConnection ) | html %]</strong></td>
136             [% ELSE %]
137             <td class="bg-success">Running</td>
138             [% END %]
139             </tr>
140             <tr>
141                 <th scope="row">Message broker: </th>
142                 [% IF warnConnectBroker %]
143                 <td class="bg-warning"><strong>Using SQL polling</strong></td>
144                 [% ELSE %]
145                 <td class="bg-success">Using RabbitMQ</td>
146                 [% END %]
147             </tr>
148             <tr>
149               <th scope="row">Date and time: </th>
150               <td>[% current_date_and_time | $KohaDates  with_hours => 1 %]</td>
151             </tr>
152             <tr>
153               [% timezone_config_class = (time_zone.config_invalid) ? 'bg-warning' : '' %]
154               [% timezone_env_class    = (time_zone.env_invalid)    ? 'bg-warning' : '' %]
155               <th scope="row">Time zone: </th>
156               <td>Used: <span>[% time_zone.actual | html %]</span>
157                           [% IF time_zone.actual_bad_tz_fallback %]
158                              <span>(This is a fallback value due to a bad configuration)</span>
159                           [% END %]
160                            |
161                   Config: [% IF time_zone.config != '' %]
162                             <span class="[% timezone_config_class | html %]">[% time_zone.config | html %]</span>
163                           [% ELSE %]
164                             <span>Undefined</span>
165                           [% END %] |
166                   Environment (TZ):  [% IF time_zone.environment != '' %]
167                           <span class="[% timezone_env_class | html %]">[% time_zone.environment | html %]</span>
168                         [% ELSE %]
169                           <span>Undefined</span>
170                         [% END %]
171               </td>
172             </tr>
173         </table>
174         </div>
175         <div role="tabpanel" class="tab-pane" id="perl">
176             <table style="cursor:pointer">
177                 <caption>Perl modules</caption>
178                 [% FOREACH tabl IN table %]
179                 <tr>
180                     [% FOREACH ro IN tabl.row %]
181                     [% IF ( ro.current ) %]
182                     [% IF ( ro.require ) %]
183                     <th scope="row" style="font-weight:bold;" title="Module current">
184                     [% ELSE %]
185                     <th scope="row" style="font-weight:normal" title="Module current">
186                     [% END %]
187                     [% ELSIF ( ro.upgrade ) %]
188                     [% IF ( ro.require ) %]
189                     <th scope="row" style="background-color:#FFCB2F;font-weight:bold;" title="Module upgrade needed">
190                     [% ELSE %]
191                     <th scope="row" style="background-color:#FFCB2F;font-weight:normal" title="Module upgrade needed">
192                     [% END %]
193                     [% ELSE %]
194                     [% IF ( ro.name == '' ) %]
195                     <th>
196                     [% ELSIF ( ro.require ) %]
197                     <th scope="row" style="background-color:#FF8A8A;font-weight:bold;" title="Required module missing">
198                     [% ELSE %]
199                     <th scope="row" style="background-color:#FF8A8A;font-weight:normal" title="Optional module missing">
200                     [% END %]
201                     [% END %]
202                     [% IF ( ro.name ) %]
203                     [% ro.name | html %] <span style="font-weight:normal; font-size:smaller"> ([% ro.reqversion | html %][% IF ro.maxversion %] - [% ro.maxversion | html %][% END %][% IF ro.excversion %][% FOR v IN ro.excversion %], ![% v | html %][% END %][% END %])</span>
204                     [% END %]
205                     </th>
206                     [% IF ( ro.name == '' ) %]
207                     <td>
208                     [% ELSIF ( ro.version ) %]
209                     <td>[% ro.version | html %]
210                     [% ELSE %]
211                     <td style="font-weight:bold">Not Installed [% END %]</td>
212                     [% END %]
213                 </tr>
214                 [% END %]
215             </table>
216         </div>
217
218         <div role="tabpanel" class="tab-pane" id="sysinfo">
219     [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnPrefKohaAdminEmailAddress || warnPrefOpacHiddenItems || invalid_yesno.count || warnNoActiveCurrency || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs || warnRelationships || log4perl_errors || config_bcrypt_settings_no_set || warnHiddenBiblionumbers.size || warnConnectBroker %]
220         [% IF (warnIsRootUser) %]
221             <h2>Warning regarding current user</h2>
222             <p>You are logged in as the database administrative user. This is not recommended because some parts of Koha will not function as expected when using this account.</p>
223             <p>Please log in instead with a regular staff account. To create a staff account, create a library, a patron category 'Staff' and add a new patron. Then give this patron permissions from 'More' in the toolbar.</p>
224         [% END %]
225
226         [% IF has_ai_issues %]
227             <h2>Data problems</h2>
228             <p>Some of your tables have problems with their auto_increment values which may lead to data loss.</p>
229             <p><strong>You should not ignore this warning.</strong></p>
230             <p>The problem is that InnoDB does not keep auto_increment across SQL server restarts (it is only set in memory). So on server startup the auto_increment values are set to max(table.id)+1.</p>
231             <p>To know how to avoid this problem see the related wiki page:
232             <a href="https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix">DBMS auto increment fix</a>
233             </p>
234
235             <h3>Problems found</h3>
236             [% IF ai_patrons %]
237                 <h4>Patrons</h4>
238                 <p>The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:</p>
239                 <p>[% FOR p IN ai_patrons %][% p.borrowernumber | html %][% UNLESS loop.last %], [% END %][% END %]</p>
240             [% END %]
241             [% IF ai_biblios %]
242                 <h4>Bibliographic records</h4>
243                 <p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p>
244                 <p>[% FOR b IN ai_biblios %][% b.biblionumber | html %][% UNLESS loop.last %], [% END %][% END %]</p>
245             [% END %]
246             [% IF ai_items %]
247                 <h4>Items</h4>
248                 <p>The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:</p>
249                 <p>[% FOR i IN ai_items %][% i.itemnumber | html %][% UNLESS loop.last %], [% END %][% END %]</p>
250             [% END %]
251             [% IF ai_checkouts %]
252                 <h4>Checkouts</h4>
253                 <p>The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:</p>
254                 <p>[% FOR c IN ai_checkouts %][% c.issue_id | html %][% UNLESS loop.last %], [% END %][% END %]</p>
255             [% END %]
256             [% IF ai_holds %]
257                 <h4>Holds</h4>
258                 <p>The following ids exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p>
259                 <p>[% FOR h IN ai_holds %][% h.reserve_id | html %][% UNLESS loop.last %], [% END %][% END %]</p>
260             [% END %]
261             <br/>
262         [% END %]
263
264         [% IF warnRelationships %]
265             <h2>Patron relationship problems</h2>
266             [% IF bad_relationships_count %]
267                 <p>Your database contained guarantee/guarantor pairs with no defined relationship. They have been set the value '_bad_data' in the [% "borrowers.relationship" | $HtmlTags tag="strong" %] and/or [% "borrower_relationships.relationship" | $HtmlTags tag="strong" %] columns. Fix them manually by recreating those relationships, or have your system's administrator correct the values.</p>
268             [% END %]
269
270             [% IF wrong_relationships %]
271                 <p>The following values have been used for guarantee/guarantor relationships, but do not exist in the 'borrowerRelationship' system preference:</p>
272                 <ul>
273                     [% FOR rel IN wrong_relationships %]
274                         <li>[% rel.0 | html %]</li>
275                     [% END %]
276                 </ul>
277                 <p>If the relationship is one you want, please add it to the 'borrowerRelationship' system preference, otherwise have your system's administrator correct the values in [% "borrowers.relationship" | $HtmlTags tag="strong" %] and/or [% "borrower_relationships.relationship" | $HtmlTags tag="strong" %] in the database.</p>
278             [% END %]
279         [% END %]
280
281         [% IF log4perl_errors %]
282             <h2>Logging system does not behave correctly</h2>
283             [% FOR e IN log4perl_errors %]
284                 [% SWITCH e %]
285                     [% CASE 'missing_config_entry' %]<span>There is no 'log4perl_conf' entry in the config file.</span>
286                     [% CASE 'cannot_read_config_file' %]<span>The log4perl config file cannot be opened.</span>
287                     [% CASE 'logfile_not_writable' %]<span>One of the logfiles listed in the config file is not writable.</span>
288                     [% CASE 'cannot_init_module' %]<span>The Koha::Logger module cannot be initiated correctly (check the log file).</span>
289                     [% CASE %]<span>Unknown error '[% e | html %]'.</span>
290                 [% END %]
291             [% END %]
292         [% END %]
293
294         [% IF warnConnectBroker %]
295             <h2>Impossible to connect to the message broker</h2>
296             There is an error when trying to connect to the message broker (RabbitMQ), check the Koha log files.
297             <br/>
298             Maybe it is not installed and configured correctly?
299             <br/>
300             Contact your system administrator.
301         [% END %]
302
303         [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnPrefKohaAdminEmailAddress || warnPrefOpacHiddenItems || invalid_yesno.count || warnNoActiveCurrency || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || warnXSLT || oauth2_missing_deps || bad_yaml_prefs || warnIssuingRules || config_bcrypt_settings_no_set || warnHiddenBiblionumbers.size %]
304             <h2>Warnings regarding the system configuration</h2>
305             <table>
306                 <caption>Preferences and parameters</caption>
307                 [% IF (warnPrefBiblioAddsAuthorities) %]
308                 <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'AutoCreateAuthorities' set, but needs 'BiblioAddsAuthorities' set as well.</td></tr>
309                 [% END %]
310                 [% IF (warnPrefEasyAnalyticalRecords) %]
311                 <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'EasyAnalyticalRecords' set, but UseControlNumber preference is set to 'Use'. Set it to 'Don't use' or else the 'Show analytics' links in the staff interface and the OPAC will be broken.</td></tr>
312                 [% END %]
313                 [% IF warnPrefAnonymousPatronOPACPrivacy %]
314                     <tr><th scope="row"><strong class="error">Error</strong> </th><td>System preference 'OPACPrivacy' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number or checkins for these patrons will fail.</td></tr>
315                 [% END %]
316                 [% IF warnPrefAnonymousPatronAnonSuggestions %]
317                     <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is set to '0'. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
318                 [% END %]
319                 [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %]
320                     <tr><th scope="row"><strong class="error">Error</strong> </th><td>Some patrons have requested a privacy on returning item but the AnonymousPatron pref is not set correctly. Set it to a valid borrower number or checkins for these patrons will fail.</td></tr>
321                 [% END %]
322                 [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %]
323                     <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'AnonSuggestions' set, but AnonymousPatron preference is not set correctly. Set it to a valid borrower number if you want that this feature works correctly.</td></tr>
324                 [% END %]
325                 [% IF warnPrefKohaAdminEmailAddress %]
326                     <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'KohaAdminEmailAddress' does not contain a valid email address. Emails will not be sent.</td></tr>
327                 [% END %]
328                 [% IF warnPrefOpacHiddenItems %]
329                     <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'OpacHiddenItems' generates a warning and will produce unexpected behaviors: [% warnPrefOpacHiddenItems | html %]</th></tr>
330                 [% END %]
331                 [% IF warnXSLT %]
332                     [% FOR p IN warnXSLT %]
333                         <tr><th scope="row"><strong>Warning</strong> </th><td>System preference '[% p.syspref | html %]' is '[% p.value | html %]', but the file '[% p.filename | html %]' does not exist.</th></tr>
334                     [% END %]
335                 [% END %]
336                 [% IF invalid_yesno.count %]
337                     [% FOR p IN invalid_yesno %]
338                         <tr><th scope="row"><strong>Warning</strong> </th><td>System preference '[% p.variable | html %]' must be '0' or '1', but is [% IF p.value.defined %]'[% p.value | html%]'[% ELSE %]NULL[% END %].</td></tr>
339                     [% END %]
340                 [% END %]
341                 [% IF warnNoActiveCurrency %]
342                     <tr><th scope="row"><strong>Warning</strong> </th><td>No active currency is defined. Please go to <a href="/cgi-bin/koha/admin/currency.pl">Administration &gt; Currencies and exchange rates</a> and mark one currency as active.</td></tr>
343                 [% END %]
344                 [% IF warnStatisticsFieldsError %]
345                     <tr><th scope="row"><strong>Warning</strong> </th><td>System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError | html %] </td></tr>
346                 [% END %]
347                 [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
348                     <tr><th scope="row"><strong>Warning</strong> </th><td>
349                     The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission.
350                     </td></tr>
351                 [% END %]
352                 [% IF AutoSelfCheckPatronHasTooManyPerm %]
353                     <tr><th scope="row"><strong>Warning</strong> </th><td>
354                     The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module.
355                     </td></tr>
356                 [% END %]
357                 [% IF warnNoTemplateCaching %]
358                     <tr><th scope="row"><strong>Warning</strong> </th><td>
359                     You are missing the &lt;template_cache_dir&gt; entry in your koha-conf.xml file.
360                     That will bring a performance boost to enable it.
361                     </td></tr>
362                 [% END %]
363                 [% IF warnILLConfiguration %]
364                   [% IF no_ill_backends %]
365                     <tr><th scope="row"><strong>Warning</strong> </th><td>
366                     The ILL module is enabled, but there are no backends available.
367                     </td></tr>
368                   [% END %]
369                   [% IF ill_partner_code_not_defined %]
370                     <tr><th scope="row"><strong>Warning</strong> </th><td>
371                     The ILL module is enabled, but no 'partner_code' defined in koha-conf.xml. Falling back to the hardcoded 'ILLLIBS'.
372                     </td></tr>
373                   [%END %]
374                   [% IF ill_branch_not_defined %]
375                     <tr><th scope="row"><strong>Warning</strong> </th><td>
376                     The ILL module is enabled, but no 'branch' block is defined in koha-conf.xml. You must define this block before use.
377                     </td></tr>
378                   [%END %]
379                   [% IF ill_partner_code_doesnt_exist %]
380                     <tr><th scope="row"><strong>Warning</strong> </th><td>
381                     The ILL module is enabled, but the configured 'partner_code' ([% ill_partner_code_doesnt_exist | html %]) is not defined on the system.
382                     </td></tr>
383                   [% END %]
384                 [% END %]
385                 [% IF oauth2_missing_deps %]
386                     <tr><th scope="row"><strong>Warning</strong> </th><td>
387                     System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled.
388                     </td></tr>
389                 [% END %]
390                 [% IF bad_yaml_prefs %]
391                     <tr><th scope="row"><strong>Warning</strong> </th><td>
392                     Some system preferences have badly formatted YAML content: [% bad_yaml_prefs.join(', ') | html %]
393                     </td></tr>
394                 [% END %]
395                 [% IF config_bcrypt_settings_no_set %]
396                     <tr><th scope="row"><strong>Warning</strong> </th><td>
397                     System preference 'Pseudonymization' is set, but there is not 'bcrypt_settings' entry defined in the $KOHA_CONF file.
398                     </td></tr>
399                 [% END %]
400                 [% IF warnHiddenBiblionumbers.size %]
401                     <tr><th scope="row"><strong>Warning</strong> </th><td>
402                     [% FOR w IN warnHiddenBiblionumbers %]
403                         Biblio framework "[% w.frameworkcode | html %]" has the biblionumber field hidden at the interface [% w.interface | html %]<br/>
404                     [% END %]
405                     </td></tr>
406                 [% END %]
407                 [% IF Koha.Preference('SearchEngine') == 'Elasticsearch' && elasticsearch_status.version.substr(0,1) < 6 %]
408                     <tr><th scope="row"><strong>Deprecation warning</strong></th><td>
409                             Elasticsearch version 5.x is not supported in Koha 20.11 and greater. Please upgrade your Elasticsearch cluster
410                     </td></tr>
411                 [% END %]
412
413             </table>
414         [% END %]
415
416         [% IF xml_config_warnings.size %]
417             <table>
418                 <caption>XML configuration file</caption>
419             [% FOREACH config_entry IN xml_config_warnings %]
420                 [% IF config_entry.error == 'zebra_bib_index_mode_is_grs1' %]
421                 <tr>
422                     <th scope="row"><strong>Warning</strong></th>
423                     <td>The &lt;zebra_bib_index_mode&gt; entry set to 'grs1', which is no longer supported.
424                         Please use DOM instead. To switch follow this page of wiki:
425                         <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
426                     </td>
427                 </tr>
428                 [% ELSIF config_entry.error == 'zebra_auth_index_mode_is_grs1' %]
429                 <tr>
430                     <th scope="row"><strong>Warning</strong></th>
431                     <td>The &lt;zebra_auth_index_mode&gt; entry set to 'grs1', which is no longer supported.
432                         Please use DOM instead. To switch follow this page of wiki:
433                         <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
434                     </td>
435                 </tr>
436                 [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %]
437                 <tr>
438                     <th scope="row"><strong>Warning</strong></th>
439                     <td>The &lt;use_zebra_facets&gt; entry is missing in your configuration file. Falling back
440                         to legacy facet calculation.
441                     </td>
442                 </tr>
443                 [% ELSIF config_entry.error == 'log4perl_entry_missing' %]
444                 <tr>
445                     <th scope="row"><strong>Warning</strong></th>
446                     <td>You are missing the &lt;log4perl_conf&gt; entry in your koha-conf.xml file. Please
447                         add it, pointing to the log4perl.conf file for your Koha instance.
448                     </td>
449                 </tr>
450                 [% ELSIF config_entry.error == 'lockdir_entry_missing' %]
451                 <tr>
452                     <th scope="row"><strong>Warning</strong></th>
453                     <td>You are missing the &lt;lockdir&gt; entry in your koha-conf.xml file. Please
454                         add it, pointing to your Koha instance's lock dir.
455                     </td>
456                 </tr>
457                 [% ELSIF config_entry.error == 'lockdir_not_writable' %]
458                 <tr>
459                     <th scope="row"><strong>Warning</strong></th>
460                     <td>The configured &lt;lockdir&gt; entry in your koha-conf.xml file points to a
461                         non-writable directory ([% config_entry.lockdir | html %]).
462                     </td>
463                 </tr>
464                 [% ELSIF config_entry.error == 'uploadpath_entry_missing' %]
465                 <tr>
466                     <th scope="row"><strong>Warning</strong></th>
467                     <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
468                         add it, pointing to the configured file upload directory for your Koha instance.
469                     </td>
470                 </tr>
471                 [% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %]
472                 <tr>
473                     <th scope="row"><strong>Warning</strong></th>
474                     <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
475                         add it, pointing to the configured file upload directory for your Koha instance.
476                         Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work.
477                     </td>
478                 </tr>
479                 [% ELSIF config_entry.error == 'tmp_path_missing' %]
480                 <tr>
481                     <th scope="row"><strong>Warning</strong></th>
482                     <td>You are missing the &lt;tmp_path&gt; entry in your koha-conf.xml file. Please
483                         add it, pointing to the configured temporary directory for your Koha instance.
484                         The effective temporary directory is '[% config_entry.effective_tmp_dir | html %]'.
485                     </td>
486                 </tr>
487                 [% ELSIF config_entry.error == 'encryption_key_missing' %]
488                 <tr>
489                     <th scope="row"><strong>Warning</strong></th>
490                     <td>You are missing the &lt;encryption_key&gt; entry in your koha-conf.xml file.
491                         Please generate a key. We recommend one of at least 32 bytes. (You might use 'pwgen 32' to do so.)
492                     </td>
493                 </tr>
494                 [% END %]
495             [% END %]
496             </table>
497         [% END %]
498
499         [% IF warnIssuingRules %]
500             <table>
501                 <caption>Issuing rules</caption>
502                 [% FOREACH unit IN ir_units %]
503                 <tr>
504                     <th scope="row"><strong>Warning</strong></th>
505                     <td>The [% unit.branchcode || 'branchcode=default' | html %], [% unit.categorycode || 'categorycode=default' | html %], [% unit.itemtype || 'itemtype=default' | html %]
506                         issuingrule will fallback to 'days' for 'lengthunit' as it is incorrectly defined as
507                         [% unit.rule_value | html %].
508                     </td>
509                 </tr>
510                 [% END %]
511             </table>
512         [% END %]
513
514     [% ELSE %]
515         <p>No warnings.</p>
516     [% END %]
517         </div>
518
519         <div role="tabpanel" class="tab-pane" id="team">
520             <h2>Special thanks to the following organizations</h2>
521             <ul>
522                 <li><a href="http://library.org.nz">Horowhenua Library Trust</a>, New Zealand, and Rosalie Blake, Head of Libraries, (Koha 1.0)</li>
523                 <li>The <a href="http://www.myacpl.org/">Athens County Public Libraries</a>, Ohio, USA (MARC sponsorship, documentation, template maintenance)</li>
524                 <li><a href="http://www.emn.fr">EMN (Ecole des Mines de Nantes)</a>, France (Suggestions, Stats wizards and improved LDAP sponsorship)</li>
525                 <li><a href="http://www.mines-paristech.fr">Mines Paristech (previously Ecole Nationale Supérieure des Mines de Paris)</a>, France (biblio frameworks, MARC authorities, OPAC basket, Serials sponsorship)</li>
526                 <li><a href="http://www.mediathequeouestprovence.fr/">SAN-Ouest Provence</a>, France (Koha 3.0 enhancements to patrons and holds modules)</li>
527                 <li>The <a href="http://ccfls.org">Crawford County Federated Library System</a>, PA, USA (Koha 3.0 Zebra Integration sponsorship)</li>
528                 <li>The <a href="http://www.geauga.lib.oh.us/">Geauga County Public Library</a>, OH, USA (Koha 3.0 beta testing)</li>
529                 <li>The <a href="http://library.neu.edu.tr">Near East University</a>, Cyprus</li>
530                 <li>OPUS International Consultants, Wellington, New Zealand (Corporate Serials sponsorship)</li>
531                 <li><a href="http://www.famfamfam.com/">famfamfam.com</a> Birmingham (UK) based developer Mark James for the famfamfam Silk iconset.</li>
532                 <li><a href="http://www.ashs.school.nz/">Albany Senior High School</a>, Auckland, New Zealand (OPAC 'star-ratings' sponsorship)</li>
533             </ul>
534
535             <h2>Koha release teams</h2>
536             [% IF maintenance_team %]
537                 <div class="row">
538                     <div class="col-md-6">
539                         <h3>Koha [% short_version | html %] release team</h3>
540                         [% IF development_version %]
541                             <p>You are running a development version of Koha</p>
542                         [% ELSE %]
543                             [% INCLUDE team t=release_team v='release' %]
544                         [% END %]
545                     </div>
546
547                     <div class="col-md-6">
548                         <h3>Current maintenance team</h3>
549                         [% INCLUDE team t=maintenance_team v=short_version %]
550                     </div>
551                 </div>
552             [% ELSE %]
553                 <div class="dialog alert">
554                     Could not read the teams.yaml file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
555                 </div>
556             [% END %]
557
558             <h2>Koha development team</h2>
559             [% IF contributors.size %]
560                 <ul class="columns-4">
561                     [% FOREACH contributor IN contributors %]
562                     <li>[% INCLUDE person p=contributor %][% INCLUDE contributions p=contributor %]</li>
563                     [% END %]
564                 </ul>
565             [% ELSE %]
566                 <div class="dialog alert">
567                     Could not read the contributors.yaml file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
568                 </div>
569             [% END %]
570             <hr>
571
572             <h2>Contributing companies and institutions</h2>
573             <ul class="columns-4">
574                 <li>Allen Ginsberg Library, USA</li>
575                 <li>Alingsås Public Library, Sweden</li>
576                 <li>American Numismatic Society, USA</li>
577                 <li>Arcadia Public Library, USA</li>
578                 <li>Athens County Public Libraries, USA</li>
579                 <li>BdP de la Meuse, France</li>
580                 <li>BibLibre, France</li>
581                 <li>Biblioteca Provincial Fr. Mamerto Esquiú (Provincia Franciscana de la Asunción), Argentina</li>
582                 <li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ), Germany</li>
583                 <li>Briar Cliff University, USA</li>
584                 <li>Brimbank City Council, Australia</li>
585                 <li>Brooklyn Law School Library, USA</li>
586                 <li>Bibliothèque Universitaire des Langues et Civilisations (<a href="https://www.bulac.fr">BULAC</a>), France</li>
587                 <li>ByWater Solutions, USA</li>
588                 <li>California College of the Arts, USA</li>
589                 <li>Camden County, USA</li>
590                 <li>Carnegie Stout Library, USA</li>
591                 <li>Calyx, Australia</li>
592                 <li>Catalyst IT, New Zealand</li>
593                 <li>Central Kansas Library System (CKLS), USA</li>
594                 <li>Centre collégial des services regroupés (CCSR), Canada</li>
595                 <li>Cheshire Libraries, United Kingdom</li>
596                 <li>Coeur d'Alene Public Library, USA</li>
597                 <li>Corpus Christi Public Libraries, USA</li>
598                 <li>C &amp; P Bibliography Services, USA</li>
599                 <li>Dataly Tech, Greece</li>
600                 <li>Devinim, Turkey</li>
601                 <li>Do Space, USA</li>
602                 <li>DoverNet, USA</li>
603                 <li>doXulting</li>
604                 <li>Duchesne County Library, USA</li>
605                 <li>Escuela de Orientacion Lacaniana, Argentina</li>
606                 <li>Fenway Library Organization, USA</li>
607                 <li>Fargo Public Library, USA</li>
608                 <li>Farmington Public Library, USA</li>
609                 <li>FIT</li>
610                 <li>Foundations Bible College &amp; Seminary, USA</li>
611                 <li>Goethe-Institut, Germany</li>
612                 <li>Gothenburg University Library, Sweden</li>
613                 <li>Halland County Library, Sweden</li>
614                 <li>Harrison Carmel Public Library, USA</li>
615                 <li>Hauraki District Libraries, New Zealand</li>
616                 <li>Higher Education Libraries of Massachusetts, USA</li>
617                 <li>Hochschule für Gesundheit (hsg), Germany</li>
618                 <li>Hotchkiss School, USA</li>
619                 <li>Katipo Communications, New Zealand</li>
620                 <li>KEEP SOLUTIONS, Portugal</li>
621                 <li>KohaAloha, New Zealand</li>
622                 <li>Koha-Suomi Oy, Finland</li>
623                 <li>LibLime, USA</li>
624                 <li>Library of the Józef Piłsudski Institute of America, USA</li>
625                 <li>Libriotech, Norway</li>
626                 <li>Los Gatos Public Library, USA</li>
627                 <li>Lund University Library, Sweden</li>
628                 <li>MassCat, USA</li>
629                 <li>Middletown Township Public Library, USA</li>
630                 <li>National Library of Finland, Finland</li>
631                 <li>Newcastle City Council, United Kingdom</li>
632                 <li>New Zealand Central Agencies Library, New Zealand</li>
633                 <li>New Zealand Ministry of Education Library, New Zealand</li>
634                 <li>North Central Regional Library (NCRL), USA</li>
635                 <li>Northeast Kansas Library System (NEKLS), USA</li>
636                 <li>OPUS</li>
637                 <li>Orex Digital, Spain</li>
638                 <li>Oslo Public Library, Norway</li>
639                 <li>Plano Independent School, USA</li>
640                 <li>Plant and Food Research Limited, New Zealand</li>
641                 <li>Prosentient Systems, Australia</li>
642                 <li>PTFS, Maryland, USA</li>
643                 <li>PTFS Europe Ltd, United Kingdom</li>
644                 <li>Rijksmuseum, Amsterdam, The Netherlands</li>
645                 <li>Rolling Hills Consolidated Libraries, USA</li>
646                 <li>Round Rock Public Library, USA</li>
647                 <li>SAN-Ouest Provence, France</li>
648                 <li>Sefton Council, United Kingdom</li>
649                 <li>software.coop, United Kingdom</li>
650                 <li>South-East Kansas Library System (SEKLS), USA</li>
651                 <li>South Taranaki District Council, New Zealand</li>
652                 <li>Stockholm University Library, Sweden</li>
653                 <li>SWITCH Library Consortium, USA</li>
654                 <li>Talking Tech, Global</li>
655                 <li>Tamil, France</li>
656                 <li>Theke Solutions, Argentina</li>
657                 <li>Tulong Aklatan, Philippines</li>
658                 <li>Uintah Library System, USA</li>
659                 <li>Universidad de El Salvador, El Salvador</li>
660                 <li>Universidad Empresarial Siglo 21, Argentina</li>
661                 <li>Universidad Nacional de Córdoba, Argentina</li>
662                 <li>Universidad ORT Uruguay</li>
663                 <li>Université d'Aix-Marseille, France</li>
664                 <li>Université de Lyon 3, France</li>
665                 <li>Université de Rennes 2, France</li>
666                 <li>Université de St Etienne, France</li>
667                 <li>University of the Arts London, United Kingdom</li>
668                 <li>Vaara-kirjastot, Finland</li>
669                 <li>Vanier College, Canada</li>
670                 <li>Vermont Organization of Koha Automated Libraries (VOKAL), USA</li>
671                 <li>Ville de Victoriaville, Canada</li>
672                 <li>Virginia Tech, USA</li>
673                 <li>Washoe County Library System, USA</li>
674                 <li>Xercode, Spain</li>
675             </ul>
676
677             <h2>Additional thanks to...</h2>
678             <ul>
679                 <li>Irma Birchall</li>
680                 <li>Rachel Hamilton-Williams (Kaitiaki from 2004 to present)</li>
681                 <li>Stephen Hedges (early Documentation Manager)</li>
682                 <li>Brooke Johnson</li>
683                 <li>Jo Ransom</li>
684                 <li>Nicholas Rosasco (Documentation Compiler)</li>
685                 <li>Regula Sebastiao</li>
686             </ul>
687         </div>
688
689         <div role="tabpanel" class="tab-pane" id="licenses">
690             <h2>Koha</h2>
691             <p>
692             <a href="http://www.gnu.org/licenses/gpl-3.0.html">Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.</a>
693             </p>
694             <h2>jQuery and jQueryUI</h2>
695             <p><a href="http://jquery.com/">jQuery</a> and <a href="http://jqueryui.com/">jQueryUI</a> are licensed under the <a href="http://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt">MIT license</a></p>
696
697             <h2>Bootstrap</h2>
698             <p><a href="https://getbootstrap.com/">Bootstrap</a> code and <a href="http://glyphicons.com">Glyphicons Free</a> licensed under the <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE">MIT license</a>.</p>
699
700             <h2>Bootstrap Icons</h2>
701             <p><a href="https://icons.getbootstrap.com/">Bootstrap Icons</a> licensed under the <a href="https://github.com/twbs/icons/blob/main/LICENSE.md">MIT license</a>.</p>
702
703             <h2>YUI</h2>
704             <p>
705             <a href="http://yuilibrary.com/license/">BSD License</a>
706             </p>
707             <h2>Famfamfam iconset</h2>
708               <ul>
709                 <li><a href="http://www.famfamfam.com/lab/icons/silk/">FamFamFam Site</a></li>
710                 <li><a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a></li>
711               </ul>
712             <h2>The Bridge Material Type Icon Set</h2>
713               <ul>
714                 <li><a href="http://apps.carleton.edu/campus/library/bridge_icons/">Bridge Material Type Icons Project</a></li>
715                 <li>The Bridge Material Type Icon Set is licensed under a
716                   <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>
717                   by the Bridge Consortium of Carleton College and St. Olaf College.</li>
718               </ul>
719
720             <h2>jQuery Bar Rating Plugin</h2>
721               <p>jQuery Bar Rating Plugin v1.22 by <a href="http://antenna.io/demo/jquery-bar-rating/examples/">Antenna.io</a> is licensed under the <a href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a>.</p>
722
723             <p>Copyright &copy; 2012-2016 <a href="http://antenna.io">Kazik Pietruszewski</a></p>
724
725             <h2>jQuery insertAtCaret Plugin</h2>
726             <p>jQuery insertAtCaret Plugin v1.0 by the phpMyAdmin devel team is licensed under the <a href="http://www.gnu.org/licenses/gpl.html">GPL License</a>.</p>
727
728             <p>Copyright &copy; 2003-2010 phpMyAdmin devel team</p>
729
730             <h2>jQuery treetable Plugin</h2>
731
732             <p>The <a href="http://ludo.cubicphuse.nl/jquery-treetable/">jQuery treetable Plugin 3.1.0</a> is released under MIT license by Ludo van den Boom.</p>
733
734             <h2>OpenJS Keyboard Shortcuts Library</h2>
735
736             <p>The <a href="http://www.openjs.com/scripts/events/keyboard_shortcuts/">OpenJS keyboard shortcuts library</a>
737                by Binny V A is licensed under the BSD license.</p>
738
739             <h2>jquery.dataTables.grouping.js</h2>
740             <p>The <a href="https://code.google.com/p/jquery-datatables-row-grouping/">jquery.dataTables.grouping.js</a>
741                plugin by Jovan Popovic is licensed under the BSD and GPL v2 license.</p>
742
743             <h2>jQuery Colvis plugin</h2>
744             <p>The <a href="http://datatables.net/extensions/colvis/">controls for column visiblity in DataTables</a>
745                 by Allan Jardine is licensed under the BSD 3 and GPL v2 license.</p>
746
747             <h2>jquery.multiple.select.js</h2>
748             <p>The <a href="http://wenzhixin.net.cn/p/multiple-select/">jQuery multiple select plugin</a>
749                by Zhixin Wen is licensed under the MIT license.</p>
750
751             <h2>Javascript Diff Algorithm</h2>
752             <p>The <a href="http://ejohn.org/projects/javascript-diff-algorithm/">Javascript Diff Algorithm</a> plugin by John Resig is licensed under the <a href="http://opensource.org/licenses/mit-license.php">MIT License</a>.</p>
753
754             <h2>jQuery Validation Plugin</h2>
755             <p>The <a href="http://jqueryvalidation.org/">jQuery Validation Plugin</a> written and maintained by Jörn Zaefferer is licensed under the <a href="http://opensource.org/licenses/mit-license.php">MIT License</a>.</p>
756
757             <h2>TinyMCE WYSIWYG editor</h2>
758             <p>The <a href="https://www.tiny.cloud/">TinyMCE WYSIWYG editor v5.9.2 </a> by Tiny Technologies, Inc. is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt">LGPL v2.1</a>.</p>
759
760             <h2>Font Awesome</h2>
761             <p><a href="http://fontawesome.com/v4/">Font Awesome 4.7.0</a> by Dave Gandy is licensed under the <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a> and the <a href="http://opensource.org/licenses/mit-license.html">MIT License</a>.</p>
762
763             <h2>CodeMirror editing library</h2>
764             <p>The <a href="http://codemirror.net/">CodeMirror editing library</a> by Marijn Haverbeke is licensed under an <a href="http://codemirror.net/LICENSE">MIT license</a>.</p>
765
766             <h2>FileSaver library</h2>
767             <p>The <a href="https://github.com/eligrey/FileSaver.js/">FileSaver library</a> by Eli Grey is licensed under an <a href="https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md">MIT license</a>.</p>
768
769             <h2>Require.js JS module system</h2>
770             <p>The <a href="http://requirejs.org/">Require.js JS module system</a> by The Dojo Foundation is licensed under an <a href="https://github.com/jrburke/requirejs/blob/master/LICENSE">MIT license</a>.</p>
771
772             <h2>OAI xslt stylesheet</h2>
773             <p>The included OAI.xslt file by the <a href="http://dspace.org/">DSpace project</a> is licensed under a <a href="http://www.dspace.org/license/">BSD License</a>.</p>
774
775             <h2>OpenAPI 2.0 schema</h2>
776             <p>The included <a href="https://github.com/OAI/OpenAPI-Specification/blob/master/schemas/v2.0/schema.json">api/swagger-v2-schema.json</a> file is licensed under the <a href="https://github.com/OAI/OpenAPI-Specification/tree/master/schemas/v2.0">Apache License, Version 2.0</a>, by the <a href="https://www.openapis.org/about">OpenAPI Initiative (OAI)</a>.</p>
777
778             <h2>Select2</h2>
779             <p>The <a href="http://select2.github.io/select2/">Select2</a> library is licensed under <a href="https://github.com/select2/select2/blob/stable/3.5/LICENSE">the Apache License, Version 2.0 (the "Apache License") or the GNU General Public License version 2 (the "GPL License")</a>.</p>
780
781             <h2>jquery.tablednd.js</h2>
782             <p>The <a href="https://github.com/isocra/TableDnD">TableDnD plug-in for jQuery</a> by Denis Howlett is licensed under the <a href="http://opensource.org/licenses/mit-license.php">MIT License</a>.</p>
783
784             <h2>Leaflet</h2>
785             <p>The <a href="http://leafletjs.com">Leaflet</a> JavaScript library by Vladimir Agafonkinis licensed under the <a href="https://github.com/Leaflet/Leaflet/blob/master/LICENSE">BSD License</a>.</p>
786
787             <h2>jquery.emojiarea.js</h2>
788             <p>The <a href="https://github.com/diy/jquery-emojiarea">Emojiarea plug-in for jQuery</a> by DIY Co is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">the Apache License, Version 2.0</a>.</p>
789
790             <h2>JSZip</h2>
791             <p>The <a href="https://stuk.github.io/jszip/">JSZip</a> JavaScript library is licensed under both the <a href="https://github.com/Stuk/jszip/blob/master/LICENSE.markdown">MIT and GPLv3 Licenses</a>.</p>
792
793             <h2>D3.js</h2>
794             <p><a href="https://d3js.org/">D3.js v3.5.17</a> is a JavaScript library for manipulating documents based on data. It is under the <a href="https://github.com/d3/d3/blob/master/LICENSE">BSD 3-clause Licence</a></p>
795
796             <h2>C3.js</h2>
797             <p><a href="http://c3js.org/">C3.js v0.4.11</a> is a D3-based reusable chart library under the <a href="https://opensource.org/licenses/mit-license.php">MIT licence</a></p>
798
799             <h2>Font Face Observer</h2>
800             <p><a href="https://github.com/bramstein/fontfaceobserver">Font Face Observer</a> is a JavaScript library by Bram Stein licensed under the <a href="https://github.com/bramstein/fontfaceobserver/blob/master/LICENSE">BSD License</a>.</p>
801
802             <h2>Noto fonts</h2>
803             <p><a href="https://github.com/googlei18n/noto-fonts">Noto</a> by Google is a family of fonts licensed under the <a href="http://scripts.sil.org/OFL">SIL Open Font License (OFL) v1.1</a>.</p>
804
805             <h2>HC Sticky</h2>
806             <p><a href="http://somewebmedia.com/hc-sticky/">HC Sticky</a> by Some Web Media is a JavaScript library that makes any element on your page visible while you scroll, licensed under the <a href="https://github.com/somewebmedia/hc-sticky/blob/master/LICENSE">MIT license</a>.</p>
807
808             <h2>kjua</h2>
809             <p><a href="https://larsjung.de/kjua/">kjua</a> by Lars Jung is a JavaScript library that generates QR codes, licensed under the <a href="https://github.com/lrsjng/kjua/blob/master/README.md">MIT license</a>.</p>
810
811             <h2>Verovio</h2>
812             <p><a href="https://www.verovio.org/index.xhtml">Verovio</a> is developed by the Swiss RISM Office with the support of the Swiss National Science Foundation, licensed under the <a href="http://www.gnu.org/licenses/lgpl-3.0.html">LGPL v3.0</a>.</p>
813
814             <h2>JavaScript Cookie</h2>
815             <p><a href="https://github.com/js-cookie/js-cookie">JavaScript Cookie</a> is a "simple, lightweight JavaScript API for handling cookies," licensed under the <a href="https://github.com/js-cookie/js-cookie/blob/master/LICENSE">MIT license</a>.</p>
816
817             <h2>Moment.js</h2>
818             <p><a href="https://momentjs.com/">Moment.js</a> licensed under the <a href="https://github.com/moment/moment/blob/develop/LICENSE">MIT license</a>.</p>
819
820             <h2>Chocolat.js</h2>
821             <p><a href="http://chocolat.insipi.de">Chocolat.js</a> licensed under the <a href="https://github.com/nicolas-t/Chocolat/blob/master/LICENSE">GPL v3 license</a>.</p>
822
823             <h2>Enquire.js</h2>
824             <p><a href="https://wicky.nillia.ms/enquire.js">Enquire.js</a> licensed under the <a href="https://github.com/WickyNilliams/enquire.js/blob/master/LICENSE">MIT license</a>.</p>
825
826         </div>
827
828         <div role="tabpanel" class="tab-pane" id="translations">
829             <h2>Translation</h2>
830             <ul>
831 <li>العربية (Arabic) Version 3.2 to 3.4, 3.16 & 3.18 by KnowledgeWare Technologies; Versions 3.6 to 3.14 by Arabic Koha support team: Karam Qubsi, Kouider Bounama, Sham Bajaa, Ghofran Alshami, Chrestian Aboud, Fatema Salem and Duaa Bazzazi.
832 <li>&#4768;&#4635;&#4653;&#4763; (Amharic) Getway II Ethiopia Co. (Yohannes Mulugeta (Team Leader), Tegene Assefa, Abiyot Bayou)</li>
833 <li>Armenian Tigran Zargaryan</li>
834 <li>&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080; (Bulgarian) Radoslav Kolev</li>
835 <li>euskara (Basque) Fernando Berrizbeitia, the librarians of Eima Katalogoa, Tabakalera International Contemporary Culture Centre, and Nere Erkiaga</li>
836 <li>&#2476;&#2494;&#2434;&#2482;&#2494; (Bengali) Parthasarathi Mukhopadhyay</li>
837 <li>&#20013;&#25991; (Chinese)</li>
838 <li>Hrvatski (Croatian)</li>
839 <li>&#x010D;e&#353;tina (Czech)</li>
840 <li>D&aelig;nsk (Danish)</li>
841 <li>Nederlands-Nederland (Dutch-The Netherlands) Ronald Wijlens, Saxion University</li>
842 <li>Nederlands-Belgi&euml; (Dutch-Belgium)</li>
843 <li>English</li>
844 <li>suomi, suomen kieli (Finnish) Pasi Korkalo</li>
845 <li>Fran&ccedil;ais (French) <a href="http://www.koha-fr.org/content/lassociation-kohala">Kohala</a>, Pascale Nalon (ENSMP), and many more </li>
846 <li>Galego (Galician) Ignacio Javier</li>
847 <li>Deutsch (German) Friedrich zur Hellen, Robert Hillig, Katrin Fischer, Beda Szukics, Mirko Tietgen and Marc Véron</li>
848 <li>&#949;&#955;&#955;&#951;&#957;&#953;&#954;&#940; (Greek, Modern [1453- ]) Koha Hellenic Users' Group (Georgia Katsarou, Dimitris Antonakis, Eugenios Papadopoulos), Theodoros Theodoropoulos, Panoraia Gaitanou and Kiriaki Roditi</li>
849 <li>&#1506;&#1489;&#1512;&#1497;&#1514; (Hebrew)</li>
850 <li>&#2361;&#2367;&#2344;&#2381;&#2342;&#2368; (Hindi)</li>
851 <li>Magyar (Hungarian)Agnes Imecs</li>
852 <li>Norsk Bokmål (Norwegian) Axel Bojer and Thomas Gramstad</li>
853 <li>Norsk Nynorsk (Norwegian) Unni Knutsen and Marit Kristine Ådland</li>
854 <li>(Indonesian)</li>
855 <li>Italiano (Italian) for 3.2: Zeno Tajoli, Pietro Gozzetti and Paolo Pozzan; for 3.4 and more: Zeno Tajoli, Stefano Bargioni, Paolo Bizzarri</li>
856 <li>&#26085;&#26412;&#35486; (Japanese)</li>
857 <li>&#54620;&#44397;&#50612; (Korean)</li>
858 <li>&#3221;&#3240;&#3277;&#3240;&#3233; (kanna&#7693;a)</li>
859 <li>Latina (Latin)</li>
860 <li>Lao Anousak Anthony Souphavanh</li>
861 <li>M&#257;ori</li>
862 <li>&#3374;&#3378;&#3375;&#3390;&#3379;&#3330; (Malayalam)</li>
863 <li>&#1601;&#1575;&#1585;&#1587;&#1609; (Persian)</li>
864 <li>&#2835;&#2908;&#2879;&#2822; (&#x014D;&#7771;iy&#257;)</li>
865 <li>Polski (Polish)</li>
866 <li>Portugu&ecirc;s (Portuguese)</li>
867 <li>Rom&acirc;n&#259; (Romanian)</li>
868 <li>&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russian) Victor Titarchuk and Serhij Dubyk</li>
869 <li>Espa&ntilde;ol (Spanish) Bernardo González Kriegel, Héctor Castro and Tomás Cohen Arazi, with the help of the koha-es community.</li>
870 <li>Svenska (Swedish)</li>
871 <li>Tetun (Tetum) Karen Myers</li>
872 <li>&#3616;&#3634;&#3625;&#3634;&#3652;&#3607;&#3618; (Thai)</li>
873 <li>T&uuml;rk&ccedil;e (Turkish) pre-3.8: Selma Aslan; for 3.8+, Suleyman Demirel University (Ugur Bulgan, Onur Erdem, Kemal Caner Bayrakci, and Alper Tutunsatar)</li>
874 <li>&#1575;&#1585;&#1583;&#1608;(Urdu) Ata ur Rehman</li>
875 <li>&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; (Ukrainian) Victor Titarchuk and Serhij Dubyk</li>
876             </ul>
877
878         </div>
879
880         <div role="tabpanel" class="tab-pane" id="history">
881         <h2>Koha history timeline</h2>
882     [% IF ! timeline_read_error %]
883         <table style="cursor:pointer">
884         <thead>
885         <tr>
886             <td  style="font-weight:bold;" >Date</td>
887             <td  style="font-weight:bold;" >Description</td>
888         </tr>
889         </thead>
890         [% FOREACH tabl IN table2 %]
891             <tr class="[% loop.parity | html %]">
892                 [% FOREACH ro IN tabl.row2 %]
893                      <td>[% ro.date | html %]</td>
894                      <td>[% ro.desc | html %]</td>
895                 [% END %]
896             </tr>
897         [% END %]
898         </table>
899     [% ELSE %]
900         <div class="dialog alert">
901             Could not read the history.txt file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
902         </div>
903     [% END %]
904         </div>
905
906     </div>
907 </div>
908 </div>
909 </div>
910
911 [% MACRO jsinclude BLOCK %]
912     <script>
913         $(document).ready(function(){
914             /* Bootstrap doesn't support automatic targeting of tabs by location hash */
915             var activeTab = $("[href='" + location.hash + "']");
916             activeTab && activeTab.tab('show');
917         });
918     </script>
919 [% END %]
920
921 <!-- the main div is closed in intranet-bottom.inc -->
922 [% INCLUDE 'intranet-bottom.inc' %]