From 6383cedf893bb59f9eba9025f931625233a2c2a2 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Mon, 26 Sep 2022 10:45:12 +0200 Subject: [PATCH] new function candidatsForm() --- include/fonctions.inc.php | 11 +++++++++++ 1 file changed, 11 insertions(+) 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='') {