1
0
This commit is contained in:
Daniel Tartavel 2023-03-16 16:24:09 +01:00
parent 51638bcce6
commit e87d019b1e

View File

@ -84,7 +84,7 @@ function choixVotation($path, $methode = 2, $confirm = true) //2 = toutes les v
foreach($votations as $key => $value ) foreach($votations as $key => $value )
{ {
//print '<input type="radio" name="id" value="' . $value["id"] . '"/> ' . $value["titre"] . '&nbsp;:' . $value["libelle"] . '<br>'; //print '<input type="radio" name="id" value="' . $value["id"] . '"/> ' . $value["titre"] . '&nbsp;:' . $value["libelle"] . '<br>';
print '<a href="' . $path . '?id=' . $value["id"] . '>' . $value["libelle"] . '</a><br>'; print '<a href="' . $path . '?id=' . $value["id"] . '">' . $value["libelle"] . '</a><br>';
} }
// TODO confirmation du choix par javascript si $confirm = true // TODO confirmation du choix par javascript si $confirm = true