Nouveau candidat pour le vote "' . $voteName . '" de la votation "' . $votationName . '"
' . EOLH); if (empty($candidatsList)) { print("Aucun candidats saisi pour l'instant" . EOLH); }else { print('Liste des candidats
'); foreach($candidatsList as $line) { print(nl2br($line["libelle"]) . EOLH); print("" . $line["candidat"] . ""); } } candidatsForm($path, $idVotation, $idVote); } print('