Chnaged version number to 0.0.6 in login form.
authorarjen <arjen>
Tue, 15 Jul 2003 11:05:32 +0000 (11:05 +0000)
committerarjen <arjen>
Tue, 15 Jul 2003 11:05:32 +0000 (11:05 +0000)
src/web/page.class.php

index 38ad422..7ebc5e9 100644 (file)
@@ -8,7 +8,7 @@
 ***********************
 **      FILE NAME      : page.class.php
 **      SYSTEM NAME    : Gnucomo - Gnu Computer Monitoring
 ***********************
 **      FILE NAME      : page.class.php
 **      SYSTEM NAME    : Gnucomo - Gnu Computer Monitoring
-**      VERSION NUMBER : $Revision: 1.3 $
+**      VERSION NUMBER : $Revision: 1.4 $
 **
 **  DESCRIPTION      : Base class for Gnucomo web interface pages.
 **
 **
 **  DESCRIPTION      : Base class for Gnucomo web interface pages.
 **
 
 /*****************************
    $Log: page.class.php,v $
 
 /*****************************
    $Log: page.class.php,v $
-   Revision 1.3  2003-02-19 09:12:27  arjen
+   Revision 1.4  2003-07-15 11:05:32  arjen
+   Chnaged version number to 0.0.6 in login form.
+
+   Revision 1.3  2003/02/19 09:12:27  arjen
    Added the 'form' class on table and td elements. This class is intended
    for borderless tables that are used to layout HTML forms.
 
    Added the 'form' class on table and td elements. This class is intended
    for borderless tables that are used to layout HTML forms.
 
@@ -38,7 +41,7 @@
 
 ******************************/
 
 
 ******************************/
 
-// RCSID = "$Id: page.class.php,v 1.3 2003-02-19 09:12:27 arjen Exp $";
+// RCSID = "$Id: page.class.php,v 1.4 2003-07-15 11:05:32 arjen Exp $";
 
 
 require_once('gnucomo_config.php');
 
 
 require_once('gnucomo_config.php');
@@ -59,7 +62,7 @@ function login_form()
 ?>
    <div class='login'>
    <h1 align="center">GNU Computer Monitoring</h1>
 ?>
    <div class='login'>
    <h1 align="center">GNU Computer Monitoring</h1>
-   <h4 align="center"><i>Version 0.0.5, February 21, 2003</i></h4>
+   <h4 align="center"><i>Version 0.0.6, July 15, 2003</i></h4>
    <p>
       <h2 class='error'><?php echo $last_error?></h2>
    </p>
    <p>
       <h2 class='error'><?php echo $last_error?></h2>
    </p>