This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
DUT2PTUT/v/illegal.html
sidya82 73a1d1e3e4 modifié: m/fichier/conf
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
2014-03-30 22:11:36 +02:00

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>