Escape the version strings, just in case
[koha.git] / koha-tmpl / intranet-tmpl / default / en / about.tmpl
1 <TMPL_INCLUDE name="about-top.inc">
2
3 <TMPL_VAR NAME=about>
4
5 <p>Data about the current version of Koha for bug reports (or general 
6 interest).
7
8 <center>
9 <table border=1>
10   <tr bgcolor="white">
11       <td width=25%>Koha version:</td>
12       <td><TMPL_VAR ESCAPE=HTML NAME=kohaVersion></td>
13   </tr>
14   <tr bgcolor="white">
15       <td>OS version (from 'uname -a'):</td>
16       <td><TMPL_VAR ESCAPE=HTML NAME=osVersion></td>
17   </tr>
18   <tr bgcolor="white">
19       <td>Perl version:</td>
20       <td><TMPL_VAR ESCAPE=HTML NAME=perlVersion></td>
21   </tr>
22   <tr bgcolor="white">
23       <td>MySQL version:</td>
24       <td><TMPL_VAR ESCAPE=HTML NAME=mysqlVersion></td>
25   </tr>
26   <tr bgcolor="white">
27       <td>Apache version:</td>
28       <td><TMPL_VAR ESCAPE=HTML NAME=apacheVersion></td>
29   </tr>
30 </table>
31 </center>
32 <TMPL_INCLUDE name="about-bottom.inc">