'."\n";
echo _("Select your dates amoung the free days (green). The selected days are in blue.
You can unselect a day previously selected by clicking again on it.") ."\n";
echo '
'."\n";
//debut du tableau qui affiche le calendrier
echo ''."\n";
//affichage de tous les jours choisis
if ($_SESSION["totalchoixjour"]&&(!$_POST["choixheures_x"]||$erreur)) {
//affichage des jours
echo '
'."\n";
echo ''. _("Selected days") .' :
'."\n";
//affichage de l'aide pour les jours
echo _("For each selected day, you can choose, or not, meeting hours in the following format :
- empty,
- \"8h\", \"8H\" or \"8:00\" to give a meeting's start hour,
- \"8-11\", \"8h-11h\", \"8H-11H\" ou \"8:00-11:00\" to give a meeting's start and end hour,
- \"8h15-11h15\", \"8H15-11H15\" ou \"8:15-11:15\" for the same thing but with minutes.") .'
'."\n";
echo ''."\n";
//affichage des boutons de formulaire pour annuler, effacer les jours ou créer le sondage
echo ''."\n";
//si un seul jour et aucunes horaires choisies, : message d'erreur
if (($_POST["choixheures"]||$_POST["choixheures_x"])&&(count($_SESSION["totalchoixjour"])=="1"&&$_POST["horaires0"][0]==""&&$_POST["horaires0"][1]==""&&$_POST["horaires0"][2]==""&&$_POST["horaires0"][3]==""&&$_POST["horaires0"][4]=="")) {
echo ''. _("Enter more choices for the voters") .'
|
'."\n";
$erreur=true;
}
}
//s'il n'y a pas d'erreur et que le bouton de creation est activé, on demande confirmation
if ( ! $erreur &&($_POST["choixheures"]||$_POST["choixheures_x"])) {
$taille_tableau=sizeof($_SESSION["totalchoixjour"])-1;
$jour_arret=$_SESSION["totalchoixjour"][$taille_tableau]+200000;
if ($_SESSION["langue"]=="EN") {
$date_fin=date("l, F jS Y",$jour_arret);
} else {
$date_fin=strftime(_("%A, den %e. %B %Y"),$jour_arret);
}
echo '
'. _("Your poll will expire automatically 2 days after the last date of your poll.") .'
'. _("Removal date") .' : '.$date_fin.'
'."\n";
echo ''."\n";
echo ''."\n";
echo ''. _("Once you have confirmed the creation of your poll, you will be automatically redirected on the page of your poll.
Then, you will receive quickly an email contening the link to your poll for sending it to the voters.") .''."\n";
echo' '."\n";
// echo''."\n";
// echo 'Pour finir la création du sondage, cliquez sur le bouton ci-dessous'."\n";
// echo ' '."\n";
echo ''."\n";
}
echo ' |
'."\n";
echo ''."\n";
echo '
'."\n";
//fin du formulaire et bandeau de pied
echo ''."\n";
//bandeau de pied
echo '
'."\n";
echo '
'."\n";
bandeau_pied_mobile();
echo ''."\n";
echo ''."\n";
//bouton de nettoyage de tous les jours choisis
if ($_POST["reset"]) {
for ($i=0;$i';
}
}