1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-06 06:03:53 +02:00

Design phase 3

This commit is contained in:
galaxyoyo
2019-09-27 23:37:12 +02:00
parent b4da04a29e
commit 9b343e24f5
4 changed files with 54 additions and 70 deletions

View File

@ -16,7 +16,7 @@ require_once "header.php";
<?php
if ($video !== null) {
$link = $video->getLink();
echo "<div class=\"alert alert-info\">Lien de la vidéo déjà envoyée : <a href=\"$link\">$link</a> (version " . $video->getVersion() . ")</div>\n";
echo "<div class=\"alert alert-info\"><strong>Lien de la vidéo déjà envoyée :</strong> <a href=\"$link\">$link</a> (version " . $video->getVersion() . ")</div>\n";
displayVideo($link);
switch ($video->getValidation()) {
case 0: