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

34 lines
No EOL
720 B
Cheetah

<HTML>
<TMPL_VAR NAME=about>
<p>Data about the current version of Koha for bug reports (or general
interest).
<center>
<table border=1 width=75%>
<tr bgcolor="white">
<td>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>
</body>
</HTML>