$msg[712]

"; // ---------------------------------------------------- // Titres uniformes // $ptab[230] : contenu de l'onglet 230 (Titres uniformes) // ---------------------------------------------------- global $pmb_use_uniform_title; if ($pmb_use_uniform_title) { $ptab[230] = "

".$msg["catal_onglet_titre_uniforme"]."

!!titres_uniformes!!
"; } else $ptab[230] = ""; // ---------------------------------------------------- // Mention de responsabilité // $ptab[1] : contenu de l'onglet 1 (mention de responsabilité) // ---------------------------------------------------- $aut_fonctions= marc_list_collection::get_instance('function'); if($pmb_authors_qualification){ $authors_qualification_tpl="
"; }else{ $authors_qualification_tpl=""; } $ptab[1] = "

$msg[243]

$authors_qualification_tpl
!!autres_auteurs!!
!!auteurs_secondaires!!
"; // ---------------------------------------------------- // Autres auteurs // ---------------------------------------------------- if($pmb_authors_qualification){ $authors_add_aut_button_tpl=""; $authors_qualification_tpl="
"; }else{ $authors_add_aut_button_tpl=" "; $authors_qualification_tpl=""; } $ptab[11] = "
$authors_add_aut_button_tpl
$authors_qualification_tpl
" ; // ---------------------------------------------------- // Autres secondaires // ---------------------------------------------------- if($pmb_authors_qualification){ $authors_add_aut_button_tpl=""; $authors_qualification_tpl="
"; }else{ $authors_add_aut_button_tpl=" "; $authors_qualification_tpl=""; } $ptab[12] = "
$authors_add_aut_button_tpl
$authors_qualification_tpl
" ; // ---------------------------------------------------- // Adresse, éditeurs, collection // ---------------------------------------------------- $ptab[2] = "

$msg[249]

 
"; // ---------------------------------------------------- // ISBN, EAN ou no. commercial // $ptab[3] : contenu de l'onglet 3 // ---------------------------------------------------- $ptab[3] = "

$msg[255]

"; // ---------------------------------------------------- // Collation // $ptab[4] : contenu de l'onglet 4 (collation) // ---------------------------------------------------- $ptab[4] = "

$msg[258]

"; // ---------------------------------------------------- // Notes // $ptab[5] : contenu de l'onglet 5 (notes) // ---------------------------------------------------- $ptab[5] = "

$msg[264]

"; // ---------------------------------------------------- // Indexation // $ptab[6] : contenu de l'onglet 6 (indexation) // ---------------------------------------------------- $ptab[6] = "

$msg[269]

!!categories_repetables!!
$msg[324]$msg[1901]$msg[325]
!!index_concept_form!!
"; // ---------------------------------------------------- // Catégories répétables // $ptab[60] // ---------------------------------------------------- $ptab[60] = "
"; $ptab[601] = "
"; // ---------------------------------------------------- // Langue de la publication // $ptab[7] : contenu de l'onglet 7 (langues) // ---------------------------------------------------- $ptab[7] = "

$msg[710]

!!langues_repetables!!
!!languesorg_repetables!!
"; // ---------------------------------------------------- // Langues répétables // $ptab[70] // ---------------------------------------------------- $ptab[70] = "
"; $ptab[701] = "
"; // ---------------------------------------------------- // Langues originales répétables // $ptab[71] // ---------------------------------------------------- $ptab[71] = "
"; $ptab[711] = "
"; // ----------------------------window.open------------------------ // Liens // $ptab[8] : contenu de l'onglet 8 (liens) // ---------------------------------------------------- $ptab[8] = "

$msg[274]

"; // ---------------------------------------------------- // Onglet map // ---------------------------------------------------- global $pmb_map_activate; $ptab[14] = ''; if ($pmb_map_activate) $ptab[14] = "

".$msg["notice_map_onglet_title"]."

!!notice_map!!
"; // ---------------------------------------------------- // Onglet Nomenclature // ---------------------------------------------------- global $pmb_nomenclature_activate; $ptab[15] = ''; if ($pmb_nomenclature_activate) $ptab[15] = "

".$msg["notice_nomenclature_onglet_title"]."

!!nomenclature_form!!
"; // ---------------------------------------------------- // Champs personalisés // $ptab[9] : Contenu de l'onglet 9 (champs personalisés) // ---------------------------------------------------- $ptab[9] = "

".$msg["notice_champs_perso"]."

!!champs_perso!!
"; // ---------------------------------------------------- // Champs de gestion // $ptab[10] : Contenu de l'onglet 10 (champs de gestion) // ---------------------------------------------------- $ptab[10] = "

".$msg["notice_champs_gestion"]."

!!notice_statut!!
".$msg["notice_is_new_gestion_no"]."
".$msg["notice_is_new_gestion_yes"]."
"; global $pmb_notice_img_folder_id; if($pmb_notice_img_folder_id) $ptab[10].= "
!!message_folder!!
"; $ptab[10].= "
!!indexation_lang!!
"; global $pmb_notices_show_dates; if($pmb_notices_show_dates) $ptab[10].= "
!!dates_notice!!
"; $ptab[10].= "
!!num_notice_usage!!
"; // ---------------------------------------------------- // Campos para la convocatoria // $ptab[999] : Contenido de la pestaña 999 (campos para la convocatoria) // ---------------------------------------------------- $ptab[999] = "

".$msg["notice_champs_convo"]."

!!champs_perso!!
"; // $form_notice : formulaire de notice global $pmb_catalog_verif_js; $form_notice = jscript_unload_question(); if ($pmb_use_uniform_title) { if(form_mapper::isMapped('notice')){ $form_notice.= " "; } } $form_notice.= " ".($pmb_catalog_verif_js!= "" ? "":"")."

!!libelle_form!!

"; if ($PMBuserid==1 && $pmb_form_editables==1) $form_notice.=""; if ($pmb_form_editables==1) $form_notice.=""; $form_notice.="
!!doc_type!! !!location!!
"; $form_notice .= "
!!tab0!!
!!tab1!!
!!tab2!!
!!tab3!!
!!tab4!!
!!tab5!!
!!tab6!!"; global $pmb_use_uniform_title; if ($pmb_use_uniform_title) $form_notice .= "
!!tab230!!"; $form_notice .= "
!!tab7!!
!!tab8!!
!!tab9!!
!!tab11!!
!!tab14!!
!!tab15!!
!!tab10!!
!!tab999!!
!!authperso!!
!!link_annul!! !!link_remplace!! !!link_duplicate!! !!link_audit!! !!link_z3950!!
!!link_supp!!
!!plugins_form!! "; // $notice_replace : form remplacement notice $notice_replace = "

".$msg['159']." !!old_notice_libelle!!

!!notice_replace_categories!!
".$msg['notice_replace_links_option_keep_all']." ".$msg['notice_replace_links_option_keep_replacing']." ".$msg['notice_replace_links_option_keep_replaced']."
"; $notice_replace_categories = "
 
".$msg[39]." ".$msg[40]."
 
"; $notice_replace_category = "
!!categ_libelle!!
";