Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64
Your IP : 18.119.135.67
<?
//Load the standard includes
include("../includes/secur_isloggedin.php");
//Make certain that the user is none other than sysadmin
if($session_username != "sysadmin"){
exit("Unauthorized usage of this page");
}
//continue standard includes
include("../includes/mysql_connect.php");
?>
<html>
<head>
<title>Administration - www.lhjmq.qc.ca</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../css/base.css" type="text/css">
<link rel="stylesheet" href="../css/admintheme.css" type="text/css">
<link rel="stylesheet" href="../css/tablespecials.css" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function VerifyForm(myForm){
//Verify the form information
if(myForm.courriel.value == ""){
//Alert user
alert("Vous devez entrer une adresse courriel.");
//Return false
return false;
}
return true;
}
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center" class="normaltext"><span class="titletext"><br>
Module d'administration</span><br>
<span class="subtitletext">www.lhjmq.qc.ca</span>
<hr width="70%" size="1" noshade>
<a href="../session/session_menu.php" class="normallink">Retour au menu principal</a><br>
<hr width="70%" size="1" noshade>
<table width="600" border="0" cellspacing="0" cellpadding="0" class="normaltext">
<tr>
<td width="30" class="darkbgcorner"> </td>
<td colspan="3" class="darkbgtop"><span class="subtitletext"><span class="darktitle">Console
de récupération</span></span></td>
</tr>
<tr>
<td width="30" class="darkbgleft"> </td>
<td width="200" align="right"> </td>
<td width="20"> </td>
<td width="350" align="left"> </td>
</tr>
<tr>
<td width="30" class="darkbgleft"> </td>
<td colspan="3" align="center" class="cellpadding5"> <p align="left"><strong>Introduction:</strong></p>
<p align="left">Lors d'un bloquage de système, toutes les groupes
sont révoqués, même ceux de l'administrateur système
(En cas où un intrus aurait réussis à entrer avec
le mot de passe de l'administrateur).</p>
<p align="left">Après un bloquage, la personne désigné
pour recevoir le code de débloquage par messagerie. C'est sur
cette page que vous pouver désigner la personne à recevoir
le code de débloquage.</p>
<form action="setup_execute.php" method="post" name="restore" id="restore" onSubmit="return VerifyForm(this)">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="normaltext">
<tr align="center">
<td colspan="3"><strong>Configuration du débloquage</strong></td>
</tr>
<tr>
<td width="200" align="right"> </td>
<td width="20"> </td>
<td> </td>
</tr>
<tr>
<td align="right" valign="top"><span class="errortext">*</span>
Adresse de messagerie</td>
<td> </td>
<td><input name="courriel" type="text" id="blockcode18" size="35" maxlength="255"></td>
</tr>
<tr>
<td align="right"> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td align="right"> </td>
<td> </td>
<td><input type="submit" name="Submit" value="Soumettre"> <input name="Reset" type="reset" id="Reset" value="Effacer">
<input name="Cancel" type="button" id="Cancel" onClick="MM_goToURL('parent','../session/session_menu.php');return document.MM_returnValue" value="Annuler">
</td>
</tr>
<tr>
<td align="right"> </td>
<td> </td>
<td> </td>
</tr>
</table>
</form></td>
</tr>
</table>
<br>
<hr width="70%" size="1" noshade>
<a href="../session/session_menu.php" class="normallink">Retour au menu principal</a>
<hr width="70%" size="1" noshade>
<?include("../includes/logogroupimage.php");?>
</div>
</body>
</html>
<?
//Load the standard includes footers
include("../includes/mysql_cleanup.php");
?>
|