Gestion des votes

    '); $votationsList = $db->queryVotationList(); print ("
    "); foreach($votationsList as $votation) { print("
    '); } print('
    "); print('' . $votation["libelle"] . ''); if ($votation["status"] == 1) { print(_("Cloturé")); }else { print(_("En cours")); } print('
    '); print('
'); require_once './footer.html'; ?>