function test_form(form){ unload_off(); !!return_form!! } function confirm_delete() { result = confirm(\"".$msg["confirm_suppr"]."\"); if(result) { unload_off(); document.location='./catalog.php?categ=serials&sub=collstate_delete&id=!!id!!&serial_id=!!serial_id!!&location=!!location_id!!'; } } function calculate_collections_state() { var url= \"./ajax.php?module=catalog&categ=collections_state&fname=calculate_collections_state\"; var state_col = new http_request(); var separator = ''; var post_params = \"&id_serial=!!serial_id!!&id_location=\"+document.getElementById('location_id').value; if(document.getElementById('collstate_advanced_expl_list_bulletins')) { post_params += \"&bulletins=\"+document.getElementById('collstate_advanced_expl_list_bulletins').value; } if(state_col.request(url,1,post_params)) alert(state_col.get_text()); else { document.getElementById('state_collections').value= state_col.get_text(); } }

!!libelle!!

!!location_field!! !!emplacement_field!! !!expl_list!!
!!support_field!! !!statut_field!! !!parametres_perso!!
!!delete!!
"; $location_field="
!!location!!
"; $statut_field="
!!statut!!
"; $emplacement_field="
!!emplacement!!
"; $support_field="
!!support!!
"; $tpl_collstate_liste_script=" "; $tpl_collstate_liste_form="
!!collstate_table!!
"; $collstate_list_header = " "; $collstate_list_footer ="
"; $tpl_collstate_liste[0]=" !!collstate_bulletins_list_th!! !!collstate_liste!!
".$msg["collstate_form_emplacement"]." ".$msg["collstate_form_cote"]." ".$msg["collstate_form_support"]." ".$msg["collstate_form_statut"]." ".$msg["collstate_form_origine"]." ".$msg["collstate_form_collections"]." ".$msg["collstate_form_archive"]." ".$msg["collstate_form_lacune"]."
"; $tpl_collstate_liste_line[0]=" !!emplacement_libelle!! !!cote!! !!type_libelle!! !!statut_libelle!! !!origine!! !!state_collections!! !!archive!! !!lacune!! !!collstate_bulletins_list_td!! "; $tpl_collstate_liste[1]=" $tpl_collstate_liste_script !!collstate_bulletins_list_th!! !!collstate_liste!!
".$msg["collstate_form_localisation"]." ".$msg["collstate_form_emplacement"]." ".$msg["collstate_form_cote"]." ".$msg["collstate_form_support"]." ".$msg["collstate_form_statut"]." ".$msg["collstate_form_origine"]." ".$msg["collstate_form_collections"]." ".$msg["collstate_form_archive"]." ".$msg["collstate_form_lacune"]."
"; $tpl_collstate_liste_line[1]=" !!localisation!! !!emplacement_libelle!! !!cote!! !!type_libelle!! !!statut_libelle!! !!origine!! !!state_collections!! !!archive!! !!lacune!! !!collstate_bulletins_list_td!! "; $tpl_collstate_surloc_liste = "".$msg["collstate_surloc"].""; $tpl_collstate_surloc_liste_line = "!!surloc!!"; $tpl_collstate_bulletins_list_th = "".$msg["collstate_linked_bulletins_list"].""; $tpl_collstate_bulletins_list_td = ""; $collstate_advanced_form = "

".$msg['collstate_advanced_form_title']."

!!caddie_bull!!
!!caddie_expl!!
"; $collstate_expl_list_form = "
".$msg["collstate_advanced_expl_list"]." (0)
"; $tpl_collstate_bulletins_list_page = "

".$msg['collstate_linked_bulletins_list_page_title']."

".$msg["collstate_form_localisation"]." !!localisation!!
".$msg["collstate_form_emplacement"]." !!emplacement_libelle!!
".$msg["collstate_form_cote"]." !!cote!!
".$msg["collstate_form_support"]." !!type_libelle!!
".$msg["collstate_form_statut"]." !!statut_libelle!!
".$msg["collstate_form_origine"]." !!origine!!
".$msg["collstate_form_collections"]." !!state_collections!!
".$msg["collstate_form_archive"]." !!archive!!
".$msg["collstate_form_lacune"]." !!lacune!!

!!paginator!!
!!bulletins_list!!
!!paginator!!
";