1
0
This commit is contained in:
Daniel Tartavel 2022-09-29 13:15:43 +02:00
parent 3889612951
commit 0058078d8d

View File

@ -12,7 +12,7 @@ print(' <br><br>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-12 text-center"> <div class="col-lg-12 text-center">
<h3>Gestion du site</h3> <h3>Gestion des votes</h3>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
@ -20,7 +20,7 @@ print(' <br><br>
$votationsList = $db->queryVotationList(); $votationsList = $db->queryVotationList();
foreach($votationsList as $votation) foreach($votationsList as $votation)
{ {
print'<a href="' . $vote_url . '"saisieVotes.php?idVotation=' . $votation["id"] . '>' . $votation["libelle"] . '</a>';
} }
print(' </ul> print(' </ul>
</div> </div>