|
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/highlandlabs/cqi-bin/ALFA_DATA/alfasymlink/root/domains/leedan/ |
Upload File : |
<!doctype html>
<html>
<title>Apartment Intercom System Results Page- Lobby Panels - Inside Apartment Stations - Intercom Amplifier</title>
<link rel="icon" href="favicon.png">
<link rel="stylesheet" type="text/css" href="system.css" />
<link rel="stylesheet" media="only screen and (min-device-width : 1200px)" type="text/css" href="Template.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("select").change(function(){
$(this).find("option:selected").each(function(){
if($(this).attr("value")=="IR204E"){
$(".box").not(".IR204E").hide();
$(".IR204E").show();
}
else if($(this).attr("value")=="IR107C"){
$(".box").not(".IR107C").hide();
$(".IR107C").show();
}
else if($(this).attr("value")=="IR444"){
$(".box").not(".IR444").hide();
$(".IR444").show();
}
else if($(this).attr("value")=="IR444SS"){
$(".box").not(".IR444SS").hide();
$(".IR444SS").show();
}
else if($(this).attr("value")=="IR444BR"){
$(".box").not(".IR444BR").hide();
$(".IR444BR").show();
}
else if($(this).attr("value")=="IR444BRQ"){
$(".box").not(".IR444BRQ").hide();
$(".IR444BRQ").show();
}
else if($(this).attr("value")=="IR107C"){
$(".box").not(".IR107C").hide();
$(".IR107C").show();
}
else if($(this).attr("value")=="IR107CSurface"){
$(".box").not(".IR107CSurface").hide();
$(".IR107CSurface").show();
}
else if($(this).attr("value")=="IR464"){
$(".box").not(".IR464").hide();
$(".IR464").show();
}
else if($(this).attr("value")=="IR464SS"){
$(".box").not(".IR464SS").hide();
$(".IR464SS").show();
}
else if($(this).attr("value")=="IR464BR"){
$(".box").not(".IR464BR").hide();
$(".IR464BR").show();
}
else if($(this).attr("value")=="IR464BRQ"){
$(".box").not(".IR464BRQ").hide();
$(".IR464BRQ").show();
}
else if($(this).attr("value")=="IR104E"){
$(".box").not(".IR104E").hide();
$(".IR104E").show();
}
else{
$(".box").hide();
}
});
}).change();
});
</script>
<script src="jquery.js"></script>
<script>
$(function(){
$("#divId").load("/Apartment-Intercom-<?php include'wire_value.php'; ?><?php include'units_value.php'; ?><?php include'mounting_value.php'; ?>.html");
});
</script>
</head>
<body>
<div class="containerconfig">
<div class="contentconfig">
<div class="header"><?php include 'LD-HeaderConfig.php';?></div>
<div id="divId">
</div>
</div>
<div><?php include 'footer.php';?></div>
</div>
</body>
</html>