mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 03:42:11 +01:00 
			
		
		
		
	Début de gestion des mails et quelques modifications
This commit is contained in:
		@@ -21,10 +21,10 @@ echo substr($s, 0, -2);
 | 
			
		||||
<strong>Nombre d'équipes maximal :</strong> <?= $tournament->getSize() ?><br />
 | 
			
		||||
<strong>Lieu :</strong> <?= $tournament->getPlace() ?><br />
 | 
			
		||||
<strong>Prix par partipant :</strong> <?= $tournament->getPrice() == 0 ? "Gratuit" : $tournament->getPrice() . " €" ?><br />
 | 
			
		||||
<strong>Dates :</strong> Du <?= echoDate($tournament->getStartDate()) ?> au <?= echoDate($tournament->getEndDate()) ?><br />
 | 
			
		||||
<strong>Clôture des inscriptions :</strong> <?= echoDate($tournament->getInscriptionDate(), true) ?><br />
 | 
			
		||||
<strong>Date limite d'envoi des solutions :</strong> <?= echoDate($tournament->getSolutionsDate(), true) ?><br />
 | 
			
		||||
<strong>Date limite d'envoi des notes de synthèse :</strong> <?= echoDate($tournament->getSynthesesDate(), true) ?><br />
 | 
			
		||||
<strong>Dates :</strong> Du <?= formatDate($tournament->getStartDate()) ?> au <?= formatDate($tournament->getEndDate()) ?><br />
 | 
			
		||||
<strong>Clôture des inscriptions :</strong> <?= formatDate($tournament->getInscriptionDate(), true) ?><br />
 | 
			
		||||
<strong>Date limite d'envoi des solutions :</strong> <?= formatDate($tournament->getSolutionsDate(), true) ?><br />
 | 
			
		||||
<strong>Date limite d'envoi des notes de synthèse :</strong> <?= formatDate($tournament->getSynthesesDate(), true) ?><br />
 | 
			
		||||
<strong>Description :</strong> <?= $tournament->getDescription() ?><br />
 | 
			
		||||
<?php
 | 
			
		||||
if ($tournament->isFinal())
 | 
			
		||||
@@ -73,7 +73,7 @@ if ($tournament->isFinal())
 | 
			
		||||
					?>
 | 
			
		||||
				</td>
 | 
			
		||||
				<td style="border: 1px solid black; text-align: center"><?= $team_data["trigram"] ?></td>
 | 
			
		||||
				<td style="border: 1px solid black; text-align: center"><?= echoDate($team_data["inscription_date"]) ?></td>
 | 
			
		||||
				<td style="border: 1px solid black; text-align: center"><?= formatDate($team_data["inscription_date"]) ?></td>
 | 
			
		||||
				<td style="border: 1px solid black; text-align: center">
 | 
			
		||||
					<?php
 | 
			
		||||
					switch (ValidationStatus::fromName($team_data["validation_status"])) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user