| Server IP : 127.0.0.1 / Your IP : 216.73.216.48 Web Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT DESKTOP-3H4FHQJ 10.0 build 19045 (Windows 10) AMD64 User : win 10 ( 0) PHP Version : 8.2.12 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/khalafsite-backup/21-8-2019/xampp/htdocs/khalaf/ |
Upload File : |
<?php
include("db_con.php");
//include("function.php");
?>
<html>
<head>
<title>Khalaf sons</title>
<link rel="stylesheet" type="text/css" href="main_css/project.css" >
</head>
<body id="body">
<div class="main_home">
<div class="main_log">
<img src="kvt_icon/khalaf_log.jpg" width="100%" height="100%" style="border-radius:20px;" classk="main_home_icon" />
</div>
<div class="main_text_title">Khalaf Sons Estate</div>
<a href="index.php"><button class="main_home_btn" onmouseover="close_more_home_btn_area();">Home</button></a>
<a href="projects.php"><button onClick="show_main_container();" class="main_home_btn" onmouseover="close_more_home_btn_area();">Projects</button></a>
<a href="version_two.php"><button class="main_home_btn" onmouseover="close_more_home_btn_area();">Properties</button></a>
<button class="main_home_btn" onmouseover="close_more_home_btn_area();">Contacts</button>
<img src="kvt_icon/linkedin_icon.png" class="main_home_icon" />
<img src="kvt_icon/instagram2.png" class="main_home_icon" />
<img src="kvt_icon/fb_icn2.png" class="main_home_icon" />
</div>
<div class="positioning_main_home"></div>
<div class="content_area">
<?php
$get_property = "select * from khalaf_propertytb";
$run_get_property = mysqli_query($con,$get_property);
while($row_get_property = mysqli_fetch_array($run_get_property))
{
$property_id = $row_get_property['id'];
$property_name = $row_get_property['property_name'];
$property_details = $row_get_property['property_details'];
$property_image = $row_get_property['property_image'];
?>
<div class="buliding_details">
<div style="float:left;width:70%;height:30px;line-height:30px;font-size:1.5em;font-weight:bold;margin-top:6px;margin-left:3%;backgroundk:red;"><?php echo"$property_name"; ?></div>
<button onClick="show_more_option();" style="float:right;height:30px;margin-right:0.5%;font-size:1.2em;margin-top:6px;cursor:pointer;border:1px solid #ededed;background:transparent;">o</button>
<div style="float:left;width:100%;font-size:1.2em;margin-left:1px;"><?php echo"$property_details"; ?></div>
</div>
<div id="more_option_area" onmouseleave="close_more_option();" style="float:right;width:9%;height:90px;margin-left:81%;margin-top:90px;background:#ededed;position:absolute;display:none;">
<button onClick="close_more_option();" style="float:right;background:white;color:red;border:transparent;cursor:pointer;">x</button>
<a href="extraction.php?proper_id=<?php echo"$property_id"; ?>"><button style="float:left;width:100%;height:20px;margin-bottom:5px;font-size:0.9em;background :transparent;border:transparent;cursor:pointer;">Add Images</button></a>
<a href="extraction.php?proper_id_edit=<?php echo"$property_id"; ?>"><button style="float:left;width:100%;height:20px;margin-bottom:5px;font-size:0.9em;background:transparent;border:transparent;cursor:pointer;">Edit</button></a>
</div>
<div id="preview_banner" class="main_banner">
<img src="property_images/<?php echo"$property_image"; ?>" width="100%" height="100%" classk="main_home_icon" />
</div>
<div class="more_banner_images">
<div class="single_banner_images">
<img onClick="show_property_image_main(this.id);" id="<?php echo"$property_image"; ?>" src="property_images/<?php echo"$property_image"; ?>" width="100%" height="100%" style="cursor:pointer;" classk="main_home_icon" />
</div>
<?php
$more_property_images = "select * from property_albumtb";
$run_more_property_images = mysqli_query($con,$more_property_images);
while($row_more_property_images = mysqli_fetch_array($run_more_property_images))
{
$property_image_id = $row_more_property_images['id'];
$property_image_url = $row_more_property_images['image_url'];
?>
<div class="single_banner_images">
<img onClick="show_property_image_id(this.id);" id="<?php echo"$property_image_url"; ?>" src="property_album_images/<?php echo"$property_image_url"; ?>" width="100%" height="100%" style="cursor:pointer;" classk="main_home_icon" />
</div>
<?php } ?>
</div>
<?php } ?>
<script>
function show_more_option()
{
document.getElementById('more_option_area').style.display="block";
}
function close_more_option()
{
document.getElementById('more_option_area').style.display="none";
}
function show_property_image_main(spm)
{
document.getElementById('preview_banner').innerHTML="";
var x = document.createElement("IMG");
x.setAttribute("src", "property_images/"+spm);
x.setAttribute("width", "100%");
x.setAttribute("height", "100%");
document.getElementById('preview_banner').appendChild(x);
}
function show_property_image_id(spi)
{
document.getElementById('preview_banner').innerHTML="";
var x = document.createElement("IMG");
x.setAttribute("src", "property_album_images/"+spi);
x.setAttribute("width", "100%");
x.setAttribute("height", "100%");
document.getElementById('preview_banner').appendChild(x);
}
</script>
<!--div id="meonly" class="single_banner_images"></div-->
</div><!-- end of content_area-->
<div class="content_area">
<div class="buliding_details">
<div style="font-size:1.5em;font-weight:bold;margin-left:20px;">Adliya Towers</div>
<div style="font-size:1.2em;margin-left:8px;">
The Buliding, Is The Beginning Of Your Journey To The Unltimate Luxury, A World Filled With Warmth And The captivating
Sea Breeze That Transforms Your Life To A Wonderful Relaxation
</div>
</div>
<div class="main_banner">
<img src="buliding_images/DSC_5326.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="more_banner_images">
<div class="single_banner_images">
<img src="buliding_images/DSC_4869.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_4881.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_4913.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_4918.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_4926.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
</div>
</div><!-- end of content_area-->
<div class="content_area">
<div class="buliding_details">
<div style="font-size:1.5em;font-weight:bold;margin-left:20px;">Ajoor Towers</div>
<div style="font-size:1.2em;margin-left:8px;">
The Buliding, Is The Beginning Of Your Journey To The Unltimate Luxury, A World Filled With Warmth And The captivating
Sea Breeze That Transforms Your Life To A Wonderful Relaxation
</div>
</div>
<div class="main_banner">
<img src="buliding_images/DSC_5307.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="more_banner_images">
<div class="single_banner_images">
<img src="buliding_images/DSC_5310.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_4860.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_4861.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_4863.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_4864.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
</div>
</div><!-- end of content_area-->
<div class="content_area">
<div class="buliding_details">
<div style="font-size:1.5em;font-weight:bold;margin-left:20px;">Lenox1 Plaza</div>
<div style="font-size:1.2em;margin-left:8px;">
The Beginning Of Your Journey To The Unltimate Luxury, A World Filled With Warmth And The captivating
Sea Breeze That Transforms Your Life To A Wonderful Relaxation
</div>
</div>
<div class="main_banner">
<img src="buliding_images/DSC_6223.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="more_banner_images">
<div class="single_banner_images">
<img src="buliding_images/DSC_6105.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_6021.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_6022.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_6028.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_6044.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
</div>
</div><!-- end of content_area-->
<div class="content_area">
<div class="buliding_details">
<div style="font-size:1.5em;font-weight:bold;margin-left:20px;">Lenox2 Plaza</div>
<div style="font-size:1.2em;margin-left:8px;">
The Beginning Of Your Journey To The Unltimate Luxury, A World Filled With Warmth And The captivating
Sea Breeze That Transforms Your Life To A Wonderful Relaxation
</div>
</div>
<div class="main_banner">
<img src="buliding_images/DSC_6139.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="more_banner_images">
<div class="single_banner_images">
<img src="buliding_images/DSC_6116.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_6129.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_6129.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_6177.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
<div class="single_banner_images">
<img src="buliding_images/DSC_6182.jpg" width="100%" height="100%" style="positionk:fixed;" classk="main_home_icon" />
</div>
</div>
</div><!-- end of content_area-->
<script>
function show_more_home_btn()
{
document.getElementById('more_home_btn_area').style.display="block";
}
function close_more_home_btn_area()
{
document.getElementById('more_home_btn_area').style.display="none";
}
</script>
<div style="float:left;width:100%;height:100px;background:black;color:white;margin-top:20px;text-align:center;font-size:1.2em;">@Khalaf Sons Real Estate 2019.</div>
</body>
</html>