diff --git a/include/fonctions.inc.php b/include/fonctions.inc.php index e4aeb3f..7f13005 100644 --- a/include/fonctions.inc.php +++ b/include/fonctions.inc.php @@ -154,6 +154,17 @@ function votesForm($path, $libelle = "", $method = 0) $db->close(); } +function candidatsForm($path, $idVotation, $idVote) +{ + //TODO vérification du formulaire en javascript + print('
'); + print(''); + print(''); + print('
') . EOLH; + print('') . EOLH; + print('') . EOLH; +} + function envoiMail($destinataire, $sujet, $text, $html=false, $cc='', $bcc='') {