".$msg[350]." > ".$msg['edit_resa_menu_a_traiter'].""; $aff_final .= " ".$msg[366]." ".$msg["empr_nom_prenom"]." ".$msg[233]." $msg[298] $msg[295] $msg[296] $msg[297] $msg[294] $msg[293] "; $tableau_resa = resa_list_resa_a_traiter () ; // echo "
" ; print_r($tableau_resa); echo "
" ; for ($j=0; $j< count($tableau_resa); $j++) { if ($no_notice!=$tableau_resa[$j]['resa_idnotice'] || $no_bulletin!=$tableau_resa[$j]['resa_idbulletin']) { $no_notice=$tableau_resa[$j]['resa_idnotice'] ; $no_bulletin=$tableau_resa[$j]['resa_idbulletin'] ; $tableau_expl_dispo = expl_dispo ($no_notice, $no_bulletin) ; // echo "
" ; print_r($tableau_expl_dispo); echo "
" ; $i = 0 ; } else $i++ ; if ($tableau_expl_dispo[$i]['location']) { $aff_final .= " ".$tableau_resa[$j]['rank']." ".$tableau_resa[$j]['resa_empr']." ".$tableau_resa[$j]['resa_tit']." ".$tableau_expl_dispo[$i]['location']." ".$tableau_expl_dispo[$i]['section']." ".$tableau_expl_dispo[$i]['expl_cote']." ".$tableau_expl_dispo[$i]['statut']." ".$tableau_expl_dispo[$i]['support']." ".$tableau_expl_dispo[$i]['expl_cb'].""; } } if ($aff_final) print pmb_bidi("\n\n$aff_final
\n\n") ; if (SESSrights & EDIT_AUTH) print pmb_bidi("".$msg['lien_traiter_reservations'].""); // echo "
"; print_r($tableau); echo "
"; break; case "resa_planning" : echo "

".$msg[350]." > ".$msg['edit_resa_planning_menu']."

"; print planning_list (0, 0, "", EDIT_INFO_GESTION) ; break; case "resa" : default: echo "

".$msg[350]." > ".$msg['edit_resa_menu']."

"; print resa_list (0, 0, 0) ; break; }