koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en about.tmpl,NONE,


From: Pat Eyler
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en about.tmpl,NONE,1.1
Date: Thu, 10 Apr 2003 01:45:47 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en
In directory sc8-pr-cvs1:/tmp/cvs-serv32484

Added Files:
        about.tmpl 
Log Message:
A first pass at creating an 'about' page for Koha (for bug reporters to use)


--- NEW FILE ---
<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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]