mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 09:40:29 +02:00
Nombreux changements mineurs
This commit is contained in:
@ -1,12 +1,14 @@
|
||||
<?php require_once "header.php" ?>
|
||||
|
||||
<div class="mt-4 mb-4">
|
||||
<h2 class="display-3">Problème <?= $problem ?></h2>
|
||||
<h2 class="display-3">
|
||||
<?= $problem == 0 ? "Équipes sans problème" : "Problème " . $problem ?>
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<hr/>
|
||||
|
||||
<h2>Équipes inscrites pour ce problème :</h2>
|
||||
<h2>Équipes inscrites <?= $problem > 0 ? "pour ce problème" : "sans problème choisi" ?> :</h2>
|
||||
|
||||
<table class="table table-striped table-bordered table-hover">
|
||||
<thead>
|
||||
|
Reference in New Issue
Block a user