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