buildRequest($req_type,$req_univ,$req_nb_lines,$req_datas); ajax_http_send_response($request); break; case 'getAttributes': if($c_type!="FI") $c_type=''; $attr=$rqt->getAttributes($fct_id,$c_type); ajax_http_send_response($attr,"text/xml"); break; default: break; } ?>