mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-01-07 14:22:22 +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) { ?>
|
if ($_SESSION["role"] == Role::ADMIN) { ?>
|
||||||
<hr/>
|
<hr/>
|
||||||
<? if ($team->getValidationStatus() == ValidationStatus::VALIDATED) { ?>
|
<? 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">
|
<form method="POST">
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<div class="form-group col-md-12">
|
<div class="form-group col-md-12">
|
||||||
<label for="other_teams">L'équipe va recevoir les questions des équipes suivantes (merci d'en
|
<label for="other_teams">L'équipe va recevoir les questions des équipes suivantes (merci d'en
|
||||||
sélectionner
|
sélectionner exactement 2) :</label>
|
||||||
exactement 2) :</label>
|
|
||||||
<select class="custom-select" id="other_teams" name="other_teams[]" multiple <?= Phase::getCurrentPhase() >= Phase::PHASE2 ? "disabled" : "" ?>>
|
<select class="custom-select" id="other_teams" name="other_teams[]" multiple <?= Phase::getCurrentPhase() >= Phase::PHASE2 ? "disabled" : "" ?>>
|
||||||
<?php
|
<?php
|
||||||
/** @var Team $other_team */
|
/** @var Team $other_team */
|
||||||
|
@ -13,7 +13,7 @@ for ($problem = 1; $problem <= 4; ++$problem) { ?>
|
|||||||
$team = Team::fromId($video->getTeam());
|
$team = Team::fromId($video->getTeam());
|
||||||
$version = $video->getVersion();
|
$version = $video->getVersion();
|
||||||
?>
|
?>
|
||||||
<div class="jumbotron">
|
<div class="jumbotron" id="team-<?= $team->getTrigram() ?>">
|
||||||
<h2>
|
<h2>
|
||||||
Équipe « <?= $team->getName() ?> » (<?= $team->getTrigram() ?>)
|
Équipe « <?= $team->getName() ?> » (<?= $team->getTrigram() ?>)
|
||||||
</h2>
|
</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user