ÿØÿà JFIF ` ` ÿþxØ
| Server IP : 109.234.164.53 / Your IP : 216.73.216.110 Web Server : Apache System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64 User : computer3 ( 1098) PHP Version : 7.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/computer3/litsolide.com/ODLDDD_2/cp-admin/log/ |
Upload File : |
<?php
/* for inline label eye */
$lab = 1;
include_once '../../includes/configure_site.php';
include_once 'includes/db_connect.php';
include_once 'includes/functions.php';
sec_session_start();
if (login_check($mysqli) == true) {
$logged = 'in';
} else {
$logged = 'out';
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Back office</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Gcms -->
<link href="javascript/bootstrap/css/bootstrap.css" rel="stylesheet" media="screen" />
<link href="javascript/font-awesome/css/font-awesome.min.css" type="text/css" rel="stylesheet" />
<link type="text/css" href="stylesheet/stylesheet.css" rel="stylesheet" media="screen" />
<!-- Original -->
<link href="../assets/css/font-awesome.min.css" rel="stylesheet">
<link href="styles/bootstrap-responsive.css" rel="stylesheet">
<link href="styles/style.css?1407166711" rel="stylesheet">
<!-- Secure -->
<script type="text/JavaScript" src="js/sha512.js"></script>
<script type="text/JavaScript" src="js/forms.js"></script>
<link rel="stylesheet" href="styles/main.css" />
<style>
.check-text input {
display: none;
}
.check-text input ~ span {
cursor: pointer;
padding: 6px;
border-radius: 2px;
font-weight: 200;
}
.check-text input ~ .checked {
display: none;
}
.check-text input:checked ~ .checked {
display: inline-block;
}
.check-text input:checked ~ .unchecked {
display: none;
}
.check-text input:disabled ~ span {
color: #999;
cursor: not-allowed;
}
.blackNwhite {
position: absolute;
background-color: black;
height: 100%;
width: 100%;
}
.glyphicon {
position: relative;
top: -40px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 10000;
float: right; color:#1288B3
}
label{
font-size: 13pt; color:#999
}
.help-block a { font-size: 13pt;color:#999}
.help-block a:hover { font-size: 13pt;color:#1288B3}
h1 {
margin-bottom: 1em;
font-size: 30px;
color: #1288B3;
font-weight: 100;
}
h1 span {
display:block;
font-size: 13pt; color:#1288B3
}
.fa {
font-size: 13pt; color:#999
}
.panel-footer .fa {
font-size: 14pt; color:#fff
}
.panel-login {
position: fixed;
top: 10%;
left: 50%;
z-index: 1050;
width: 480px;
padding-left: 35px;
padding-right: 35px;
margin-left: -240px;
height: 450px;
background-color: #Fff;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 3px;
outline: medium none;
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
background-clip: padding-box;
}
.panel-footer {
padding: 15px 15px 15px;
margin-bottom: 0px;
text-align: right;
background-color: #eee;
border-top: 0;
border-radius: 3px;
box-shadow: 0;
}
</style>
</head>
<body onload="document.forms['login_form'].elements['input-username'].focus()">
<div id="container">
<div id="content">
<div class="container-fluid"><br />
<br />
<div class="row">
<div class="col-sm-offset-4 col-sm-4">
<div class="panel panel-login">
<div class="panel-heading"><br />
<h1>CP CaddieWeb<span> <?php echo$version_foot ?></span></h1>
</div>
<div class="panel-body">
<?php if ($success) { ?>
<div class="alert alert-success"><i class="fa fa-check-circle"></i> <?php echo $success; ?>
<button type="button" class="close" data-dismiss="alert">×</button>
</div>
<?php } ?>
<?php if ($error_warning) { ?>
<div class="alert alert-danger"><i class="fa fa-exclamation-circle"></i> <?php echo $error_warning; ?>
<button type="button" class="close" data-dismiss="alert">×</button>
</div>
<?php } ?>
<form action="includes/process_login.php" method="post" name="login_form">
<div class="form-group">
<label for="input-username"><i>Login</i></label>
<div class="input-group" style="height: 50px"><span class="input-group-addon"><i class="fa fa-user"></i></span>
<input type="text" name="email" placeholder="Votre adresse Email" id="input-username" class="form-control" style="height: 50px;font-size:13pt" />
</div>
</div>
<div class="form-group">
<label for="input-password"><i>Password</i></label>
<div class="input-group" style="height: 50px"><span class="input-group-addon"><i class="fa fa-lock"></i></span>
<input type="password" name="password" id="password" placeholder="Votre Mot de passe" class="form-control" style="height: 50px;font-size:13pt" />
</div>
<?php if ($lab>0){ ?>
<label class="check-text">
<input onclick="myFunction()" type='checkbox'/><span class="glyphicon glyphicon-eye-open checked"></span><span class="glyphicon glyphicon-eye-close unchecked"></span>
</label>
<?php } ?>
<span class="help-block"><a href="<?php echo$lien_agence ?>"><i>Mot de passe oublié</i></a></span>
</div>
</div>
<div class="panel-footer">
<button type="submit" value="Login" onclick="formhash(this.form, this.form.password);" class="btn btn-primary" style="font-size:13pt"><i class="fa fa-sign-in"></i> Connexion</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
function myFunction() {
var x = document.getElementById("password");
if (x.type === "password") {
x.type = "text";
} else {
x.type = "password";
}
}
</script>
</body>
</html>