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
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
<title>Acces camera</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Acces securise camera</h2>
|
||||
<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>
|
||||
|
90
v/index.html
90
v/index.html
@ -1,45 +1,45 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Page d'identification</title>
|
||||
<link rel="stylesheet" type="text/css" href="style/styles.css">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
|
||||
<link rel="shortcut icon" type="image/gif" href="images/favicon.gif" />
|
||||
<script type="text/javascript">
|
||||
// Si aucun login et mot de passe n'ont <EFBFBD>t<EFBFBD> saisis alors :
|
||||
function checkForm(form) {
|
||||
if(form.username.value == "" && form.password.value == "") {
|
||||
alert('Veuillez saisir votre login et votre mot de passe svp !')
|
||||
return false;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Login Logo -->
|
||||
<div id="login-logo">
|
||||
<img src="images/iut.jpg" alt="IUT Logo">
|
||||
</div>
|
||||
<!-- Login Form -->
|
||||
<div id="login-form">
|
||||
<!-- Header -->
|
||||
<h2>Page d'identification</h2>
|
||||
<!-- Form -->
|
||||
<form id="sw-login" method="POST" action="/">
|
||||
<!-- Username -->
|
||||
<div class="field">
|
||||
<label for="username">Identifiant</label>
|
||||
<input id="username" name="id" type="text">
|
||||
</div>
|
||||
<!-- Password -->
|
||||
<div class="field">
|
||||
<label for="password">Mot de passe</label>
|
||||
<input id="password" name="paswd" type="password">
|
||||
</div>
|
||||
<!-- On click on the submit button run the checkFrom function -->
|
||||
<input type="submit" value="Connexion" onclick="return checkForm(form);">
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Page d'identification</title>
|
||||
<link rel="stylesheet" type="text/css" href="style/styles.css">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
|
||||
<link rel="shortcut icon" type="image/gif" href="images/favicon.gif" />
|
||||
<script type="text/javascript">
|
||||
// Si aucun login et mot de passe n'ont été saisis alors :
|
||||
function checkForm(form) {
|
||||
if(form.username.value == "" && form.password.value == "") {
|
||||
alert('Veuillez saisir votre login et votre mot de passe svp !')
|
||||
return false;
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Login Logo -->
|
||||
<div id="login-logo">
|
||||
<img src="images/iut.jpg" alt="IUT Logo">
|
||||
</div>
|
||||
<!-- Login Form -->
|
||||
<div id="login-form">
|
||||
<!-- Header -->
|
||||
<h2>Page d'identification</h2>
|
||||
<!-- Form -->
|
||||
<form id="sw-login" method="POST" action="/">
|
||||
<!-- Username -->
|
||||
<div class="field">
|
||||
<label for="username">Identifiant</label>
|
||||
<input id="username" name="id" type="text">
|
||||
</div>
|
||||
<!-- Password -->
|
||||
<div class="field">
|
||||
<label for="password">Mot de passe</label>
|
||||
<input id="password" name="paswd" type="password">
|
||||
</div>
|
||||
<!-- On click on the submit button run the checkFrom function -->
|
||||
<input type="submit" value="Connexion" onclick="return checkForm(form);">
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Reference in New Issue
Block a user