Koha/koha-tmpl/intranet-tmpl/default/en/about.tmpl

32 lines
No EOL
767 B
Cheetah

<TMPL_INCLUDE name="cat-top.inc">
<TMPL_VAR NAME=about>
<p>Data about the current version of Koha for bug reports (or general
interest).
<center>
<table border=1>
<tr bgcolor="white">
<td width=25%>Koha version:</td>
<td><TMPL_VAR NAME=kohaVersion></td>
</tr>
<tr bgcolor="white">
<td>OS version (from 'uname -a'):</td>
<td><TMPL_VAR NAME=osVersion></td>
</tr>
<tr bgcolor="white">
<td>Perl version:</td>
<td><TMPL_VAR NAME=perlVersion></td>
</tr>
<tr bgcolor="white">
<td>MySQL version:</td>
<td><TMPL_VAR NAME=mysqlVersion></td>
</tr>
<tr bgcolor="white">
<td>Apache version:</td>
<td><TMPL_VAR NAME=apacheVersion></td>
</tr>
</table>
</center>
<TMPL_INCLUDE name="cat-bottom.inc">