Bug 14655: Add a warning on the about page if patrons have requested privacy
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / modules / about.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; About Koha</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 <script type="text/javascript">
5 //<![CDATA[
6
7      $(document).ready(function() {
8         $('#abouttabs').tabs();
9      });
10 //]]>
11 </script>
12 </head>
13 <body id="about_about" class="about">
14 [% INCLUDE 'header.inc' %]
15
16 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; About Koha</div>
17
18 <div id="doc3" class="yui-t7">
19
20    <div id="bd">
21     <div id="yui-main">
22     <div class="yui-g">
23             <h1>About Koha</h1>
24
25     <div id="abouttabs" class="toptabs numbered">
26         <ul>
27         <li><a href="#about">Server information</a></li>
28         <li><a href="#perl">Perl modules</a></li>
29         <li><a href="#sysinfo">System information</a></li>
30         <li><a href="#team">Koha team</a></li>
31         <li><a href="#licenses">Licenses</a></li>
32         <li><a href="#translations">Translations</a></li>
33         <li><a href="#history">Timeline</a></li>
34         </ul>
35
36         <div id="about">
37
38         <table>
39             <caption>Server information</caption>
40             <tr><th scope="row">Koha version: </th><td>[% kohaVersion |html %]</td></tr>
41             <tr><th scope="row">OS version ('uname -a'): </th><td>[% osVersion |html %]</td></tr>
42             <tr><th scope="row">Perl interpreter: </th><td>[% perlPath |html %]</td></tr>
43             <tr><th scope="row">Perl version: </th><td>[% perlVersion |html %]</td></tr>
44             <tr><th scope="row">Perl @INC: </th><td>
45                 [% FOREACH perlIncPat IN perlIncPath %]
46                     [% perlIncPat.perlinc |html %] <br />
47                 [% END %]
48             </td></tr>
49             <tr><th scope="row">MySQL version: </th><td>[% mysqlVersion |html %]</td></tr>
50             <tr><th scope="row">Apache version: </th><td>[% apacheVersion |html %]</td></tr>
51             <tr><th scope="row">Zebra version: </th><td>[% zebraVersion |html %]</td></tr>
52             [% IF (errZebraConnection == 10000) %]
53             <tr><th scope="row"><b>Error</b> </th><td>Zebra server seems not to be available. Is it started?</td></tr>
54             [% ELSIF (errZebraConnection) %]
55             <tr><th scope="row"><b>Warning</b> </th><td>Error message from Zebra: [% ( errZebraConnection ) %] </td></tr>
56             [% END %]
57         </table>
58         </div>
59         <div id="perl">
60             <table style="cursor:pointer">
61                 <caption>Perl modules</caption>
62                 [% FOREACH tabl IN table %]
63                 <tr>
64                     [% FOREACH ro IN tabl.row %]
65                     [% IF ( ro.current ) %]
66                     [% IF ( ro.require ) %]
67                     <th scope="row" style="font-weight:bold;" title="Module current">
68                     [% ELSE %]
69                     <th scope="row" style="font-weight:normal" title="Module current">
70                     [% END %]
71                     [% ELSIF ( ro.upgrade ) %]
72                     [% IF ( ro.require ) %]
73                     <th scope="row" style="background-color:#FFCB2F;font-weight:bold;" title="Module upgrade needed">
74                     [% ELSE %]
75                     <th scope="row" style="background-color:#FFCB2F;font-weight:normal" title="Module upgrade needed">
76                     [% END %]
77                     [% ELSE %]
78                     [% IF ( ro.name == '' ) %]
79                     <th>
80                     [% ELSIF ( ro.require ) %]
81                     <th scope="row" style="background-color:#FF8A8A;font-weight:bold;" title="Required module missing">
82                     [% ELSE %]
83                     <th scope="row" style="background-color:#FF8A8A;font-weight:normal" title="Optional module missing">
84                     [% END %]
85                     [% END %]
86                     [% IF ( ro.name ) %]
87                     [% ro.name %] <span style="font-weight:normal; font-size:smaller"> ([%ro.reqversion %])</span>
88                     [% END %]
89                     </th>
90                     [% IF ( ro.name == '' ) %]
91                     <td>
92                     [% ELSIF ( ro.version ) %]
93                     <td>[% ro.version %]
94                     [% ELSE %]
95                     <td style="font-weight:bold">Not Installed [% END %]</td>
96                     [% END %]
97                 </tr>
98                 [% END %]
99             </table>
100         </div>
101
102         <div id="sysinfo">
103     [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron ||
104           warnNoActiveCurrency || QueryParserError || warnIsRootUser || xml_config_warnings.size %]
105         [% IF (warnIsRootUser) %]
106             <h2>Warning regarding current user</h2>
107             <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>
108             <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>
109         [% END %]
110
111         [% IF warnPrefBiblioAddsAuthorities || warnPrefEasyAnalyticalRecords || warnPrefAnonymousPatron ||
112               warnNoActiveCurrency || QueryParserError %]
113             <h2>Warnings regarding the system configuration</h2>
114             <table>
115                 <caption>Preferences and parameters</caption>
116                 [% IF (warnPrefBiblioAddsAuthorities) %]
117                 <tr><th scope="row"><b>Warning</b> </th><td>System preference 'AutoCreateAuthorities' set, but needs 'BiblioAddsAuthorities' set as well.</td></tr>
118                 [% END %]
119                 [% IF (warnPrefEasyAnalyticalRecords) %]
120                 <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>
121                 [% END %]
122                 [% IF warnPrefAnonymousPatron %]
123                     <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>
124                 [% END %]
125                 [% IF warnPrefAnonymousPatron_PatronDoesNotExist %]
126                     <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>
127                 [% END %]
128                 [% IF warnNoActiveCurrency %]
129                     <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>
130                 [% END %]
131                 [% IF QueryParserError %]
132                     <tr><th scope="row"><b>Warning</b> </th><td>
133                         You have set UseQueryParser but there was a problem inititializing QueryParser.
134                     [% IF QueryParserError.fallback %]
135                         The 'queryparser_config' entry is missing in your configuration file.
136                         <strong>[% QueryParserError.file %]</strong> was used instead without success.
137                     [% ELSE %]
138                         The following configuration file was used without success: <strong>[% QueryParserError.file %]</strong>.
139                     [% END %]
140                         </td>
141                     </tr>
142                 [% END %]
143             </table>
144         [% END %]
145
146         [% IF xml_config_warnings.size %]
147             <table>
148                 <caption>XML configuration file</caption>
149             [% FOREACH config_entry IN xml_config_warnings %]
150                 [% IF config_entry.error == 'zebra_bib_index_mode_warn' %]
151                 <tr>
152                     <th scope="row"><b>Warning</b></th>
153                     <td>The &lt;zebra_bib_index_mode&gt; entry is missing in your configuration file.
154                         It should be set to <strong>dom</strong> or <strong>grs1</strong> (deprecated).
155                         It will default to <strong>dom</strong>.
156                     </td>
157                 </tr>
158                 [% ELSIF config_entry.error == 'zebra_bib_mode_seems_grs1' %]
159                 <tr>
160                     <th scope="row"><b>Info</b></th>
161                     <td>Your configuration file still seems to be set up for <strong>grs1</strong>.</td>
162                 </tr>
163                 [% ELSIF config_entry.error == 'zebra_bib_mode_seems_dom' %]
164                 <tr>
165                     <th scope="row"><b>Info</b></th>
166                     <td>Your configuration file seems to be set up for <strong>dom</strong>.</td>
167                 </tr>
168                 [% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %]
169                 <tr>
170                     <th scope="row"><b>Warning</b></th>
171                     <td>The &lt;zebra_auth_index_mode&gt; entry is missing in your configuration file.
172                         It should be set to <strong>dom</strong> or <strong>grs1</strong> (deprecated).
173                         It will default to <strong>dom</strong>.
174                     </td>
175                 </tr>
176                 [% ELSIF config_entry.error == 'zebra_auth_mode_seems_grs1' %]
177                 <tr>
178                     <th scope="row"><b>Info</b></th>
179                     <td>Your configuration file still seems to be set up for <strong>grs1</strong>.</td>
180                 </tr>
181                 [% ELSIF config_entry.error == 'zebra_auth_mode_seems_dom' %]
182                 <tr>
183                     <th scope="row"><b>Info</b></th>
184                     <td>Your configuration file seems to be set up for <strong>dom</strong>.</td>
185                 </tr>
186                 [% ELSIF config_entry.error == 'zebra_bib_grs_warn' %]
187                 <tr>
188                     <th scope="row"><b>Warning</b></th>
189                     <td>The &lt;zebra_bib_index_mode&gt; entry is set to <strong>grs1</strong>.
190                         GRS-1 support is now deprecated and will be removed in future releases.
191                         Please use DOM instead by setting &lt;zebra_bib_index_mode&gt; to
192                         <strong>dom</strong> (full reindex required).
193                     </td>
194                 </tr>
195                 [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %]
196                 <tr>
197                     <th scope="row"><b>Warning</b></th>
198                     <td>The &lt;zebra_bib_index_mode&gt; entry is set to <strong>dom</strong>, but your system still appears to be set up for <strong>grs1</strong> indexing.</td>
199                 </tr>
200                 [% ELSIF config_entry.error == 'zebra_auth_grs_warn' %]
201                 <tr>
202                     <th scope="row"><b>Warning</b></th>
203                     <td>The &lt;zebra_auth_index_mode&gt; entry is set to <strong>grs1</strong>.
204                         GRS-1 support is now deprecated and will be removed in future releases.
205                         Please use DOM instead by setting &lt;zebra_auth_index_mode&gt; to
206                         <strong>dom</strong> (full reindex required).
207                     </td>
208                 </tr>
209                 [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %]
210                 <tr>
211                     <th scope="row"><b>Warning</b></th>
212                     <td>The &lt;zebra_auth_index_mode&gt; entry is set to <strong>dom</strong>, but your system still appears to be set up for <strong>grs1</strong> indexing.</td>
213                 </tr>
214                 [% ELSIF config_entry.error == 'queryparser_entry_missing' %]
215                 <tr>
216                     <th scope="row"><b>Warning</b></th>
217                     <td>You have set UseQueryParser but the 'queryparser_config' entry is missing in your configuration
218                         file. <strong>[% config_entry.file %]</strong> is used as a fallback.
219                     </td>
220                 </tr>
221                 [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %]
222                 <tr>
223                     <th scope="row"><b>Warning</b></th>
224                     <td>The &lt;use_zebra_facets&gt; entry is missing in your configuration file. Falling back
225                         to legacy facet calculation.
226                     </td>
227                 </tr>
228                 [% ELSIF config_entry.error == 'use_zebra_facets_needs_dom' %]
229                 <tr>
230                     <th scope="row"><b>Warning</b></th>
231                     <td>You have set &lt;use_zebra_facets&gt; but the &lt;zebra_bib_index_mode&gt; is not set to <strong>dom</strong>. Falling back
232                         to legacy facet calculation.
233                     </td>
234                 </tr>
235                 [% ELSIF config_entry.error == 'log4perl_entry_missing' %]
236                 <tr>
237                     <th scope="row"><b>Warning</b></th>
238                     <td>You are missing the &lt;log4perl_conf&gt; entry in your koha-conf.xml file. Please
239                         add it, pointing to the log4perl.conf file for your Koha instance.
240                     </td>
241                 </tr>
242                 [% ELSIF config_entry.error == 'uploadpath_entry_missing' %]
243                 <tr>
244                     <th scope="row"><b>Warning</b></th>
245                     <td>You are missing the <strong>&lt;upload_path&gt;</strong> entry in your koha-conf.xml file. Please
246                         add it, pointing to the configured file upload directory for your Koha instance.
247                     </td>
248                 </tr>
249                 [% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %]
250                 <tr>
251                     <th scope="row"><b>Warning</b></th>
252                     <td>You are missing the <strong>&lt;upload_path&gt;</strong> entry in your koha-conf.xml file. Please
253                         add it, pointing to the configured file upload directory for your Koha instance.
254                         Also note that you need to properly set the <strong>OPACBaseURL</strong> preference for the file upload plugin to work.
255                     </td>
256                 </tr>
257                 [% END %]
258             [% END %]
259             </table>
260         [% END %]
261     [% ELSE %]
262         <p>No warnings.</p>
263     [% END %]
264         </div>
265
266         <div id="team">
267             <h2>Special thanks to the following organizations</h2>
268             <ul>
269                 <li><a href="http://library.org.nz">Horowhenua Library Trust</a>, New Zealand, and Rosalie Blake, Head of Libraries, (Koha 1.0)</li>
270                 <li>The <a href="http://www.myacpl.org/">Athens County Public Libraries</a>, Ohio, USA (MARC sponsorship, documentation, template maintenance)</li>
271                 <li><a href="http://www.emn.fr">EMN (Ecole des Mines de Nantes)</a>, France (Suggestions, Stats wizards and improved LDAP sponsorship)</li>
272                 <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>
273                 <li><a href="http://www.mediathequeouestprovence.fr/">SAN-Ouest Provence</a>, France (Koha 3.0 enhancements to patrons and holds modules)</li>
274                 <li>The <a href="http://ccfls.org">Crawford County Federated Library System</a>, PA, USA (Koha 3.0 Zebra Integration sponsorship)</li>
275                 <li>The <a href="http://www.geauga.lib.oh.us/">Geauga County Public Library</a>, OH, USA (Koha 3.0 beta testing)</li>
276                 <li>The <a href="http://library.neu.edu.tr">Near East University</a>, Cyprus</li>
277                 <li>OPUS International Consultants, Wellington, New Zealand (Corporate Serials sponsorship)</li>
278                 <li><a href="http://www.famfamfam.com/">famfamfam.com</a> Birmingham (UK) based developer Mark James for the famfamfam Silk iconset.</li>
279                 <li><a href="http://www.ashs.school.nz/">Albany Senior High School</a>, Auckland, New Zealand (OPAC 'star-ratings' sponsorship)</li>
280             </ul>
281
282             <h2>Koha 3.22 release team</h2>
283             <ul>
284                 <li><strong>Release manager:</strong>
285                     <a href="https://www.openhub.net/p/koha/contributors/6618544730094">Tomás Cohen Arazi</a></li>
286                 <li><strong>Quality assurance manager:</strong>
287                     <a href="https://www.openhub.net/p/koha/contributors/6618544670742">Katrin Fischer</a></li>
288                 <li><strong>(Database) Documentation manager:</strong>
289                     <a href="https://www.openhub.net/p/koha/contributors/6618544646984">Nicole C. Engard</a></li>
290                 <li><strong>Translation manager:</strong>
291                     <a href="https://www.openhub.net/p/koha/contributors/6618544839606">Bernardo González Kriegel</a></li>
292                 <li><strong>Quality assurance team:</strong>
293                     <ul>
294                         <li><a href="https://www.openhub.net/p/koha/contributors/6618545125093">Jonathan Druart</a></li>
295                         <li><a href="https://www.openhub.net/p/koha/contributors/6618544661344">Brendan Gallagher</a></li>
296                         <li><a href="https://www.openhub.net/p/koha/contributors/6620692261494">Kyle Hall</a></li>
297                         <li><a href="https://www.openhub.net/p/koha/contributors/6618544612249">Paul Poulain</a></li>
298                         <li><a href="https://www.openhub.net/p/koha/contributors/6618544785220">Martin Renvoize</a></li>
299                         <li><a href="https://www.openhub.net/p/koha/contributors/6618544727712">Marcel de Rooy</a></li>
300                     </ul>
301                 </li>
302                 <li><strong>Release maintainers:</strong>
303                     <ul>
304                         <li><a href="https://www.openhub.net/p/koha/contributors/6618544609030">Chris Cormack</a> (3.20)</li>
305                         <li><a href="https://www.openhub.net/p/koha/contributors/6618544650708">Liz Rea</a> (3.18)</li>
306                         <li><a href="https://www.openhub.net/p/koha/contributors/6618544618401">Mason James</a> (3.16)</li>
307                         <li><a href="https://www.openhub.net/p/koha/contributors/6620692831733">Fridolin Somers</a> (3.14)</li>
308                     </ul>
309                 </li>
310                 <li><strong>Packaging manager:</strong>
311                     <a href="https://www.openhub.net/p/koha/contributors/6618544619438">Robin Sheat</a>
312                 </li>
313                 <li><strong>Bug wranglers:</strong>
314                     <ul>
315                         <li>Indranil Das Gupta</li>
316                         <li><a href="https://www.openhub.net/p/koha/contributors/6618544677502">Magnus Enger</a></li>
317                         <li>Amit Gupta</li>
318                         <li>Eivin Giske Skaaren</li>
319                         <li>Zeno Tajoli</li>
320                         <li>Mirko Tietgen</li>
321                     </ul>
322                 </li>
323             </ul>
324
325             <h2>Koha development team</h2>
326             <ul>
327                 <li>Jacek Ablewicz</li>
328                 <li>Md. Aftabuddin</li>
329                 <li>Jon Aker</li>
330                 <li>Edward Allen</li>
331                 <li>Francisco M. Marzoa Alonso</li>
332                 <li>Joseph Alway</li>
333                 <li>Cindy Murdock Ames</li>
334                 <li>Aleisha Amohia</li>
335                 <li>Roman Amor</li>
336                 <li>Richard Anderson</li>
337                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692181851">Nahuel Angelinetti</a></li>
338                 <li>Nuño López Ansótegui</li>
339                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544730094">Tomás Cohen Arazi (3.18 and 3.20 Release Manager; 3.12 Release Maintainer)</a></li>
340                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692124662">Andrew Arensburger (the small and great C4::Context module)</a></li>
341                 <li>Alex Arnaud</li>
342                 <li>Petter Goksoyr Asen</li>
343                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544614259">Joe Atzberger</a></li>
344                 <li>Héctor Eduardo Castro Avalos</li>
345                 <li>Larry Baerveldt</li>
346                 <li>Marc Balmer</li>
347                 <li>Edmund Balnaves</li>
348                 <li>Al Banks</li>
349                 <li>Daniel Banzli</li>
350                 <li>Stefano Bargioni</li>
351                 <li>Daniel Barker</li>
352                 <li>Greg Barniskis</li>
353                 <li>Benedykt P. Barszcz (Polish for 2.0)</li>
354                 <li>D Ruth Bavousett (3.12 Translation Manager)</li>
355                 <li>Maxime Beaulieu</li>
356                 <li>Natalie Bennison</li>
357                 <li>John Beppu</li>
358                 <li>Pablo Bianchi</li>
359                 <li>David Birmingham</li>
360                 <li>Florian Bischof</li>
361                 <li>Gaetan Boisson</li>
362                 <li>Danny Bouman</li>
363                 <li>Christopher Brannon (3.20 QA Team Member)</li>
364                 <li>Stan Brinkerhoff</li>
365                 <li>Isaac Brodsky</li>
366                 <li>Ivan Brown</li>
367                 <li>Roger Buck</li>
368                 <li>Steven Callender</li>
369                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692376789">Jared Camins-Esakov (3.12 Release Manager; 3.6 Release Maintainer)</a></li>
370                 <li>Colin Campbell (3.4 QA Manager)</li>
371                 <li>Fernando Canizo</li>
372                 <li>Barry Cannon</li>
373                 <li>Frédérick Capovilla</li>
374                 <li>DeAndre Carroll</li>
375                 <li>Chris Catalfo (new plugin MARC editor)</li>
376                 <li>Marc Chantreux</li>
377                 <li>Jerome Charaoui</li>
378                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544614260">Galen Charlton (3.2, 3.14, and 3.16 Release Manager; 3.16 Release Maintainer; 3.18 QA Team Member)</a></li>
379                 <li>Evonne Cheung</li>
380                 <li>Andrew Chilton</li>
381                 <li>Barton Chittenden</li>
382                 <li>Koha SAB CINECA</li>
383                 <li>Nick Clemens</li>
384                 <li>Garry Collum</li>
385                 <li>David Cook</li>
386                 <li>John Copeland</li>
387                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544609030">Chris Cormack (1.x, 3.4, and 3.6 Release Manager; 3.8, 3.10 and 3.18 Release Maintainer; 3.2 Translation Manager; 3.14 QA Team Member)</a></li>
388                 <li>Jeremy Crabtree</li>
389                 <li>Samuel Crosby</li>
390                 <li>Christophe Croullebois</li>
391                 <li>Olivier Crouzet</li>
392                 <li>Nate Curulla</li>
393                 <li>Vincent Danjean</li>
394                 <li>Hugh Davenport</li>
395                 <li>Elliott Davis (3.12 QA Team Member)</li>
396                 <li>Doug Dearden</li>
397                 <li>Kip DeGraaf</li>
398                 <li>Stéphane Delaune</li>
399                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692210484">Frédéric Demians (3.4 - 3.10 Translation Manager)</a></li>
400                 <li>Connor Dewar</li>
401                 <li>Srikanth Dhondi</li>
402                 <li><a href="https://www.openhub.net/p/koha/contributors/6618545125093">Jonathan Druart (3.8 - 3.20 QA Team Member)</a></li>
403                 <li>Serhij Dubyk</li>
404                 <li>Yohann Dufour</li>
405                 <li>Thomas Dukleth (MARC Frameworks Maintenance)</li>
406                 <li>Frederic Durand</li>
407                 <li>Sebastiaan Durand</li>
408                 <li>Rachel Dustin</li>
409                 <li>Ecole des Mines de Saint Etienne, Philippe Jaillon (OAI-PMH support)</li>
410                 <li>Stephen Edwards</li>
411                 <li>Andrew Elwell</li>
412                 <li>Brian Engard</li>
413                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544646984">Nicole C. Engard (3.0+ Documentation Manager)</a></li>
414                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544677502">Magnus Enger</a></li>
415                 <li>Esiee School (Jérome Vizcaino, Michel Lerenard, Pierre Cauchois)</li>
416                 <li>Jason Etheridge</li>
417                 <li>Shaun Evans</li>
418                 <li>Pat Eyler (Kaitiaki from 2002 to 2004)</li>
419                 <li>Charles Farmer</li>
420                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544609865">Antoine Farnault</a></li>
421                 <li>Vitor Fernandes</li>
422                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544609053">Joshua Ferraro (3.0 Release Manager and Translation Manager)</a></li>
423                 <li>Julian Fiol</li>
424                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544670742">Katrin Fischer (3.12 - 3.20 QA Manager)</a></li>
425                 <li>Connor Fraser</li>
426                 <li>Clay Fouts</li>
427                 <li>Brendon Ford</li>
428                 <li>Claudia Forsman</li>
429                 <li>Corey Fuimaono</li>
430                 <li>Marco Gaiarin</li>
431                 <li>Pierrick Le Gall</li>
432                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544661344">Brendan A. Gallagher (3.14 - 3.20 QA Team Member)</a></li>
433                 <li>Tumer Garip</li>
434                 <li>Russel Garlick</li>
435                 <li>Mark Gavillet</li>
436                 <li>Daniel Kahn Gillmor</li>
437                 <li>David Goldfein</li>
438                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544839606">Bernardo González Kriegel (3.14 - 3.20 Translation Manager; 3.10 Release Maintainer)</a></li>
439                 <li>Daniel Grobani</li>
440                 <li>Amit Gupta</li>
441                 <li>Indranil Das Gupta</li>
442                 <li>Michael Hafen</li>
443                 <li>Christopher Hall (3.8 Release Maintainer)</li>
444                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692261494">Kyle Hall (3.8 Release Maintainer; 3.14 - 3.20 QA Team Member)</a></li>
445                 <li>Sean Hamlin</li>
446                 <li>Tim Hannah</li>
447                 <li>Mike Hansen</li>
448                 <li>Brian Harrington</li>
449                 <li>Brandon Haveman</li>
450                 <li>Rochelle Healy</li>
451                 <li>Emma Heath</li>
452                 <li>Friedrich zur Hellen</li>
453                 <li>Kate Henderson</li>
454                 <li>Michaes Herman</li>
455                 <li>Claire Hernandez</li>
456                 <li>Wolfgang Heymans</li>
457                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544614261">Ryan Higgins</a></li>
458                 <li>Morag Hills</li>
459                 <li>Sèbastien Hinderer</li>
460                 <li>Kristina D.C. Hoeppner</li>
461                 <li>Stephanie Hogan</li>
462                 <li>Daniel Holth</li>
463                 <li>Andrew Hooper</li>
464                 <li>Alexandra Horsman</li>
465                 <li>Tom Houlker</li>
466                 <li>Matthew Hunt</li>
467                 <li>Christopher Hyde</li>
468                 <li>Rolando Isidoro</li>
469                 <li>Cory Jaeger</li>
470                 <li>Srdjan Jankovic</li>
471                 <li>Philippe Jaillon</li>
472                 <li><a href="https://www.openhub.net/accounts/kohaaloha">Mason James (3.10 - 3.14 QA Team Member, 3.16 Release Maintainer)</a></li>
473                 <li>Mike Johnson</li>
474                 <li>Donovan Jones</li>
475                 <li>Bart Jorgensen</li>
476                 <li>Janusz Kaczmarek</li>
477                 <li>Koustubha Kale</li>
478                 <li>Pasi Kallinen</li>
479                 <li>Peter Crellan Kelly</li>
480                 <li>Jorgia Kelsey</li>
481                 <li>Attila Kinali</li>
482                 <li>Ulrich Kleiber</li>
483                 <li>Rafal Kopaczka</li>
484                 <li>Piotr Kowalski</li>
485                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544614275">Henri-Damien Laurent (3.0 Release Maintainer)</a></li>
486                 <li>Arnaud Laurin</li>
487                 <li>Nicolas Legrand</li>
488                 <li>Sonia Lemaire</li>
489                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544609147">Owen Leonard (3.0+ Interface Design)</a></li>
490                 <li>Ambrose Li (translation tool)</li>
491                 <li>Gynn Lomax</li>
492                 <li>Peter Lorimer</li>
493                 <li>Robert Lyon (Corporate Serials)</li>
494                 <li>Merllisia Manueli</li>
495                 <li>Francois Marier</li>
496                 <li>Jesse Maseto</li>
497                 <li>Frère Sébastien Marie</li>
498                 <li>Ricardo Dias Marques</li>
499                 <li>Julian Maurice (3.18 QA Team Member)</li>
500                 <li>Brig C. McCoy</li>
501                 <li>Dorian Meid (German translation)</li>
502                 <li>Meenakshi. R</li>
503                 <li>Melia Meggs</li>
504                 <li>Holger Meißner</li>
505                 <li>Karl Menzies</li>
506                 <li>Matthias Meusburger</li>
507                 <li>Sophie Meynieux</li>
508                 <li>Janet McGowan</li>
509                 <li>Alan Millar</li>
510                 <li>Jono Mingard</li>
511                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544607803">Andrew Moore</a></li>
512                 <li>Francesca Moore</li>
513                 <li>Josef Moravec</li>
514                 <li>Sharon Moreland</li>
515                 <li>Nicolas Morin</li>
516                 <li>Mike Mylonas</li>
517                 <li>Nadia Nicolaides</li>
518                 <li>Joy Nelson</li>
519                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544615991">Chris Nighswonger (3.2 - 3.6 Release Maintainer)</a></li>
520                 <li>Brian Norris</li>
521                 <li>Albert Oller</li>
522                 <li>Eric Olsen</li>
523                 <li>H. Passini</li>
524                 <li>Dobrica Pavlinusic</li>
525                 <li>Maxime Pelletier</li>
526                 <li>Shari Perkins</li>
527                 <li>Fred Pierre</li>
528                 <li>Polytechnic University</li>
529                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544612249">Paul Poulain (2.0, 2.2, 3.8, 3.10 Release Manager; 2.2 Release Maintainer; 3.12 - 3.20 QA Team Member)</a></li>
530                 <li>Karam Qubsi</li>
531                 <li>Romina Racca</li>
532                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692116417">MJ Ray (2.0 Release Maintainer)</a></li>
533                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544650708">Liz Rea</a> (3.6 Release Maintainer)</li>
534                 <li>Thatcher Rea</li>
535                 <li>Allen Reinmeyer</li>
536                 <li>Serge Renaux</li>
537                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544785220">Martin Renvoize (3.16 - 3.20 QA Team Member)</a></li>
538                 <li>Abby Robertson</li>
539                 <li>Waylon Robertson</li>
540                 <li>Benjamin Rokseth</li>
541                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544727712">Marcel de Rooy (3.8 - 3.20 QA Team Member)</a></li>
542                 <li>Salvador Zaragoza Rubio</li>
543                 <li>Mathieu Saby</li>
544                 <li>Eivin Giske Skaaren</li>
545                 <li>Brice Sanchez</li>
546                 <li>Sam Sanders</li>
547                 <li>Viktor Sarge</li>
548                 <li>A. Sassmannshausen</li>
549                 <li>Adrien Saurat</li>
550                 <li>Dan Scott</li>
551                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544619438">Robin Sheat (3.2+ Packaging Manager)</a></li>
552                 <li>Juhani Seppälä</li>
553                 <li>John Seymour</li>
554                 <li>Juan Romay Sieira</li>
555                 <li>Zach Sim</li>
556                 <li>Simith</li>
557                 <li>Silvia Simonetti</li>
558                 <li>Savitra Sirohi</li>
559                 <li>Pawel Skuza (Polish for 1.2)</li>
560                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692831733">Fridolin Somers (3.14 Release Maintainer)</a></li>
561                 <li>Southeastern University</li>
562                 <li>Glen Stewart</li>
563                 <li>Will Stokes</li>
564                 <li>Simon Story</li>
565                 <li>David Strainchamps</li>
566                 <li>Ed Summers (Some code and Perl packages like MARC::Record)</li>
567                 <li>Daniel Sweeney</li>
568                 <li>Zeno Tajoli</li>
569                 <li>Samanta Tello</li>
570                 <li>Adam Thick</li>
571                 <li><a href="https://www.openhub.net/p/koha/contributors/6618544609107">Finlay Thompson</a></li>
572                 <li>Peggy Thrasher</li>
573                 <li>Fabio Tiana</li>
574                 <li>Mirko Tietgen</li>
575                 <li>Mark Tompsett</li>
576                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692101577">Steve Tonnesen (early MARC work, Virtual Bookshelves concept, KohaCD)</a></li>
577                 <li>Bruno Toumi</li>
578                 <li>Andrei V. Toutoukine</li>
579                 <li>Duncan Tyler</li>
580                 <li>Kathryn Tyree</li>
581                 <li>Darrell Ulm</li>
582                 <li>Universidad ORT Uruguay (Ernesto Silva, Andres Tarallo)</li>
583                 <li>Marc Veron</li>
584                 <li>Justin Vos</li>
585                 <li>Aleksa Vujicic</li>
586                 <li>Reed Wade</li>
587                 <li>Stacey Walker</li>
588                 <li>Ian Walls (3.6 - 3.10 QA Manager)</li>
589                 <li><a href="https://www.openhub.net/accounts/janewagner">Jane Wagner</a></li>
590                 <li>Ward van Wanrooij</li>
591                 <li><a href="https://www.openhub.net/accounts/pianohacker">Jesse Weaver</a></li>
592                 <li>Stefan Weil</li>
593                 <li>Aaron Wells</li>
594                 <li>Rick Welykochy</li>
595                 <li>Piotr Wejman</li>
596                 <li>Ron Wickersham</li>
597                 <li>Brett Wilkins</li>
598                 <li><a href="https://www.openhub.net/p/koha/contributors/6620692127299">Olwen Williams (Database design and data extraction for Koha 1.0)</a></li>
599                 <li>Robert Williams</li>
600                 <li>James Winter</li>
601                 <li>Lars Wirzenius</li>
602                 <li>Thomas Wright</li>
603                 <li>Jen Zajac</li>
604                 <li>Kenza Zaki</li>
605             </ul>
606             <h3>Contributing companies and institutions</h3>
607             <ul>
608                 <li>BibLibre, France</li>
609                 <li>Bibliotheksservice-Zentrum Baden-Württemberg (BSZ), Germany</li>
610                 <li>ByWater Solutions, USA</li>
611                 <li>Calyx, Australia</li>
612                 <li>Catalyst IT, New Zealand</li>
613                 <li>C &amp; P Bibliography Services, USA</li>
614                 <li>Hochschule für Gesundheit (hsg), Germany</li>
615                 <li>Katipo Communications, New Zealand</li>
616                 <li>KEEP SOLUTIONS, Portugal</li>
617                 <li>KohaAloha, New Zealand</li>
618                 <li>LibLime, USA</li>
619                 <li>Libriotech, Norway</li>
620                 <li>Nelsonville Public Library, Ohio, USA</li>
621                 <li>Prosentient Systems, Australia</li>
622                 <li>PTFS, Maryland, USA</li>
623                 <li>PTFS Europe Ltd, United Kingdom</li>
624                 <li>Rijksmuseum, Amsterdam, The Netherlands</li>
625                 <li>SAN-Ouest Provence, France</li>
626                 <li>software.coop, United Kingdom</li>
627                 <li>Tamil, France</li>
628                 <li>Universidad Nacional de Córdoba, Argentina</li>
629                 <li>Xercode, Spain</li>
630             </ul>
631
632             <h2>Additional thanks to...</h2>
633             <ul>
634                 <li>Irma Birchall</li>
635                 <li>Rachel Hamilton-Williams (Kaitiaki from 2004 to present)</li>
636                 <li>Stephen Hedges (early Documentation Manager)</li>
637                 <li>Brooke Johnson</li>
638                 <li>Jo Ransom</li>
639                 <li>Nicholas Rosasco (Documentation Compiler)</li>
640                 <li>Regula Sebastiao</li>
641             </ul>
642         </div>
643
644         <div id="licenses">
645             <h2>Koha</h2>
646             <p>
647             <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>
648             </p>
649             <h2>jQuery and jQueryUI</h2>
650             <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>
651             <h2>Bootstrap</h2>
652             <p><a href="http://twitter.github.com/bootstrap/">Bootstrap</a> code and <a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.</p>
653             <h2>YUI</h2>
654             <p>
655             <a href="http://yuilibrary.com/license/">BSD License</a>
656             </p>
657             <h2>Famfamfam iconset</h2>
658               <ul>
659                 <li><a href="http://www.famfamfam.com/lab/icons/silk/">FamFamFam Site</a></li>
660                 <li><a href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5 License</a></li>
661               </ul>
662             <h2>The Bridge Material Type Icon Set</h2>
663               <ul>
664                 <li><a href="http://apps.carleton.edu/campus/library/bridge_icons/">Bridge Material Type Icons Project</a></li>
665                 <li>The Bridge Material Type Icon Set is licensed under a
666                   <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>
667                   by the Bridge Consortium of Carleton College and St. Olaf College.</li>
668               </ul>
669
670             <h2>The Noun Project icons</h2>
671                 <ul>
672                     <li>All images come from <a href="http://thenounproject.com/">The Noun Project</a> collection</li>
673                     <li>
674                         Circulation ("fair-trade") symbol by Edward Boatman ; Patrons
675                         ("children's library") symbol by Edward Boatman, Saul Tannenbaum,
676                         Stephen Kennedy, Nikki Snow, Brooke Hamilton ; Search ("magnifying
677                         glass") symbol by Philipp Suess ; Lists ("folder") symbol by Jack
678                         Biesek, Gladys Brenner, Margaret Faye, Healther Merrifield, Kate
679                         Keating, Wendy Olmstead, Todd Pierce, Jamie Cowgill, Jim Bolek ;
680                         Course reserves ("stack of books") symbol by Jeremy J. Bristol;
681                         Cataloging ("price tag") symbol by the Noun Project ; Authorities
682                         ("link") symbol by Matthew Exton ; Serials ("newspaper") symbol by John
683                         Caserta ; Acquisitions ("present") symbol by David Goodger ; Reports
684                         ("pie chart") symbol by Scott Lewis ; Administration ("gears") symbol by
685                         Jeremy Minnick ; Tools ("wrench") symbol by National Park Service
686                     </li>
687                 </ul>
688
689             <h2>jQuery Star Rating Plugin</h2>
690               <p>jQuery Star Rating Plugin v3.14 by <a href="http://www.fyneworks.com/">Fyneworks.com</a> is licensed under the <a target="_blank" href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a> and the <a target="_blank" href="http://creativecommons.org/licenses/GPL/2.0/">GPL License</a>.</p>
691
692             <p>Copyright &copy; 2008 <a href="http://www.fyneworks.com/">Fyneworks.com</a></p>
693
694             <h2>jQuery insertAtCaret Plugin</h2>
695             <p>jQuery insertAtCaret Plugin v1.0 by the phpMyAdmin devel team is licensed under the <a target="_blank" href="http://www.gnu.org/licenses/gpl.html">GPL License</a>.</p>
696
697             <p>Copyright &copy; 2003-2010 phpMyAdmin devel team</p>
698
699             <h2>jQuery treetable Plugin</h2>
700
701             <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>
702
703             <h2>OpenJS Keyboard Shortcuts Library</h2>
704
705             <p>The <a href="http://www.openjs.com/scripts/events/keyboard_shortcuts/">OpenJS keyboard shortcuts library</a>
706                by Binny V A is licensed under the BSD license.</p>
707
708             <h2>jquery.dataTables.grouping.js</h2>
709             <p>The <a href="https://code.google.com/p/jquery-datatables-row-grouping/">jquery.dataTables.grouping.js</a>
710                plugin by Jovan Popovic is licensed under the BSD and GPL v2 license.</p>
711
712             <h2>jQuery Colvis plugin</h2>
713             <p>The <a href="http://datatables.net/extensions/colvis/">controls for column visiblity in DataTables</a>
714                 by Allan Jardine is licensed under the BSD 3 and GPL v2 license.</p>
715
716             <h2>jquery.multiple.select.js</h2>
717             <p>The <a href="http://wenzhixin.net.cn/p/multiple-select/">jQuery multiple select plugin</a>
718                by Zhixin Wen is licensed under the MIT license.</p>
719
720             <h2>Javascript Diff Algorithm</h2>
721             <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>
722
723             <h2>jQuery Validation Plugin</h2>
724             <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>
725
726             <h2>TinyMCE WYSIWYG editor</h2>
727             <p>The <a href="http://www.tinymce.com/">TinyMCE WYSIWYG editor v3.5.8 </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>
728         </div>
729
730         <div id="translations">
731             <h2>Translation</h2>
732             <ul>
733 <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.
734 <li>&#4768;&#4635;&#4653;&#4763; (Amharic) Getway II Ethiopia Co. (Yohannes Mulugeta (Team Leader), Tegene Assefa, Abiyot Bayou)</li>
735 <li>Armenian Tigran Zargaryan</li>
736 <li>&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080; (Bulgarian) Radoslav Kolev</li>
737 <li>euskara (Basque) Fernando Berrizbeitia, the librarians of Eima Katalogoa, Tabakalera International Contemporary Culture Centre, and Nere Erkiaga</li>
738 <li>&#2476;&#2494;&#2434;&#2482;&#2494; (Bengali) Parthasarathi Mukhopadhyay</li>
739 <li>&#20013;&#25991; (Chinese)</li>
740 <li>Hrvatski (Croatian)</li>
741 <li>&#x010D;e&#353;tina (Czech)</li>
742 <li>D&aelig;nsk (Danish)</li>
743 <li>Nederlands-Nederland (Dutch-The Netherlands) Sponsored by Rijksmuseum</li>
744 <li>Nederlands-Belgi&euml; (Dutch-Belgium)</li>
745 <li>English</li>
746 <li>suomi, suomen kieli (Finnish) Pasi Korkalo</li>
747 <li>Fran&ccedil;ais (French) <a href="http://www.koha-fr.org/content/lassociation-kohala">Kohala</a>, Pascale Nalon (ENSMP), and many more </li>
748 <li>Galego (Galician) Ignacio Javier</li>
749 <li>Deutsch (German) Friedrich zur Hellen, Robert Hillig, Katrin Fischer, Beda Szukics, Mirko Tietgen and Marc Véron</li>
750 <li>&#949;&#955;&#955;&#951;&#957;&#953;&#954;&#940; (Greek, Modern [1453- ]) Georgia Katsarou, Panoraia Gaitanou and Kiriaki Roditi</li>
751 <li>&#1506;&#1489;&#1512;&#1497;&#1514; (Hebrew)</li>
752 <li>&#2361;&#2367;&#2344;&#2381;&#2342;&#2368; (Hindi)</li>
753 <li>Magyar (Hungarian)Agnes Imecs</li>
754 <li>Norsk Bokmål (Norwegian) Axel Bojer and Thomas Gramstad</li>
755 <li>Norsk Nynorsk (Norwegian) Unni Knutsen and Marit Kristine Ådland</li>
756 <li>(Indonesian)</li>
757 <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>
758 <li>&#26085;&#26412;&#35486; (Japanese)</li>
759 <li>&#54620;&#44397;&#50612; (Korean)</li>
760 <li>&#3221;&#3240;&#3277;&#3240;&#3233; (kanna&#7693;a)</li>
761 <li>Latina (Latin)</li>
762 <li>Lao Anousak Anthony Souphavanh</li>
763 <li>M&#257;ori</li>
764 <li>&#3374;&#3378;&#3375;&#3390;&#3379;&#3330; (Malayalam)</li>
765 <li>&#1601;&#1575;&#1585;&#1587;&#1609; (Persian)</li>
766 <li>&#2835;&#2908;&#2879;&#2822; (&#x014D;&#7771;iy&#257;)</li>
767 <li>Polski (Polish)</li>
768 <li>Portugu&ecirc;s (Portuguese)</li>
769 <li>Rom&acirc;n&#259; (Romanian)</li>
770 <li>&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081; (Russian) Victor Titarchuk and Serhij Dubyk</li>
771 <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>
772 <li>Svenska (Swedish)</li>
773 <li>Tetun (Tetum) Karen Myers</li>
774 <li>&#3616;&#3634;&#3625;&#3634;&#3652;&#3607;&#3618; (Thai)</li>
775 <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>
776 <li>&#1575;&#1585;&#1583;&#1608;(Urdu) Ata ur Rehman</li>
777 <li>&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072; (Ukrainian) Victor Titarchuk and Serhij Dubyk</li>
778             </ul>
779
780         </div>
781
782         <div id="history">
783         <h2>Koha history timeline</h2>
784     [% IF ! timeline_read_error %]
785         <table style="cursor:pointer">
786         <thead>
787         <tr>
788             <td  style="font-weight:bold;" >Date</td>
789             <td  style="font-weight:bold;" >Description</td>
790         </tr>
791         </thead>
792         [% FOREACH tabl IN table2 %]
793             <tr class="[% loop.parity %]">
794                 [% FOREACH ro IN tabl.row2 %]
795                      <td>[% ro.date %]</td>
796                      <td>[% ro.desc|html %]</td>
797                 [% END %]
798             </tr>
799         [% END %]
800         </table>
801     [% ELSE %]
802         <div class="dialog alert">
803             Could not read the history.txt file. Please make sure &lt;docdir&gt; is correctly defined in koha-conf.xml.
804         </div>
805     [% END %]
806         </div>
807
808     </div>
809 </div></div></div>
810 [% INCLUDE 'intranet-bottom.inc' %]