debug
This commit is contained in:
parent
e933068af0
commit
7dfe6ba3d5
@ -16,9 +16,9 @@ print(' <br><br>
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<ul>');
|
');
|
||||||
$votationsList = $db->queryVotationList();
|
$votationsList = $db->queryVotationList();
|
||||||
print ("<div><table>");
|
print ("<table>");
|
||||||
foreach($votationsList as $votation)
|
foreach($votationsList as $votation)
|
||||||
{
|
{
|
||||||
print("<tr><td>");
|
print("<tr><td>");
|
||||||
@ -30,10 +30,10 @@ foreach($votationsList as $votation)
|
|||||||
{
|
{
|
||||||
print(_("En cours"));
|
print(_("En cours"));
|
||||||
}
|
}
|
||||||
print('</td></tr><br>');
|
print('</td></tr>');
|
||||||
}
|
}
|
||||||
print('</table></div>');
|
print('</table>');
|
||||||
print(' </ul>
|
print('
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>');
|
</section>');
|
||||||
|
Reference in New Issue
Block a user