1
0
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:
Yohann
2019-10-04 22:36:23 +02:00
parent 7eba8b542b
commit 57b8f7bdfe
13 changed files with 142 additions and 43 deletions

View File

@ -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>