renommé: fichier/conf -> m/fichier/conf renommé: fichier/log -> m/fichier/log renommé: loadConf.py -> m/loadConf.py renommé: login.py -> m/login.py modifié: superTornado.py renommé: illegal.html -> v/illegal.html renommé: images/iut.jpg -> v/images/iut.jpg renommé: index.html -> v/index.html renommé: js/jquery-2.1.0.min.js -> v/js/jquery-2.1.0.min.js renommé: style/styles.css -> v/style/styles.css renommé: video.html -> v/video.html
		
			
				
	
	
		
			18 lines
		
	
	
		
			584 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			584 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 securise 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>
 |