home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / configuration / account / statistics.inc < prev   
Text File  |  2004-03-08  |  1KB  |  35 lines

  1. <?php
  2. /*
  3. Copyright Intermesh 2003
  4. Author: Merijn Schering <mschering@intermesh.nl>
  5. Version: 1.0 Release date: 08 July 2003
  6.  
  7. This program is free software; you can redistribute it and/or modify it
  8. under the terms of the GNU General Public License as published by the
  9. Free Software Foundation; either version 2 of the License, or (at your
  10. option) any later version.
  11. */
  12. ?>
  13. <table border="0">
  14. <tr>
  15.         <td colspan="2"><br /><h3><?php echo $ac_login_info; ?></h3></td>
  16. </tr>
  17. <tr>
  18.         <td><?php echo $ac_registration_time; ?>:</td>
  19.         <td><?php echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $profile['registration_time']+($_SESSION['GO_SESSION']['timezone']*3600)); ?></td>
  20. </tr>
  21. <tr>
  22.         <td><?php echo $ac_lastlogin; ?>:</td>
  23.         <td><?php echo date($_SESSION['GO_SESSION']['date_format'].' '.$_SESSION['GO_SESSION']['time_format'], $_SESSION['GO_SESSION']['lastlogin']+($_SESSION['GO_SESSION']['timezone']*3600)); ?></td>
  24. </tr>
  25. <tr>
  26.         <td><?php echo $ac_logins; ?>:</td>
  27.         <td><?php echo number_format($profile["logins"], 0, $_SESSION['GO_SESSION']['decimal_seperator'], $_SESSION['GO_SESSION']['thousands_seperator']); ?></td>
  28. </tr>
  29. </table>
  30.  
  31. <?php
  32. echo '<br />';
  33. $button = new button($cmdClose, "javascript:document.location='".$return_to ."'");
  34. ?>
  35.