. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. * */ if (($RBAC_Response=$RBAC->userCanAccess("PM_LOGIN"))!=1) return $RBAC_Response; G::LoadClass("xmlMenu"); $form = new Form ( 'myInfo/myInfoAEdit.xml' , PATH_XMLFORM ); $form->action = urlencode( G::encrypt( '' ,URL_KEY ) ); $form->ajaxServer = urlencode( G::encrypt( SYS_URI . '/gulliver/defaultAjax' ,URL_KEY ) ); $template = PATH_CORE . 'templates/xmlform.html'; print $G_FORM->render( $template , $scriptCode ); ?>