Update of /cvsroot/openfirst/members
In directory sc8-pr-cvs1:/tmp/cvs-serv24199
Modified Files:
index.php
Log Message:
Added a table for the welcome message.
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/members/index.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** index.php 28 Sep 2003 14:05:42 -0000 1.8
--- index.php 1 Nov 2003 18:05:49 -0000 1.9
***************
*** 40,49 ****
}
?>
! <p>This is the <?php echo $title; ?> members area.<br>
! You are logged in as:
! <?php
! echo("<strong>$user->user</strong> the <strong>$user->membertype</strong> of the <strong>$user->division</strong> division of team <strong>$user->team.</strong>");
! ?>
! </p>
<?php } else {
showlogin();
--- 40,53 ----
}
?>
! <table width="400">
! <tr>
! <th>Logged In</th>
! </tr>
! <tr>
! <td><p> Welcome <b><?php echo("$user->firstname"); ?></b> to the <b><?php echo $title; ?></b> members area.<br>
! You now have access to all the member related back-end and information system.</td>
! </tr>
! </table>
! <p> </p>
<?php } else {
showlogin();
|