* @copyright Catalyst .Net Ltd * @license http://gnu.org/copyleft/gpl.html GNU GPL v2 */ require_once("User.php"); /** * A class for viewing and maintaining RSCDS User records * * @package rscds */ class RSCDSUser extends User { /** * Constructor - nothing fancy as yet. */ function RSCDSUser( $id , $prefix = "") { parent::User( $id, $prefix ); } /** * Render the form / viewer as HTML to show the user * @return string An HTML fragment to display in the page. */ function Render($title = "" ) { $html = ""; dbg_error_log("User", ":Render: type=$this->WriteType, edit_mode=$this->EditMode" ); $ef = new EntryForm( $REQUEST_URI, $this->Values, $this->EditMode ); $ef->NoHelp(); // Prefer this style, for the moment $html = '