mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 01:32:05 +01:00 
			
		
		
		
	Affichage de liens d'information pour les tournois
This commit is contained in:
		@@ -11,7 +11,7 @@ $team = $_SESSION["team"];
 | 
			
		||||
if (!isset($user) || isset($_GET["blank"]) || $_SESSION["role"] == Role::ORGANIZER || $_SESSION["role"] == Role::ADMIN) {
 | 
			
		||||
	$tournament = Tournament::fromName($_GET["blank"]);
 | 
			
		||||
 | 
			
		||||
	$majeur = isset($_SESSION["mineur"]) ? 0 : 1;
 | 
			
		||||
	$majeur = isset($_GET["mineur"]) ? 0 : 1;
 | 
			
		||||
 | 
			
		||||
	$tex = file_get_contents("assets/Autorisation_droit_image_" . ($majeur ? "majeur" : "mineur") . ".tex");
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,11 @@
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
<div class="alert alert-info">
 | 
			
		||||
    <strong>Instructions :</strong> <a href="/Instructions.pdf?blank=<?= $tournament->getName() ?>">Télécharger</a>
 | 
			
		||||
    <strong>Instructions :</strong> <a href="/Instructions.pdf?blank=<?= $tournament->getName() ?>">Télécharger</a><br />
 | 
			
		||||
	<strong>Autorisation de droit à l'image - majeur :</strong> <a href="/Autorisation de droit à l'image.pdf?blank=<?= $tournament->getName() ?>">Télécharger</a><br />
 | 
			
		||||
	<strong>Autorisation de droit à l'image - mineur :</strong> <a href="/Autorisation de droit à l'image.pdf?mineur&blank=<?= $tournament->getName() ?>">Télécharger</a><br />
 | 
			
		||||
	<strong>Autorisation parentale :</strong> <a href="/Autorisation parentale.pdf?blank=<?= $tournament->getName() ?>">Télécharger</a><br />
 | 
			
		||||
	<strong>Fiche sanitaire :</strong> <a href="/Fiche sanitaire.pdf?blank=<?= $tournament->getName() ?>">Télécharger</a>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
<div class="alert alert-info">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user