mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 16:42:28 +01:00 
			
		
		
		
	Ajout d'un séparateur horizontal
This commit is contained in:
		@@ -15,8 +15,6 @@ $tournament_data = $DB->query("SELECT `name`, `date_start` FROM `tournaments` WH
 | 
				
			|||||||
$documents_req = $DB->prepare("SELECT `file_id`, `user`, `type`, COUNT(`type`) AS `version` FROM `documents` WHERE `team` = ? GROUP BY `type` ORDER BY `user`, `type` ASC, `uploaded_at` DESC;");
 | 
					$documents_req = $DB->prepare("SELECT `file_id`, `user`, `type`, COUNT(`type`) AS `version` FROM `documents` WHERE `team` = ? GROUP BY `type` ORDER BY `user`, `type` ASC, `uploaded_at` DESC;");
 | 
				
			||||||
$documents_req->execute([$team_data["id"]]);
 | 
					$documents_req->execute([$team_data["id"]]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
?>
 | 
					?>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<?php include "header.php" ?>
 | 
					<?php include "header.php" ?>
 | 
				
			||||||
@@ -41,6 +39,8 @@ for ($i = 1; $i <= 6; ++$i) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
?>
 | 
					?>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<hr />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<h2>Autorisations</h2>
 | 
					<h2>Autorisations</h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<?php
 | 
					<?php
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user