0) { mysql_data_seek($mysql_result, $cpt); $row = mysql_fetch_array($mysql_result); $date_ID = $row["ID"]; $date_ville = $row["ville"]; $date_commentaire = $row["commentaire"]; $date_tarif = $row["tarif"]; $date_lieu = $row["lieu"]; $date_date[1] = date_convert_mysql2classic($row["date1"]); $date_date[2] = date_convert_mysql2classic($row["date2"]); $date_date[3] = date_convert_mysql2classic($row["date3"]); $date_date[4] = date_convert_mysql2classic($row["date4"]); $date_date[5] = date_convert_mysql2classic($row["date5"]); $nb_date_date = 5; $cpt2 = 1; while ($cpt2 <= $nb_date_date) { // classement des dates de formation $jour[$cpt2] = strtok($date_date[$cpt2], "/"); $mois[$cpt2] = strtok("/"); $annee[$cpt2] = strtok("/"); $cpt2 = $cpt2 + 1; } } // // Affichage de la page // if (!isset($formation_type)) $formation_type="manuel"; $rubriqueOW = $formation_type; include ("../../script/gab/ow.php"); ?>

0) { print " (" . $formation_duree . " "; if ($formation_duree > 1) { print "jours"; } else { print "jour"; } if ($formation_facultatif > 0) { print " + " . $formation_duree . " "; if ($formation_facultatif > 1) { print "jours"; } else { print "jour"; } } print ")"; } ?>

Objectifs

Public
" . $formation_requis; ?>

Programme

Jour 1
"; print $formation_programme; ?>

Jour 2"; if ($formation_facultatif > 0) print " (facultatif)"; print "
"; print $formation_programme2 . "

"; } ?>

Environnement pédagogique

0) { print "
Nombre maximum de stagiaires : " . $formation_nombre; } if ($formation_dossier != "") { print "
\nDossier stagiaire : " . $formation_dossier; } ?>

0) { ?>

Dates . Lieux d'ouverture. Inscriptions

Les séminaires ont lieu à 0) { if (mktime(09,00,00,$mois[1],$jour[1],$annee[1]) > time()) { if ($date_date[2] > 0) { print " aux dates suivantes : "; } elseif ($date_date[1] > 0) { print " à la date suivante : "; } print ""; $cpt2 = 1; // Affichage des dates de formation while ($cpt2 <= $nb_date_date) { if ($date_date[$cpt2] > 0) { if ($cpt2 > 1) print " - "; print $jour[$cpt2] . " "; if (($annee[$cpt2+1] != $annee[$cpt2]) OR (($date_date[$cpt2+1] > 0) AND ($mois[$cpt2] != $mois[$cpt2+1]))) { print $moisName[intval($mois[$cpt2])]; } if (($date_date[$cpt2+1] == 0) OR (($annee[$cpt2+1] != $annee[$cpt2]) AND ($cpt2 != 1))) { print " " . $annee[$cpt2]; } } $cpt2 = $cpt2 + 1; } print ""; } else { print ". Dates de formations à venir."; } } print "
" . $date_commentaire; ?>

Tarif : "; print $date_tarif; print " €TTC par personne"; if ($formation_facultatif != "") print " et par jour"; print "

"; } } print $footPage; ?>