Bug 25109: (QA follow-up) Add a test for lockdir writable in about.pl
[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>Koha &rsaquo; About 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 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; About Koha</div>
14
15
16 <div class="main container-fluid">
17     <div class="row">
18         <div class="col-md-12">
19
20             <h1>About Koha</h1>
21
22     <div id="abouttabs" class="toptabs numbered">
23         <ul>
24         <li><a href="#about">Server information</a></li>
25         <li><a href="#perl">Perl modules</a></li>
26         <li><a href="#sysinfo">System information</a></li>
27         <li><a href="#team">Koha team</a></li>
28         <li><a href="#licenses">Licenses</a></li>
29         <li><a href="#translations">Translations</a></li>
30         <li><a href="#history">Timeline</a></li>
31         </ul>
32
33         <div id="about">
34
35         <table>
36             <caption>Server information</caption>
37             <tr><th scope="row">Koha version: </th><td>[% kohaVersion | html %]</td></tr>
38             <tr><th scope="row">OS version ('uname -a'): </th><td>[% osVersion | html %]</td></tr>
39             <tr><th scope="row">Perl interpreter: </th><td>[% perlPath | html %]</td></tr>
40             <tr><th scope="row">Perl version: </th><td>[% perlVersion | html %]</td></tr>
41             <tr><th scope="row">Perl @INC: </th><td>
42                 [% FOREACH perlIncPat IN perlIncPath %]
43                     [% perlIncPat.perlinc | html %] <br />
44                 [% END %]
45             </td></tr>
46             <tr><th scope="row">MySQL version: </th><td>[% mysqlVersion | html %]</td></tr>
47             <tr><th scope="row">Apache version: </th><td>[% apacheVersion | html %]</td></tr>
48           [% IF (is_psgi) %]
49             <tr><th scope="row">PSGI: </th><td>[% psgi_server | html %]</td></tr>
50           [% END %]
51           [% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %]
52             <tr>
53                 <th scope="row">Elasticsearch: </th>
54             [% IF elasticsearch_fatal_config_error %]
55                 <td><span class="status_warn">[% elasticsearch_fatal_config_error | html %]</span></td>
56             [% ELSE %]
57                 <td>
58                     Nodes:
59                     <span>[% elasticsearch_status.nodes.join(' / ') | html %]</span>
60                     |
61                     Status:
62                 [% IF elasticsearch_status.running %]
63                     <span class="status_ok">running</span>
64                     |
65                     Indices:
66                   [% FOREACH index IN elasticsearch_status.indexes %]
67                       [% index.index_name | html %] (count: <emph>[% index.count | html %]</emph>)[% UNLESS loop.last %], [% END %]
68                   [% END %]
69                 [% ELSE %]
70                     <span class="status_warn">not running</span>
71                 [% END %]
72                 </td>
73             [% END %]
74             </tr>
75           [% END %]
76             <tr><th scope="row">Memcached: </th>
77                 <td>
78                     Servers: [% IF memcached_servers %]<span>[% memcached_servers | html %]</span>
79                              [% ELSE %]<span>undefined</span>[% END %] |
80                     Namespace: [% IF memcached_namespace %]<span>[% memcached_namespace | html %]</span>
81                                [% ELSE %]<span>undefined</span>[% END %] |
82                     Status: [% IF memcached_servers %]
83                                 [% IF memcached_running and is_memcached_still_active %]
84                                     <span class="status_ok">running</span>.
85                                 [% ELSE %]
86                                     <span class="status_warn">not running</span>.
87                                     [% IF is_psgi %]
88                                         <span>Remember memcached needs to be started before Plack.</span>
89                                     [% END %]
90                                 [% END %]
91                             [% ELSE %]
92                                 <span>unknown</span>
93                             [% END %] |
94                     Config read from:
95                     [% SWITCH where_is_memcached_config %]
96                         [% CASE 'config_only' %]
97                             <span class="status_ok">koha-conf.xml</span>
98                         [% CASE 'ENV_only' %]
99                             <span class="status_warn">ENV</span> Note that the right place to define the memcached config is in your $KOHA_CONF file
100                         [% CASE 'both' %]
101                             <span class="status_warn">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.
102                         [% CASE # nowhere %]
103                             <span class="status_warn">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.
104                     [% END %]
105                   [% IF effective_caching_method != 'Cache::Memcached::Fast::Safe' %]
106                     | Effective caching method: [% effective_caching_method | html %]
107                   [% END %]
108                 </td>
109             </tr>
110             <tr><th scope="row">Zebra version: </th><td>[% zebraVersion | html %]</td></tr>
111             [% IF (errZebraConnection == 10000) %]
112             <tr><th scope="row"><b>Error</b> </th><td>Zebra server seems not to be available. Is it started?</td></tr>
113             [% ELSIF (errZebraConnection) %]
114             <tr><th scope="row"><b>Warning</b> </th><td>Error message from Zebra: [% ( errZebraConnection ) | html %] </td></tr>
115             [% END %]
116             <tr>
117               <th scope="row">Date and time: </th>
118               <td>[% current_date_and_time | $KohaDates  with_hours => 1 %]</td>
119             </tr>
120             <tr>
121               [% timezone_config_class = (time_zone.config_invalid) ? 'status_warn' : '' %]
122               [% timezone_env_class    = (time_zone.env_invalid)    ? 'status_warn' : '' %]
123               <th scope="row">Time zone: </th>
124               <td>Used: <span>[% time_zone.actual | html %]</span>
125                           [% IF time_zone.actual_bad_tz_fallback %]
126                              <span>(This is a fallback value due to a bad configuration)</span>
127                           [% END %]
128                            |
129                   Config: [% IF time_zone.config != '' %]
130                             <span class="[% timezone_config_class | html %]">[% time_zone.config | html %]</span>
131                           [% ELSE %]
132                             <span>Undefined</span>
133                           [% END %] |
134                   Environment (TZ):  [% IF time_zone.environment != '' %]
135                           <span class="[% timezone_env_class | html %]">[% time_zone.environment | html %]</span>
136                         [% ELSE %]
137                           <span>Undefined</span>
138                         [% END %]
139               </td>
140             </tr>
141         </table>
142         </div>
143         <div id="perl">
144             <table style="cursor:pointer">
145                 <caption>Perl modules</caption>
146                 [% FOREACH tabl IN table %]
147                 <tr>
148                     [% FOREACH ro IN tabl.row %]
149                     [% IF ( ro.current ) %]
150                     [% IF ( ro.require ) %]
151                     <th scope="row" style="font-weight:bold;" title="Module current">
152                     [% ELSE %]
153                     <th scope="row" style="font-weight:normal" title="Module current">
154                     [% END %]
155                     [% ELSIF ( ro.upgrade ) %]
156                     [% IF ( ro.require ) %]
157                     <th scope="row" style="background-color:#FFCB2F;font-weight:bold;" title="Module upgrade needed">
158                     [% ELSE %]
159                     <th scope="row" style="background-color:#FFCB2F;font-weight:normal" title="Module upgrade needed">
160                     [% END %]
161                     [% ELSE %]
162                     [% IF ( ro.name == '' ) %]
163                     <th>
164                     [% ELSIF ( ro.require ) %]
165                     <th scope="row" style="background-color:#FF8A8A;font-weight:bold;" title="Required module missing">
166                     [% ELSE %]
167                     <th scope="row" style="background-color:#FF8A8A;font-weight:normal" title="Optional module missing">
168                     [% END %]
169                     [% END %]
170                     [% IF ( ro.name ) %]
171                     [% ro.name | html %] <span style="font-weight:normal; font-size:smaller"> ([% ro.reqversion | html %][% IF ro.maxversion %] - [% ro.maxversion | html %][% END %])</span>
172                     [% END %]
173                     </th>
174                     [% IF ( ro.name == '' ) %]
175                     <td>
176                     [% ELSIF ( ro.version ) %]
177                     <td>[% ro.version | html %]
178                     [% ELSE %]
179                     <td style="font-weight:bold">Not Installed [% END %]</td>
180                     [% END %]
181                 </tr>
182                 [% END %]
183             </table>
184         </div>
185
186         <div id="sysinfo">
187     [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnNoActiveCurrency || warnIsRootUser || xml_config_warnings.size || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || has_ai_issues || oauth2_missing_deps || bad_yaml_prefs || warnRelationships %]
188         [% IF (warnIsRootUser) %]
189             <h2>Warning regarding current user</h2>
190             <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>
191             <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>
192         [% END %]
193
194         [% IF has_ai_issues %]
195             <h2>Data problems</h2>
196             <p>Some of your tables have problems with their auto_increment values which may lead to data loss.</p>
197             <p><strong>You should not ignore this warning.</strong></p>
198             <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>
199             <p>To know how to avoid this problem see the related wiki page:
200             <a href="https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix">DBMS auto increment fix</a>
201             </p>
202
203             <h3>Problems found</h3>
204             [% IF ai_patrons %]
205                 <h4>Patrons</h4>
206                 <p>The following ids exist in both tables [% "borrowers" | $HtmlTags tag="strong" %] and [% "deletedborrowers" | $HtmlTags tag="strong" %]:</p>
207                 <p>[% FOR p IN ai_patrons %][% p.borrowernumber | html %][% UNLESS loop.last %], [% END %][% END %]</p>
208             [% END %]
209             [% IF ai_biblios %]
210                 <h4>Bibliographic records</h4>
211                 <p>The following ids exist in both tables [% "biblio" | $HtmlTags tag="strong" %] and [% "deletedbiblio" | $HtmlTags tag="strong" %]:</p>
212                 <p>[% FOR b IN ai_biblios %][% b.biblionumber | html %][% UNLESS loop.last %], [% END %][% END %]</p>
213             [% END %]
214             [% IF ai_items %]
215                 <h4>Items</h4>
216                 <p>The following ids exist in both tables [% "items" | $HtmlTags tag="strong" %] and [% "deleteditems" | $HtmlTags tag="strong" %]:</p>
217                 <p>[% FOR i IN ai_items %][% i.itemnumber | html %][% UNLESS loop.last %], [% END %][% END %]</p>
218             [% END %]
219             [% IF ai_checkouts %]
220                 <h4>Checkouts</h4>
221                 <p>The following ids exist in both tables [% "issues" | $HtmlTags tag="strong" %] and [% "old_issues" | $HtmlTags tag="strong" %]:</p>
222                 <p>[% FOR c IN ai_checkouts %][% c.issue_id | html %][% UNLESS loop.last %], [% END %][% END %]</p>
223             [% END %]
224             [% IF ai_holds %]
225                 <h4>Holds</h4>
226                 <p>The following ids exist in both tables [% "reserves" | $HtmlTags tag="strong" %] and [% "old_reserves" | $HtmlTags tag="strong" %]:</p>
227                 <p>[% FOR h IN ai_holds %][% h.reserve_id | html %][% UNLESS loop.last %], [% END %][% END %]</p>
228             [% END %]
229             <br/>
230         [% END %]
231
232         [% IF warnRelationships %]
233             <h2>Patron relationship problems</h2>
234             [% IF bad_relationships_count %]
235                 <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>
236             [% END %]
237
238             [% IF wrong_relationships %]
239                 <p>The following values have been used for guarantee/guarantor relationships, but do not exist in the 'borrowerRelationship' system preference:</p>
240                 <ul>
241                     [% FOR rel IN wrong_relationships %]
242                         <li>[% rel.0 | html %]</li>
243                     [% END %]
244                 </ul>
245                 <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>
246             [% END %]
247         [% END %]
248
249         [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatronOPACPrivacy || warnPrefAnonymousPatronAnonSuggestions || warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist || warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist || warnNoActiveCurrency || AutoSelfCheckPatronDoesNotHaveSelfCheckPerm || AutoSelfCheckPatronHasTooManyPerm || warnStatisticsFieldsError || warnNoTemplateCaching || warnILLConfiguration || oauth2_missing_deps || bad_yaml_prefs || warnIssuingRules %]
250             <h2>Warnings regarding the system configuration</h2>
251             <table>
252                 <caption>Preferences and parameters</caption>
253                 [% IF (warnPrefBiblioAddsAuthorities) %]
254                 <tr><th scope="row"><b>Warning</b> </th><td>System preference 'AutoCreateAuthorities' set, but needs 'BiblioAddsAuthorities' set as well.</td></tr>
255                 [% END %]
256                 [% IF (warnPrefEasyAnalyticalRecords) %]
257                 <tr><th scope="row"><b>Warning</b> </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 client and the OPAC will be broken.</td></tr>
258                 [% END %]
259                 [% IF warnPrefAnonymousPatronOPACPrivacy %]
260                     <tr><th scope="row"><b>Warning</b> </th><td>System preference 'OPACPrivacy' 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>
261                 [% END %]
262                 [% IF warnPrefAnonymousPatronAnonSuggestions %]
263                     <tr><th scope="row"><b>Warning</b> </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>
264                 [% END %]
265                 [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %]
266                     <tr><th scope="row"><b>Warning</b> </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 if you want that this feature works correctly.</td></tr>
267                 [% END %]
268                 [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %]
269                     <tr><th scope="row"><b>Warning</b> </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>
270                 [% END %]
271                 [% IF warnNoActiveCurrency %]
272                     <tr><th scope="row"><b>Warning</b> </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>
273                 [% END %]
274                 [% IF warnStatisticsFieldsError %]
275                     <tr><th scope="row"><b>Warning</b> </th><td>System preference 'StatisticsFields' contains field names not belonging to the items database table: [% warnStatisticsFieldsError | html %] </td></tr>
276                 [% END %]
277                 [% IF AutoSelfCheckPatronDoesNotHaveSelfCheckPerm %]
278                     <tr><th scope="row"><b>Warning</b> </th><td>
279                     The patron used for the self checkout module at the OPAC does not have the self_check => self_checkout_module permission.
280                     </td></tr>
281                 [% END %]
282                 [% IF AutoSelfCheckPatronHasTooManyPerm %]
283                     <tr><th scope="row"><b>Warning</b> </th><td>
284                     The patron used for the self checkout module at the OPAC has too many permissions. They should only have self_check => self_checkout_module.
285                     </td></tr>
286                 [% END %]
287                 [% IF warnNoTemplateCaching %]
288                     <tr><th scope="row"><b>Warning</b> </th><td>
289                     You are missing the &lt;template_cache_dir&gt; entry in your koha-conf.xml file.
290                     That will bring a performance boost to enable it.
291                     </td></tr>
292                 [% END %]
293                 [% IF warnILLConfiguration %]
294                   [% IF no_ill_backends %]
295                     <tr><th scope="row"><b>Warning</b> </th><td>
296                     The ILL module is enabled, but there are no backends available.
297                     </td></tr>
298                   [% END %]
299                   [% IF ill_partner_code_not_defined %]
300                     <tr><th scope="row"><b>Warning</b> </th><td>
301                     The ILL module is enabled, but no 'partner_code' defined in koha-conf.xml. Falling back to the hardcoded 'ILLLIBS'.
302                     </td></tr>
303                   [%END %]
304                   [% IF ill_branch_not_defined %]
305                     <tr><th scope="row"><b>Warning</b> </th><td>
306                     The ILL module is enabled, but no 'branch' block is defined in koha-conf.xml. You must define this block before use.
307                     </td></tr>
308                   [%END %]
309                   [% IF ill_partner_code_doesnt_exist %]
310                     <tr><th scope="row"><b>Warning</b> </th><td>
311                     The ILL module is enabled, but the configured 'partner_code' ([% ill_partner_code_doesnt_exist | html %]) is not defined on the system.
312                     </td></tr>
313                   [% END %]
314                 [% END %]
315                 [% IF oauth2_missing_deps %]
316                     <tr><th scope="row"><b>Warning</b> </th><td>
317                     System preference 'RESTOAuth2ClientCredentials' is set, but the required Net::OAuth2::AuthorizationServer dependency is missing. The feature is disabled.
318                     </td></tr>
319                 [% END %]
320                 [% IF bad_yaml_prefs %]
321                     <tr><th scope="row"><b>Warning</b> </th><td>
322                     Some system preferences have badly formatted YAML content: [% bad_yaml_prefs.join(', ') | html %]
323                     </td></tr>
324                 [% END %]
325             </table>
326         [% END %]
327
328         [% IF xml_config_warnings.size %]
329             <table>
330                 <caption>XML configuration file</caption>
331             [% FOREACH config_entry IN xml_config_warnings %]
332                 [% IF config_entry.error == 'zebra_bib_index_mode_is_grs1' %]
333                 <tr>
334                     <th scope="row"><b>Warning</b></th>
335                     <td>The &lt;zebra_bib_index_mode&gt; entry set to 'grs1', which is no longer supported.
336                         Please use DOM instead. To switch follow this page of wiki:
337                         <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
338                     </td>
339                 </tr>
340                 [% ELSIF config_entry.error == 'zebra_auth_index_mode_is_grs1' %]
341                 <tr>
342                     <th scope="row"><b>Warning</b></th>
343                     <td>The &lt;zebra_auth_index_mode&gt; entry set to 'grs1', which is no longer supported.
344                         Please use DOM instead. To switch follow this page of wiki:
345                         <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
346                     </td>
347                 </tr>
348                 [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %]
349                 <tr>
350                     <th scope="row"><b>Warning</b></th>
351                     <td>The &lt;use_zebra_facets&gt; entry is missing in your configuration file. Falling back
352                         to legacy facet calculation.
353                     </td>
354                 </tr>
355                 [% ELSIF config_entry.error == 'log4perl_entry_missing' %]
356                 <tr>
357                     <th scope="row"><b>Warning</b></th>
358                     <td>You are missing the &lt;log4perl_conf&gt; entry in your koha-conf.xml file. Please
359                         add it, pointing to the log4perl.conf file for your Koha instance.
360                     </td>
361                 </tr>
362                 [% ELSIF config_entry.error == 'lockdir_entry_missing' %]
363                 <tr>
364                     <th scope="row"><b>Warning</b></th>
365                     <td>You are missing the &lt;lockdir&gt; entry in your koha-conf.xml file. Please
366                         add it, pointing to your Koha instance's lock dir.
367                     </td>
368                 </tr>
369                 [% ELSIF config_entry.error == 'lockdir_not_writable' %]
370                 <tr>
371                     <th scope="row"><b>Warning</b></th>
372                     <td>The configured &lt;lockdir&gt; entry in your koha-conf.xml file points to a
373                         non-writable directory ([% config_entry.lockdir | html %]).
374                     </td>
375                 </tr>
376                 [% ELSIF config_entry.error == 'uploadpath_entry_missing' %]
377                 <tr>
378                     <th scope="row"><b>Warning</b></th>
379                     <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
380                         add it, pointing to the configured file upload directory for your Koha instance.
381                     </td>
382                 </tr>
383                 [% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %]
384                 <tr>
385                     <th scope="row"><b>Warning</b></th>
386                     <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
387                         add it, pointing to the configured file upload directory for your Koha instance.
388                         Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work.
389                     </td>
390                 </tr>
391                 [% ELSIF config_entry.error == 'tmp_path_missing' %]
392                 <tr>
393                     <th scope="row"><b>Warning</b></th>
394                     <td>You are missing the &lt;tmp_path&gt; entry in your koha-conf.xml file. Please
395                         add it, pointing to the configured temporary directory for your Koha instance.
396                         The effective temporary directory is '[% config_entry.effective_tmp_dir | html %]'.
397                     </td>
398                 </tr>
399                 [% END %]
400             [% END %]
401             </table>
402         [% END %]
403
404         [% IF warnIssuingRules %]
405             <table>
406                 <caption>Issuing rules</caption>
407                 [% FOREACH unit IN ir_units %]
408                 <tr>
409                     <th scope="row"><b>Warning</b></th>
410                     <td>The [% unit.branchcode || 'branchcode=default' | html %], [% unit.categorycode || 'categorycode=default' | html %], [% unit.itemtype || 'itemtype=default' | html %]
411                         issuingrule will fallback to 'days' for 'lengthunit' as it is incorrectly defined as
412                         [% unit.rule_value | html %].
413                     </td>
414                 </tr>
415                 [% END %]
416             </table>
417         [% END %]
418
419     [% ELSE %]
420         <p>No warnings.</p>
421     [% END %]
422         </div>
423
424         <div id="team">
425             <h2>Special thanks to the following organizations</h2>
426             <ul>
427                 <li><a href="http://library.org.nz">Horowhenua Library Trust</a>, New Zealand, and Rosalie Blake, Head of Libraries, (Koha 1.0)</li>
428                 <li>The <a href="http://www.myacpl.org/">Athens County Public Libraries</a>, Ohio, USA (MARC sponsorship, documentation, template maintenance)</li>
429                 <li><a href="http://www.emn.fr">EMN (Ecole des Mines de Nantes)</a>, France (Suggestions, Stats wizards and improved LDAP sponsorship)</li>
430                 <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>
431                 <li><a href="http://www.mediathequeouestprovence.fr/">SAN-Ouest Provence</a>, France (Koha 3.0 enhancements to patrons and holds modules)</li>
432                 <li>The <a href="http://ccfls.org">Crawford County Federated Library System</a>, PA, USA (Koha 3.0 Zebra Integration sponsorship)</li>
433                 <li>The <a href="http://www.geauga.lib.oh.us/">Geauga County Public Library</a>, OH, USA (Koha 3.0 beta testing)</li>
434                 <li>The <a href="http://library.neu.edu.tr">Near East University</a>, Cyprus</li>
435                 <li>OPUS International Consultants, Wellington, New Zealand (Corporate Serials sponsorship)</li>
436                 <li><a href="http://www.famfamfam.com/">famfamfam.com</a> Birmingham (UK) based developer Mark James for the famfamfam Silk iconset.</li>
437                 <li><a href="http://www.ashs.school.nz/">Albany Senior High School</a>, Auckland, New Zealand (OPAC 'star-ratings' sponsorship)</li>
438             </ul>
439
440             <h2>Koha release teams</h2>
441             [% IF maintenance_team %]
442                 <div class="row">
443                     <div class="col-md-6">
444                         <h3>Koha [% short_version | html %] release team</h3>
445                         [% IF development_version %]
446                             <p>You are running a development version of Koha</p>
447                         [% ELSE %]
448                             [% INCLUDE team t=release_team v='release' %]
449                         [% END %]
450                     </div>
451
452                     <div class="col-md-6">
453                         <h3>Current maintenance team</h3>
454                         [% INCLUDE team t=maintenance_team v=short_version %]
455                     </div>
456                 </div>
457             [% ELSE %]
458                 <div class="dialog alert">
459                     Could not read the teams.yaml file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
460                 </div>
461             [% END %]
462
463             <h2>Koha development team</h2>
464             [% IF contributors.size %]
465                 <ul class="columns-4">
466                     [% FOREACH contributor IN contributors %]
467                     <li>[% INCLUDE person p=contributor %][% INCLUDE contributions p=contributor %]</li>
468                     [% END %]
469                 </ul>
470             [% ELSE %]
471                 <div class="dialog alert">
472                     Could not read the contributors.yaml file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
473                 </div>
474             [% END %]
475             <hr>
476
477             <h2>Contributing companies and institutions</h2>
478             <ul class="columns-4">
479                 <li>Allen Ginsberg Library, USA</li>
480                 <li>Alingsås Public Library, Sweden</li>
481                 <li>American Numismatic Society, USA</li>
482                 <li>Arcadia Public Library, USA</li>
483                 <li>Athens County Public Libraries, USA</li>
484                 <li>BdP de la Meuse, France</li>
485                 <li>BibLibre, France</li>
486                 <li>Biblioteca Provincial Fr. Mamerto Esquiú (Provincia Franciscana de la Asunción), Argentina</li>
487                 <li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ), Germany</li>
488                 <li>Briar Cliff University, USA</li>
489                 <li>Brimbank City Council, Australia</li>
490                 <li>Brooklyn Law School Library, USA</li>
491                 <li>Bibliothèque Universitaire des Langues et Civilisations (<a href="https://www.bulac.fr">BULAC</a>), France</li>
492                 <li>ByWater Solutions, USA</li>
493                 <li>California College of the Arts, USA</li>
494                 <li>Camden County, USA</li>
495                 <li>Carnegie Stout Library, USA</li>
496                 <li>Calyx, Australia</li>
497                 <li>Catalyst IT, New Zealand</li>
498                 <li>Central Kansas Library System (CKLS), USA</li>
499                 <li>Centre collégial des services regroupés (CCSR), Canada</li>
500                 <li>Cheshire Libraries, United Kingdom</li>
501                 <li>Coeur d'Alene Public Library, USA</li>
502                 <li>Corpus Christi Public Libraries, USA</li>
503                 <li>C &amp; P Bibliography Services, USA</li>
504                 <li>Do Space, USA</li>
505                 <li>DoverNet, USA</li>
506                 <li>doXulting</li>
507                 <li>Duchesne County Library, USA</li>
508                 <li>Escuela de Orientacion Lacaniana, Argentina</li>
509                 <li>Fenway Library Organization, USA</li>
510                 <li>Fargo Public Library, USA</li>
511                 <li>Farmington Public Library, USA</li>
512                 <li>FIT</li>
513                 <li>Foundations Bible College &amp; Seminary, USA</li>
514                 <li>Goethe-Institut, Germany</li>
515                 <li>Gothenburg University Library, Sweden</li>
516                 <li>Halland County Library, Sweden</li>
517                 <li>Harrison Carmel Public Library, USA</li>
518                 <li>Hauraki District Libraries, New Zealand</li>
519                 <li>Higher Education Libraries of Massachusetts, USA</li>
520                 <li>Hochschule für Gesundheit (hsg), Germany</li>
521                 <li>Hotchkiss School, USA</li>
522                 <li>Katipo Communications, New Zealand</li>
523                 <li>KEEP SOLUTIONS, Portugal</li>
524                 <li>KohaAloha, New Zealand</li>
525                 <li>Koha-Suomi Oy, Finland</li>
526                 <li>LibLime, USA</li>
527                 <li>Library of the Józef Piłsudski Institute of America, USA</li>
528                 <li>Libriotech, Norway</li>
529                 <li>Los Gatos Public Library, USA</li>
530                 <li>Lund University Library, Sweden</li>
531                 <li>MassCat, USA</li>
532                 <li>Middletown Township Public Library, USA</li>
533                 <li>National Library of Finland, Finland</li>
534                 <li>Newcastle City Council, United Kingdom</li>
535                 <li>New Zealand Central Agencies Library, New Zealand</li>
536                 <li>New Zealand Ministry of Education Library, New Zealand</li>
537                 <li>North Central Regional Library (NCRL), USA</li>
538                 <li>Northeast Kansas Library System (NEKLS), USA</li>
539                 <li>OPUS</li>
540                 <li>Orex Digital, Spain</li>
541                 <li>Oslo Public Library, Norway</li>
542                 <li>Plano Independent School, USA</li>
543                 <li>Plant and Food Research Limited, New Zealand</li>
544                 <li>Prosentient Systems, Australia</li>
545                 <li>PTFS, Maryland, USA</li>
546                 <li>PTFS Europe Ltd, United Kingdom</li>
547                 <li>Rijksmuseum, Amsterdam, The Netherlands</li>
548                 <li>Rolling Hills Consolidated Libraries, USA</li>
549                 <li>Round Rock Public Library, USA</li>
550                 <li>SAN-Ouest Provence, France</li>
551                 <li>Sefton Council, United Kingdom</li>
552                 <li>software.coop, United Kingdom</li>
553                 <li>South-East Kansas Library System (SEKLS), USA</li>
554                 <li>South Taranaki District Council, New Zealand</li>
555                 <li>Stockholm University Library, Sweden</li>
556                 <li>SWITCH Library Consortium, USA</li>
557                 <li>Talking Tech, Global</li>
558                 <li>Tamil, France</li>
559                 <li>Theke Solutions, Argentina</li>
560                 <li>Tulong Aklatan, Philippines</li>
561                 <li>Uintah Library System, USA</li>
562                 <li>Universidad de El Salvador, El Salvador</li>
563                 <li>Universidad Empresarial Siglo 21, Argentina</li>
564                 <li>Universidad Nacional de Córdoba, Argentina</li>
565                 <li>Universidad ORT Uruguay</li>
566                 <li>Université d'Aix-Marseille, France</li>
567                 <li>Université de Lyon 3, France</li>
568                 <li>Université de Rennes 2, France</li>
569                 <li>Université de St Etienne, France</li>
570                 <li>University of the Arts London, United Kingdom</li>
571                 <li>Vaara-kirjastot, Finland</li>
572                 <li>Vanier College, Canada</li>
573                 <li>Vermont Organization of Koha Automated Libraries (VOKAL), USA</li>
574                 <li>Ville de Victoriaville, Canada</li>
575                 <li>Virginia Tech, USA</li>
576                 <li>Washoe County Library System, USA</li>
577                 <li>Xercode, Spain</li>
578             </ul>
579
580             <h2>Additional thanks to...</h2>
581             <ul>
582                 <li>Irma Birchall</li>
583                 <li>Rachel Hamilton-Williams (Kaitiaki from 2004 to present)</li>
584                 <li>Stephen Hedges (early Documentation Manager)</li>
585                 <li>Brooke Johnson</li>
586                 <li>Jo Ransom</li>
587                 <li>Nicholas Rosasco (Documentation Compiler)</li>
588                 <li>Regula Sebastiao</li>
589             </ul>
590         </div>
591
592         <div id="licenses">
593             <h2>Koha</h2>
594             <p>
595             <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>
596             </p>
597             <h2>jQuery and jQueryUI</h2>
598             <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>
599             <h2>Bootstrap</h2>
600             <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>
601             <h2>YUI</h2>
602             <p>
603             <a href="http://yuilibrary.com/license/">BSD License</a>
604             </p>
605             <h2>Famfamfam iconset</h2>
606               <ul>
607                 <li><a href="http://www.famfamfam.com/lab/icons/silk/">FamFamFam Site</a></li>
608                 <li><a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a></li>
609               </ul>
610             <h2>The Bridge Material Type Icon Set</h2>
611               <ul>
612                 <li><a href="http://apps.carleton.edu/campus/library/bridge_icons/">Bridge Material Type Icons Project</a></li>
613                 <li>The Bridge Material Type Icon Set is licensed under a
614                   <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>
615                   by the Bridge Consortium of Carleton College and St. Olaf College.</li>
616               </ul>
617
618             <h2>jQuery Bar Rating Plugin</h2>
619               <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>
620
621             <p>Copyright &copy; 2012-2016 <a href="http://antenna.io">Kazik Pietruszewski</a></p>
622
623             <h2>jQuery insertAtCaret Plugin</h2>
624             <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>
625
626             <p>Copyright &copy; 2003-2010 phpMyAdmin devel team</p>
627
628             <h2>jQuery treetable Plugin</h2>
629
630             <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>
631
632             <h2>OpenJS Keyboard Shortcuts Library</h2>
633
634             <p>The <a href="http://www.openjs.com/scripts/events/keyboard_shortcuts/">OpenJS keyboard shortcuts library</a>
635                by Binny V A is licensed under the BSD license.</p>
636
637             <h2>jquery.dataTables.grouping.js</h2>
638             <p>The <a href="https://code.google.com/p/jquery-datatables-row-grouping/">jquery.dataTables.grouping.js</a>
639                plugin by Jovan Popovic is licensed under the BSD and GPL v2 license.</p>
640
641             <h2>jQuery Colvis plugin</h2>
642             <p>The <a href="http://datatables.net/extensions/colvis/">controls for column visiblity in DataTables</a>
643                 by Allan Jardine is licensed under the BSD 3 and GPL v2 license.</p>
644
645             <h2>jquery.multiple.select.js</h2>
646             <p>The <a href="http://wenzhixin.net.cn/p/multiple-select/">jQuery multiple select plugin</a>
647                by Zhixin Wen is licensed under the MIT license.</p>
648
649             <h2>Javascript Diff Algorithm</h2>
650             <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>
651
652             <h2>jQuery Validation Plugin</h2>
653             <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>
654
655             <h2>TinyMCE WYSIWYG editor</h2>
656             <p>The <a href="http://www.tinymce.com/">TinyMCE WYSIWYG editor v5.0.16 </a> by Moxiecode (Ephox) is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt">LGPL v2.1</a>.</p>
657
658             <h2>Font Awesome</h2>
659             <p><a href="http://fontawesome.io">Font Awesome</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>
660
661             <h2>CodeMirror editing library</h2>
662             <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>
663
664             <h2>FileSaver library</h2>
665             <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>
666
667             <h2>Require.js JS module system</h2>
668             <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>
669
670             <h2>OAI xslt stylesheet</h2>
671             <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>
672
673             <h2>Select2</h2>
674             <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>
675
676             <h2>jquery.tablednd.js</h2>
677             <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>
678
679             <h2>Leaflet</h2>
680             <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>
681
682             <h2>jquery.emojiarea.js</h2>
683             <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>
684
685             <h2>JSZip</h2>
686             <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>
687
688             <h2>D3.js</h2>
689             <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>
690
691             <h2>C3.js</h2>
692             <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>
693
694             <h2>Font Face Observer</h2>
695             <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>
696
697             <h2>Noto fonts</h2>
698             <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>
699
700             <h2>HC Sticky</h2>
701             <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>
702
703             <h2>kjua</h2>
704             <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>
705
706             <h2>Verovio</h2>
707             <p><a href="https://www.verovio.org/index.xhtml">Verovio 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>
708
709             <h2>jquery.cookie</h2>
710             <p><a href="https://github.com/carhartl/jquery-cookie">jquery.cookie</a> by Klaus Hartl is a jQuery plugin for setting, reading, and deleting browser cookies, licensed under the <a href="https://github.com/carhartl/jquery-cookie/blob/master/MIT-LICENSE.txt">MIT license</a>.</p>
711
712             <h2>JavaScript Cookie</h2>
713             <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>
714
715             <h2>Moment.js</h2>
716             <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>
717         </div>
718
719         <div id="translations">
720             <h2>Translation</h2>
721             <ul>
722 <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.
723 <li>&#4768;&#4635;&#4653;&#4763; (Amharic) Getway II Ethiopia Co. (Yohannes Mulugeta (Team Leader), Tegene Assefa, Abiyot Bayou)</li>
724 <li>Armenian Tigran Zargaryan</li>
725 <li>&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080; (Bulgarian) Radoslav Kolev</li>
726 <li>euskara (Basque) Fernando Berrizbeitia, the librarians of Eima Katalogoa, Tabakalera International Contemporary Culture Centre, and Nere Erkiaga</li>
727 <li>&#2476;&#2494;&#2434;&#2482;&#2494; (Bengali) Parthasarathi Mukhopadhyay</li>
728 <li>&#20013;&#25991; (Chinese)</li>
729 <li>Hrvatski (Croatian)</li>
730 <li>&#x010D;e&#353;tina (Czech)</li>
731 <li>D&aelig;nsk (Danish)</li>
732 <li>Nederlands-Nederland (Dutch-The Netherlands) Sponsored by Rijksmuseum</li>
733 <li>Nederlands-Belgi&euml; (Dutch-Belgium)</li>
734 <li>English</li>
735 <li>suomi, suomen kieli (Finnish) Pasi Korkalo</li>
736 <li>Fran&ccedil;ais (French) <a href="http://www.koha-fr.org/content/lassociation-kohala">Kohala</a>, Pascale Nalon (ENSMP), and many more </li>
737 <li>Galego (Galician) Ignacio Javier</li>
738 <li>Deutsch (German) Friedrich zur Hellen, Robert Hillig, Katrin Fischer, Beda Szukics, Mirko Tietgen and Marc Véron</li>
739 <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>
740 <li>&#1506;&#1489;&#1512;&#1497;&#1514; (Hebrew)</li>
741 <li>&#2361;&#2367;&#2344;&#2381;&#2342;&#2368; (Hindi)</li>
742 <li>Magyar (Hungarian)Agnes Imecs</li>
743 <li>Norsk Bokmål (Norwegian) Axel Bojer and Thomas Gramstad</li>
744 <li>Norsk Nynorsk (Norwegian) Unni Knutsen and Marit Kristine Ådland</li>
745 <li>(Indonesian)</li>
746 <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>
747 <li>&#26085;&#26412;&#35486; (Japanese)</li>
748 <li>&#54620;&#44397;&#50612; (Korean)</li>
749 <li>&#3221;&#3240;&#3277;&#3240;&#3233; (kanna&#7693;a)</li>
750 <li>Latina (Latin)</li>
751 <li>Lao Anousak Anthony Souphavanh</li>
752 <li>M&#257;ori</li>
753 <li>&#3374;&#3378;&#3375;&#3390;&#3379;&#3330; (Malayalam)</li>
754 <li>&#1601;&#1575;&#1585;&#1587;&#1609; (Persian)</li>
755 <li>&#2835;&#2908;&#2879;&#2822; (&#x014D;&#7771;iy&#257;)</li>
756 <li>Polski (Polish)</li>
757 <li>Portugu&ecirc;s (Portuguese)</li>
758 <li>Rom&acirc;n&#259; (Romanian)</li>
759 <li>&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russian) Victor Titarchuk and Serhij Dubyk</li>
760 <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>
761 <li>Svenska (Swedish)</li>
762 <li>Tetun (Tetum) Karen Myers</li>
763 <li>&#3616;&#3634;&#3625;&#3634;&#3652;&#3607;&#3618; (Thai)</li>
764 <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>
765 <li>&#1575;&#1585;&#1583;&#1608;(Urdu) Ata ur Rehman</li>
766 <li>&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; (Ukrainian) Victor Titarchuk and Serhij Dubyk</li>
767             </ul>
768
769         </div>
770
771         <div id="history">
772         <h2>Koha history timeline</h2>
773     [% IF ! timeline_read_error %]
774         <table style="cursor:pointer">
775         <thead>
776         <tr>
777             <td  style="font-weight:bold;" >Date</td>
778             <td  style="font-weight:bold;" >Description</td>
779         </tr>
780         </thead>
781         [% FOREACH tabl IN table2 %]
782             <tr class="[% loop.parity | html %]">
783                 [% FOREACH ro IN tabl.row2 %]
784                      <td>[% ro.date | html %]</td>
785                      <td>[% ro.desc | html %]</td>
786                 [% END %]
787             </tr>
788         [% END %]
789         </table>
790     [% ELSE %]
791         <div class="dialog alert">
792             Could not read the history.txt file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
793         </div>
794     [% END %]
795         </div>
796
797     </div>
798 </div>
799 </div>
800
801 [% MACRO jsinclude BLOCK %]
802     <script type="text/javascript">
803          $(document).ready(function() {
804             $('#abouttabs').tabs();
805          });
806     </script>
807 [% END %]
808 <!-- the main div is closed in intranet-bottom.inc -->
809 [% INCLUDE 'intranet-bottom.inc' %]