debug
This commit is contained in:
parent
a294901f8a
commit
3bc763e943
@ -91,7 +91,7 @@ function choixVotation($path, $methode=2) //2 = toutes les votations 1 = votat
|
||||
}
|
||||
print ('<form method="get" action="' . $path . '">');
|
||||
print "<pre>";
|
||||
print '<input type="action" value="' . $action . '"';
|
||||
print '<input type="hidden" name="action" value="' . $action . '">';
|
||||
foreach($votations as $key => $value )
|
||||
{
|
||||
print '<input type="radio" name="id" value="' . $value["id"] . '"> ' . $value["titre"] . ' :' . $value["libelle"] . '<br>';
|
||||
|
Reference in New Issue
Block a user