Fixed the link to previous and next page which were loosing the frameworkcode
[koha.git] / koha-tmpl / intranet-tmpl / default / en / about.tmpl
1 <!-- TMPL_INCLUDE NAME="about-top.inc" -->
2
3 <div id="mainbloc">
4         <!-- TMPL_VAR NAME="about" -->
5         <h1>Data about the current version of Koha for bug reports (or general interest).</h1>
6         <div id="bloc25">
7                 <h2>Server information</h2>
8                 <p><label class="label100">Koha version</label><!-- TMPL_VAR ESCAPE=HTML name="kohaVersion" --></p>
9                 <p><label class="label100">OS version ('uname -a')</label><!-- TMPL_VAR ESCAPE=HTML name="osVersion" --></p>
10                 <p><label class="label100">Perl version</label><!-- TMPL_VAR ESCAPE=HTML name="perlVersion" --></p>
11                 <p><label class="label100">MySQL version</label><!-- TMPL_VAR ESCAPE=HTML name="mysqlVersion" --></p>
12                 <p><label class="label100">Apache version</label><!-- TMPL_VAR ESCAPE=HTML name="apacheVersion" --></p>
13         </div>
14         <div id="bloc25">
15                 <h2>Special thanks to the following libraries</h2>
16                 <p><b>Horowhenua Library Trust</b>, New Zealand, and Rosalie Blake, Head of Libraries, (Koha 1.0)</p>
17                 <p>The <b>Nelsonville Public Library</b>, USA, Ohio (MARC support funding)</p>
18                 <p><b>EMN (Ecole des Mines de Nantes)</b>, France (Suggestion, stats modules and improved ldap support funding)</p>
19                 <p><b>ENSMP (Ecole Nationale Supérieure des Mines de Paris)</b>, France (biblio frameworks, MARC authorities, OPAC basket, Serials support funding)</p>
20         </div>
21         <div id="bloc25">
22                 <h2>Core team for 2.2</h2>
23                 <p><b>Rachel Hamilton-Williams</b>, Kaitiaki</p>
24                 <p><b>Paul Poulain</b>, 2.2 release manager (MARC developer)</p>
25                 <p>Stephen Hedges, Owen Leonard, Joshua Ferraro (<b>Nelsonville Public Library</b>)</p>
26                 <p><b>Katipo Communications</b> (Koha 1.0 developers)</p>
27                 <ul>
28                         <p>Rachel Hamilton-Williams, General Manager (Webmistress)</p>
29                         <p>Chris Cormack, 1.2 release manager</p>
30                         <p>and Simon Blake, Amanda Atkins, Operations Manager, Olwen Williams, Finlay Thompson,</p>
31                         <p>Gynn Lomax, Richard Anderson, Jeremy Blake, Rebecca Holden, Olive T. Canine</p>
32                 </ul>
33                 <p>Emiliano Marmonti, Matías Veleda & Sebastian Catañeda <b>La Plata University, Argentina</b> (barcode printing)</p>
34                 <p>MJ Ray and <b>Turo Technology LLP</b>, (quality control, installer &amp; updater, 2.0 release maintainer)</p>
35                 <p>Nicholas Rosasco, (Documentation Compiler)</p>
36                 <p>Mike Hansen</p>
37                 <p><b>Pate Eyler</b> (Kaitiaki from 2002 to 2004)</p>
38         </div>
39         <div id="bloc25">
40         <h2>Thanks to</h2>
41                                         <p>Adam Thick</p>
42                                         <p>Andrew Hooper</p>
43                                         <p>Al Banks</p>
44                                         <p>Ambrose Li (translation tool)</p>
45                                         <p>Andrew Arensburger (the small &amp; great C4::Context module)</p>
46                                         <p>Benedykt P. Barszcz (Polish for 2.0)</p>
47                                         <p>Brig C. McCoy</p>
48                                         <p>Daniel Holth</p>
49                                         <p>David Strainchamps</p>
50                                         <p>Dorian Meid (German translation)</p>
51                                         <p>doXulting (Matthieu Branlat) OPAC basket</p>
52                                         <p>Ed Summers (Some code and Perl packages like MARC::Record)</p>
53                                         <p>Esiee School (Jérome Vizcaino, Michel Lerenard, Pierre Cauchois)</p>
54                                         <p>Florian Bischof</p>
55                                         <p>Francisco M. Marzoa Alonso</p>
56                                         <p>Glen Stewart</p>
57                                         <p>Henri-Damien Laurent</p>
58                                         <p>Jo Ransom</p>
59                                         <p>Kip DeGraaf</p>
60                                         <p>Marco Gaiarin</p>
61                                         <p>Md. Aftabuddin</p>
62                                         <p>Michaes Herman</p>
63                                         <p>Mike Johnson</p>
64                                         <p>Mike Mylonas</p>
65                                         <p>Nicolas Morin (French Translation in 2.0)</p>
66                                         <p>Pawel Skuza (Polish for 1.2)</p>
67                                         <p>Regula Sebastiao</p>
68                                         <p>Roger Buck</p>
69                                         <p>Ron Wickersham</p>
70                                         <p>Sebastiaan Durand</p>
71                                         <p>Steve Tonnesen (early MARC work, Virtual Bookshelves concept, KohaCD)</p>
72                                         <p>Universidad ORT Uruguay (Ernesto Silva, Andres Tarallo)</p>
73         </div>
74         <div id="bloc25">
75         <h2>Translation</h2>
76                 <p><label>French</label>Pascale Nalon (ENSMP) and Jean Yves Lemaire (Saint Germain sur Morin)</p>
77                 <p><label>Chinese</label>Ambrose Li</p>
78                 <p><label>Spanish</label>Andres Tarallo</p>
79                 <p><label>Italian</label>Giuseppe Angilella</p>
80         </div>
81 </div>
82 <!-- TMPL_INCLUDE NAME="about-bottom.inc" -->