73a1d1e3e4
modifié: m/loadConf.py modifié: m/log.py modifié: m/login.py modifié: superTornado.py nouveau fichier: test/AllowTest nouveau fichier: test/ConfTest nouveau fichier: test/MiEmulator.py nouveau fichier: test/a nouveau fichier: test/botTest.py nouveau fichier: test/mfp.cookies nouveau fichier: test/testFichier.py nouveau fichier: test/testMISignaux.py modifié: v/illegal.html modifié: v/index.html
18 lines
589 B
HTML
18 lines
589 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf8" />
|
|
<link rel="stylesheet" type="text/css" href="style/styles.css">
|
|
<title>Acces camera</title>
|
|
</head>
|
|
<body>
|
|
<h2>Acces non autorisé camera</h2>
|
|
<form action="/unauthorized" method="post">
|
|
<p>Forcer l'acces a la camera :</p>
|
|
Oui : <input type="radio" name="illegalAccess" value=1>
|
|
Non : <input type="radio" name="illegalAccess" value= 2 checked="checked"> <br/>
|
|
<input type="submit" value="Valider">
|
|
</form>
|
|
</body>
|
|
</html>
|