'); /*================================================================================================== nouvelle intervention (1) */ echo("
Nouvelle intervention
DescriptionDateLieuHoraires
".$infosIntervention['iDescription']."".$infosIntervention['iDdate']."".$infosIntervention['iLieu']."de ".$infosIntervention['iHeureDebut']." à ".$infosIntervention['iHeureFin']."
".$infosIntervention['programme1']."
ajouter des intervenantsIntervenants "); $numPa = 0; foreach ($lesParticipants as $unParticipant) { if ( $unParticipant['rOrdre'] == 1 AND $numPa < 7) { $numPa = $numPa+1; $participant=$unParticipant['uNom'] . " " . $unParticipant['uPrenom']; echo(""); } } echo("
" . $participant . " x
(suite) "); $numP = 0; foreach ($lesParticipants as $unParticipant) { if ($unParticipant['rOrdre'] == 1 ) { $numP = $numP+1; if ($numP > 7) { $participant = $unParticipant['uNom'] . " " . $unParticipant['uPrenom']; echo(""); } } } while ($numP<14) { echo(""); $numP = $numP+1; } echo("
".$participant." x
...  
Observations
".$infosIntervention['commentaire1']."
"); /*================================================================================================== Onglet (2) */ echo (" "); /*================================================================================================== Onglet 3 */ echo (" "); ?>