$p_libelle = $cat->parent_libelle; $v_value = $cat->voir_id; if ($v_value) { $voir = new category($v_value); $v_libelle = $voir->catalog_form; } //renvois voir aussi $see_also = $cat->associated_terms; //Non utilisisable en indexation $not_use_in_indexation = $cat->not_use_in_indexation; //numero autorite $n = new noeuds($id); $num_aut = $n->autorite; //import bloqué $import_denied = $n->authority_import_denied; if (noeuds::isProtected($id)) { $aff_node_info = false; } else { $aff_node_info = true; } } else { $action = "./autorites.php?categ=categories&sub=update&id={$id}&parent={$parent}"; $delete_button = ''; $title = $msg[319]; $libelle = ''; $c_form = ''; if ($parent) { $pr = new category($parent); $p_value = $pr->id; $p_libelle = $pr->catalog_form; } else {