| Server IP : 118.139.160.155 / Your IP : 216.73.217.130 Web Server : Apache System : Linux sg2plmcpnl504228.prod.sin2.secureserver.net 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64 User : twll3xqyaqrh ( 9725459) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/twll3xqyaqrh/public_html/ |
Upload File : |
<?php
include( "panel/connectionbd.php" );
include( "panel/mesfonctions.php" );
if (isset($_GET["operation"]))$operation = getchiffreInformations($_GET["operation"]);
if (isset($_GET["url"])) $url = $_GET["url"];
?>
<!doctype html>
<html>
<head>
<meta charset="iso-8859-1">
<title>Informations</title>
<style>
.conteneur-lightbox-contact {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
position: fixed;
width: 100%;
height: 100%;
font-family: 'Open Sans', sans-serif;
z-index: 1000;
}
.lightbox-contact {
position: relative;
width: 460px;
height: auto;
max-width: 98%;
margin: 0 auto;
background-color: #FFFFFF;
border-radius: 5pxpx;
z-index: 1005;
}
.close_ligh_box {
height: 20px;
width: 20px;
border-radius: 50%;
background-color: rgba(255, 255, 255, .5);
color: #c6c6c6;
font-size: 14px;
cursor: pointer;
position: absolute;
right: 7px;
top: 7px;
text-align: center;
font-stretch: expanded;
border: none;
display: flex;
align-items: center;
justify-content: center;
}
.titre-lightbox {
width: auto;
text-align: center;
padding: 11px 15px;
color: #FFFFFF;
background-color: #C25519;
text-transform: uppercase;
font-size: 23px;
}
.acroche-lightbox {
font-size: 16px;
color: #4b4b4b;
padding: 30px 0 15px 0;
text-align: left;
width: 90%;
margin: 0 auto;
line-height: 1.5;
}
form {
width: auto;
height: auto;
padding: 0 15px;
display: flex;
flex-direction: column;
}
form label {
display: flex;
flex-direction: column;
width: 100%;
font-size: 16px;
color: #4b4b4b;
margin-top: 10px;
}
form input,
form textarea {
padding: 0 15px;
height: 35px;
border: 1px solid #B4BBC6;
border-radius: 3px;
font-size: 16px;
margin-top: 15px;
}
textarea {
padding: 0 15px;
height: auto;
padding: 15px 0;
min-height: 90px;
}
#sendMail {
width: auto;
height: auto;
font-size: 18px;
color: #FFFFFF;
background-color: #C25519;
padding: 8px 30px;
border: none;
margin: 0;
cursor: pointer;
display: inline-block;
}
.conteneur-btn-form {
width: auto;
height: auto;
text-align: center;
padding: 15px 0;
margin-top: 20px;
background: #F6F7F9;
border-top: 1px solid #ccc;
}
.bloc_telechargement_wrapper {
width: auto;
float: none;
cursor: pointer;
padding: 0 20px;
}
.bloc_telechargement_description {
position: relative;
padding: 3px 0 10px 0;
font-size: 12px;
font-weight: 200;
line-height: 1.5;
font-weight: 600;
}
.bloc_telechargement {
/*! border: 1px solid #d5d5d5; */
/*! margin-bottom: 25px; */
position: relative;
background: rgba(216, 216, 216, 0.05);
padding: 8px;
min-height: auto;
height: auto;
display: flex;
justify-content: center;
}
.date_publication {
color: #7e7e7e;
text-transform: none;
font-size: 11px;
width: auto;
border-top: 1px solid #d8d8d8;
padding-top: 6px;
}
.date_publication span {
padding-right: 15px;
}
.bloc_telechargement::after {
position: absolute;
content: '';
width: 0;
height: 2px;
background: #0699CB;
bottom: 0;
transition: all linear 0.3s;
right: 0;
}
.bloc_telechargement:hover::after {
transition: all linear 0.3s;
width: 100%;
right: auto;
left: 0;
}
.bloc_telechargement_logo {
float: left !important;
text-align: center;
width: auto;
height: auto;
display: flex;
justify-content: center;
/*! padding-top: 8px; */
height: 40px;
}
.bloc_telechargement_logo img {
width: 40px;
height: 40px
}
.bloc_telechargement_texte {
overflow: hidden;
padding-top: 1px;
color: #4f4f4f;
font-size: 15px;
line-height: 1.4em;
height: auto;
min-height: auto;
font-weight: 200;
}
.bloc_telechargement:hover {
background-color: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.bloc_telechargement:hover::after {
transition: all linear 0.3s;
width: 100%;
right: auto;
left: 0;
}
.bloc_telechargement::after {
position: absolute;
content: '';
width: 0;
height: 2px;
background: #0699CB;
bottom: 0;
right: 0;
transition: all linear 0.3s;
}
.bloc_telechargement_footer {
width: auto;
position: absolute;
padding-top: 0;
/*! overflow: hidden; */
bottom: 0;
width: 100%;
/*! display: flex; */
}
.content_description {
display: flex;
/*! flex-direction: column; */
padding-left: 9px;
/*! position: relative; */
width: 100%;
align-items: center;
}
.content {
margin-top: 30px;
}
</style>
</head>
<body>
<div id="conteneur-lightbox-contact" class="conteneur-lightbox-contact">
<divi id="lightbox-contact" class="lightbox-contact">
<div id="entete-lightbox-contact" class="entete-lightbox">
<div class="titre-lightbox">
<?php echo utf8_encode($operation["titre"]) ?>
</div>
<div class="close_ligh_box" onClick="Cacher_opaciter('opacite')">x</div>
</div>
<div class="acroche-lightbox">
<?php echo utf8_encode($operation["valeur"])?>
</div>
<?php if($operation["fichier"]!=""){?>
<div class="conteneur_fichier">
<a href="img_chiffres/chiffre_<?php echo $operation[0];?>/fichier/<?php echo $operation["fichier"];?>" target="_blank" download="<?php echo $operation["fichier"];?>">
<div class="bloc_telechargement_wrapper">
<div class="bloc_telechargement">
<div class="bloc_telechargement_logo"><img src="images/icone_type/logo_pdf.png" alt="" width="70" height="70">
</div>
<div class="content_description">
<div class="bloc_telechargement_texte"> Téléchargez le fichier</div>
</div>
</div>
</div>
</a>
</div>
<?php }?>
<div class="contenu-light-box">
<div class="conteneur-btn-form">
<a href="<?php echo $url ?>"><div id="sendMail"> Voir les actualités </div></a>
</div>
</div>
</divi>
</div>
</body>
</html>