mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-01-06 00:22:21 +00:00
Raccourci pour accéder aux vidéos depuis la page "Équipe"
This commit is contained in:
parent
cbcc29cb68
commit
c1f37ff530
@ -41,12 +41,14 @@
|
||||
if ($_SESSION["role"] == Role::ADMIN) { ?>
|
||||
<hr/>
|
||||
<? if ($team->getValidationStatus() == ValidationStatus::VALIDATED) { ?>
|
||||
<!--suppress HtmlUnknownTarget -->
|
||||
<a href="/videos-solutions#team-<?= $team->getTrigram() ?>"><button class="btn btn-primary btn-lg btn-block">
|
||||
Aller aux vidéos de l'équipe</button></a><br />
|
||||
<form method="POST">
|
||||
<div class="form-group row">
|
||||
<div class="form-group col-md-12">
|
||||
<label for="other_teams">L'équipe va recevoir les questions des équipes suivantes (merci d'en
|
||||
sélectionner
|
||||
exactement 2) :</label>
|
||||
sélectionner exactement 2) :</label>
|
||||
<select class="custom-select" id="other_teams" name="other_teams[]" multiple <?= Phase::getCurrentPhase() >= Phase::PHASE2 ? "disabled" : "" ?>>
|
||||
<?php
|
||||
/** @var Team $other_team */
|
||||
|
@ -13,7 +13,7 @@ for ($problem = 1; $problem <= 4; ++$problem) { ?>
|
||||
$team = Team::fromId($video->getTeam());
|
||||
$version = $video->getVersion();
|
||||
?>
|
||||
<div class="jumbotron">
|
||||
<div class="jumbotron" id="team-<?= $team->getTrigram() ?>">
|
||||
<h2>
|
||||
Équipe « <?= $team->getName() ?> » (<?= $team->getTrigram() ?>)
|
||||
</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user