mirror of
				https://gitlab.com/animath/si/plateforme-corres2math.git
				synced 2025-11-04 12:32:23 +01:00 
			
		
		
		
	Correction d'affichage
This commit is contained in:
		@@ -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) { ?>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user