' . _("Back to the homepage of ") . ' ' . '' . NOMAPPLICATION . '.
'; bandeau_pied(); } else { // Step 4 : Data prepare before insert in DB if (Utils::issetAndNoEmpty('confirmation')) { $temp_results = array(); $choixdate=''; if (Utils::issetAndNoEmpty('totalchoixjour', $_SESSION) === true) { for ($i = 0; $i < count($_SESSION["totalchoixjour"]); $i++) { if(count($_SESSION['horaires'.$i])!=0) { for ($j=0;$j< min(count($_SESSION['horaires'.$i]),12);$j++) { if ($_SESSION['horaires'.$i][$j]!="") { array_push($temp_results, $_SESSION["totalchoixjour"][$i].'@'.$_SESSION['horaires'.$i][$j]); } else { array_push($temp_results, $_SESSION["totalchoixjour"][$i]); } } } else { array_push($temp_results, $_SESSION["totalchoixjour"][$i]); } } } // Sort and remove doublons $temp_results = array_unique($temp_results); sort($temp_results); for ($i=0;$i' . _("Your poll will be automatically removed 6 months after the last date of your poll:") . ' '.$removal_date.'.
' . _("You can fix another removal date for it.") .'
'. _("Once you have confirmed the creation of your poll, you will be automatically redirected on the administration page of your poll."). '
' . _("Then, you will receive quickly two emails: one contening the link of your poll for sending it to the voters, the other contening the link to the administration page of your poll.") .'