proceed_ajax("circ",$plugin,$sub); if($file){ include $file; } break; case 'bannette': include('./circ/bannette/ajax_main.inc.php'); break; case 'search_perso': require_once($class_path."/search_perso.class.php"); $search_p= new search_perso(0, 'EMPR'); $search_p->proceed_ajax(); break; case 'extended_search': require_once($class_path."/search.class.php"); if(!isset($search_xml_file)) $search_xml_file = ''; if(!isset($search_xml_file_full_path)) $search_xml_file_full_path = ''; $sc=new search(true, $search_xml_file, $search_xml_file_full_path); $sc->proceed_ajax(); break; case 'groupexpl' : switch($action) { case "list": lists_controller::proceed_ajax($object_type, 'items'); break; } break; default: ajax_http_send_error('400',$msg["ajax_commande_inconnue"]); break; endswitch;