[Openfirst-cvscommit] members index.php,1.11,1.12
Brought to you by:
xtimg
From: <dav...@us...> - 2003-12-22 23:08:40
|
Update of /cvsroot/openfirst/members In directory sc8-pr-cvs1:/tmp/cvs-serv1859 Modified Files: index.php Log Message: Mostly design changes. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/members/index.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** index.php 23 Nov 2003 19:07:28 -0000 1.11 --- index.php 22 Dec 2003 23:08:37 -0000 1.12 *************** *** 33,43 **** <h1>Members Area</h1> ! <?php ! if(isset($user->email) == false || $user->email == "") { ! echo("<p><strong>You have not <a href='updateprofile.php'>updated your e-mail address</a>. ! Important team announcements will be delivered to you via e-mail, and if you do not have ! an up to date e-mail address listed in your profile you will miss out on these.</strong></p>"); ! } ! ?> <table width="400"> <tr> --- 33,50 ---- <h1>Members Area</h1> ! <?php if(isset($user->email) == false || $user->email == "") { ?> ! <table width="636"> ! <tr> ! <th>Account Preferences</th> ! </tr> ! <tr> ! <td><strong>You have not <a href='updateprofile.php'>updated your e-mail address</a>. ! Important team announcements will be delivered to you via e-mail, and if ! you do not have an up to date e-mail address listed in your profile you ! will miss out on these.</strong></td> ! </tr> ! </table> ! <p> </p> ! <?php } ?> <table width="400"> <tr> |