ajout lien pour enseignants vers ma_salle_live.php
This commit is contained in:
parent
4aee6d6108
commit
55280146b1
@ -1,6 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
include_once('libhome.php');
|
include_once('session.php');
|
||||||
$username = phpCAS::getUser();
|
$username = Username();
|
||||||
|
$profil = Profil($username);
|
||||||
|
$role = $roles[$profil];
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
@ -11,7 +14,14 @@ $username = phpCAS::getUser();
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p class="header">WINLOG</p>
|
<p class="header">WINLOG</p>
|
||||||
<p>compte : <i><?php echo($username); ?></i></p>
|
<p>compte : <i><?php echo($username); ?></i><br/>rôle : <i><?php echo($role); ?></i></p>
|
||||||
<p>Vous n'avez pas les autorisations requises pour utiliser Winlog</p>
|
<p>Vous n'avez pas les autorisations requises pour utiliser la console d'administration de Winlog</p>
|
||||||
|
<?php
|
||||||
|
if ($profil >= $niveaux[$roles[1]]) {
|
||||||
|
?>
|
||||||
|
<p>Peut-être souhaitez-vous simplement voir les <a href="ma_salle_live.php">connexions en cours de votre salle de cours</a> ?</p>
|
||||||
|
<?php
|
||||||
|
}
|
||||||
|
?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user