') . EOL; print('

Nouveau vote

'); if (empty($idVotation)) { if (array_key_exists("idVotation", $GLOBALS)) { $idVotation = $GLOBALS["idVotation"]; }else { choixVotation($path); } } print("

"); votesForm($path); print('
'); require_once("footer.html"); ?>