mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-26 23:18:40 +02:00
Support de la finale
This commit is contained in:
@ -70,8 +70,9 @@ while (($data_tournament = $req->fetch()) !== false) {
|
||||
<form method="POST">
|
||||
<input type="hidden" name="tournament" value="<?= $id ?>" />
|
||||
<input type="hidden" name="tournament_name" value="<?= $data_tournament["name"] ?>" />
|
||||
<input type="submit" name="download_zip" value="Télécharger l'archive" />
|
||||
<input style="width: 100%;" type="submit" name="download_zip" value="Télécharger l'archive" />
|
||||
</form>
|
||||
<hr />
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user