mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2024-12-05 02:06:52 +00:00
Correction d'affichage
This commit is contained in:
parent
e5501c2076
commit
7815737079
@ -2,8 +2,7 @@
|
||||
require_once "header.php";
|
||||
?>
|
||||
<?php
|
||||
if (false) {
|
||||
} elseif (Phase::getCurrentPhase() >= Phase::PHASE1) { ?>
|
||||
if (Phase::getCurrentPhase() >= Phase::PHASE1) { ?>
|
||||
<div class="mt-4 mb-4">
|
||||
<h1 class="display-4">Ma participation</h1>
|
||||
</div>
|
||||
@ -97,7 +96,7 @@ if (false) {
|
||||
continue;
|
||||
?>
|
||||
<div class="alert alert-info">
|
||||
<strong>Question <?= $question->getNumber() ?> :</strong> <?= preg_replace("#\n#", "<br />\n", $question->getQuestion()) ?>
|
||||
<strong><?= $question->getNumber() ? "Question " . $question->getNumber() : "Remarques générales" ?> :</strong> <?= preg_replace("#\n#", "<br />\n", $question->getQuestion()) ?>
|
||||
<br/>
|
||||
<?php
|
||||
if ($question->getAttachedFile() !== null) { ?>
|
||||
|
Loading…
Reference in New Issue
Block a user