| 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
session_start();
include("panel/connectionbd.php");
include("panel/mesfonctions.php");
$reference= $_GET["reference"];
$commune=getcommuneInformationsbyreference($reference);
?>
<!doctype html>
<html>
<head>
<meta charset="iso-8859-1">
<title>Informations</title>
<style>
.conteneur-lightbox{
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{
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: #077230;
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: #077230;
text-transform: uppercase;
font-size: 23px;
}
.acroche-lightbox{
font-size: 16px;
color: #4b4b4b;
padding: 30px 0 15px 0;
text-align: center;
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: #077230;
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;
border-top: 1px solid #CDCFD2;
}
</style>
</head>
<body>
<div id="conteneur-lightbox-contact" class="conteneur-lightbox">
<divi id="lightbox-contact" class="lightbox">
<div id="entete-lightbox-contact" class="entete-lightbox">
<div class="titre-lightbox">Information</div>
<div class="close_ligh_box" onClick="Cacher_opaciter('opacite2')">x</div>
</div>
<div class="acroche-lightbox">
Pas de réalisations pour <strong>la commune de <?php echo utf8_encode($commune["titre"])?></strong>. <br>
Veuillez en sélectionner une autre.
</div>
<div class="contenu-light-box">
<div class="conteneur-btn-form">
<div id="sendMail" onClick="Cacher_opaciter('opacite2')"> Fermer </div>
</div>
</div>
</divi>
</div>
<script>
/
</script>
</body>
</html>