Gestion des votes
');
$votationsList = $db->queryVotationList();
print ("");
foreach($votationsList as $votation)
{
print("
');
print('
"); if ($votation["status"] == 1) { print('' . $votation["libelle"] . ' | '); print(_("Cloturé")); }else { print('' . $votation["libelle"] . ' | '); print(_("En cours")); } print(' |