proceed_ajax("autorites",$plugin,$sub); if($file){ include $file; } break; case 'extended_search': require_once($class_path."/search_authorities.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_authorities(true, $search_xml_file, $search_xml_file_full_path); $sc->proceed_ajax(); break; case 'get_auth_persos' : $authpersos = new authpersos(); print encoding_normalize::json_encode($authpersos->get_data()); break; case 'search_perso': require_once($class_path."/search_perso.class.php"); $search_p= new search_perso(0, 'AUTHORITIES'); $search_p->proceed_ajax(); break; case 'vedettes' : include("./autorites/vedettes/ajax_main.inc.php"); break; case 'get_authperso_form_vedette': include('./autorites/authperso/authperso_form_vedette.inc.php'); break; default: switch($action) { case "list": lists_controller::proceed_ajax($object_type, 'configuration/'.$categ); break; } break; endswitch;