$FORM = new MECON_HTML_QuickForm ('usuarios_datos','post','usuarios-datos');
$USUARIO = new SAMURAI_Usuario($DB, $_GET['login']);
}
$FORM = new MECON_HTML_QuickForm ('usuarios_datos','post','usuarios-datos');
$USUARIO = new SAMURAI_Usuario($DB, $_GET['login']);
}
$FORM->addElement ('static', 'nrodoc' , 'Nro Documento' , $USUARIO->getNrodoc() );
$FORM->addElement ('static', 'nombre' , 'Nombre' , $USUARIO->getNombre() );
$perf =& $FORM->addElement('select', 'perfiles', 'Perfiles' , $PERFILES , array ('size'=>'5'));
$FORM->addElement ('static', 'nrodoc' , 'Nro Documento' , $USUARIO->getNrodoc() );
$FORM->addElement ('static', 'nombre' , 'Nombre' , $USUARIO->getNombre() );
$perf =& $FORM->addElement('select', 'perfiles', 'Perfiles' , $PERFILES , array ('size'=>'5'));