<?php /* * Created on Sep 3, 2008 * 2.0 */ global $G; ?> <big><b><a href='<?=$URLP->GetExtendedURL()?>p=MyStuff'>My Stuff:</a> Change My Email Address</b></big> <p> <?=(isset($this->msg)?"<p><b>$this->msg</b></p>":null)?> <form action='<?=$URLP->GetExtendedURL()?>p=ChangeEmail' method='post'> <table border='0'> <tr><td>Current Address:</td><td><?=$email?></td></tr> <tr><td>New Address:</td><td><input type="text" class="text" name="email" size="20" /></td></tr> </table> <input type="submit" name="act" value="Change Email Address" /> </form> </p>