|
Lines 34-40
Link Here
|
| 34 |
|
34 |
|
| 35 |
<table> |
35 |
<table> |
| 36 |
<caption>Server information</caption> |
36 |
<caption>Server information</caption> |
| 37 |
<tr><th scope="row">Koha version: </th><td>[% kohaVersion | html %]</td></tr> |
37 |
<tr><th scope="row">Koha version: </th><td>[% kohaVersion | html %]<br /> |
|
|
38 |
<br /> |
| 39 |
<strong>Currently Supported Versions</strong><br /> |
| 40 |
[% FOREACH supportedVersion IN supportedVersions %] |
| 41 |
[% supportedVersion | html %]<br /> |
| 42 |
[% END %] |
| 43 |
[% IF supportedVersions.size < 1 %]Unknown[% END %] |
| 44 |
</td></tr> |
| 38 |
<tr><th scope="row">OS version ('uname -a'): </th><td>[% osVersion | html %]</td></tr> |
45 |
<tr><th scope="row">OS version ('uname -a'): </th><td>[% osVersion | html %]</td></tr> |
| 39 |
<tr><th scope="row">Perl interpreter: </th><td>[% perlPath | html %]</td></tr> |
46 |
<tr><th scope="row">Perl interpreter: </th><td>[% perlPath | html %]</td></tr> |
| 40 |
<tr><th scope="row">Perl version: </th><td>[% perlVersion | html %]</td></tr> |
47 |
<tr><th scope="row">Perl version: </th><td>[% perlVersion | html %]</td></tr> |
| 41 |
- |
|
|