| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/rsdgroup/ |
Upload File : |
<?php
include_once("conf/settings.php");
include_once("conf/func.php");
$getStaticPageData = getStaticPage("tbl_static_pages",8);
?>
<?php foreach($getStaticPageData as $key => $val){ ?>
<!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><script src="googleanalytics.js" type="text/javascript"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo $getStaticPageData[$key]['metaTitle']; ?></title>
<meta name="Keywords" content="<?php echo $getStaticPageData[$key]['metaKeywords']; ?>">
<meta name="Description" content="<?php echo $getStaticPageData[$key]['metaDescription']; ?>">
<link href="css/stylesheet.css" rel="stylesheet" type="text/css" />
<script src="js/SpryMenuBar.js" type="text/javascript"></script>
<link href="css/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<script src="js/jquery-1.7.1.min.js"></script>
<script language="javascript">
function selectclass(tab_id)
{
document.getElementById('Page1_li').className="";
document.getElementById('Page1_tab_data').style.display="none";
document.getElementById('Page2_li').className="";
document.getElementById('Page2_tab_data').style.display="none";
document.getElementById(tab_id+"_li").className="active";
document.getElementById(tab_id+"_tab_data").style.display="block";
}
</script>
<script type="text/javascript" src="js/jquery.cycle.all.js"></script>
<script type="text/javascript">
$.fn.cycle.defaults.speed = 1500;
$.fn.cycle.defaults.timeout = 1000;
$(function() {
// run the code in the markup!
$('#demos pre code').each(function() {
eval($(this).text());
});
});
</script>
<?php include_once("fccode.php"); ?></head>
<body>
<div class="wrapper">
<!--Main Count Start Here-->
<div class="MainCount fl">
<!--Main Count Left Start Here-->
<div class="MainCount_left fl">
<!--Header Count Start Here-->
<div class="HEaderCount fl">
<!--Header Banner Count Start Here-->
<div class="HEaderBanner_Count fl">
<?php
if($getStaticPageData[$key]['headerImage'] != ''){?>
<img src="cat_images/headerImage/<?php echo $getStaticPageData[$key]['headerImage']; ?>" border="0" height='318' width='765'/>
<?php }
else{ ?>
<img src="images/Main_Banner.png" border="0" alt="" title="" />
<?php } ?>
</div>
<!--Header Banner Count End Here-->
<!--Mid Count Start Here-->
<div class="MidCount fl">
<?php include_once("inc/menu.php"); ?>
<!--Mid Count Mid Start Here-->
<div class="MidCount_Mid fl" style='text-align:justify;'>
<h1><?php echo $getStaticPageData[$key]['staticTitle']; ?></h1>
<?php echo stripslashes($getStaticPageData[$key]['staticDescription']); ?>
</div>
<!--Mid Count Mid End Here-->
<!--Mid Count Bot Start Here-->
<div class="MidCount_Bot fl"></div>
<!--Mid Count Bot End Here-->
</div>
<!--Mid Count End Here-->
</div>
<!--Header Count End Here-->
</div>
<!--Main Count Left End Here-->
<!--Main Count Left Start Here-->
<div class="MainCount_right fr">
<!--Logo Count Start Here-->
<?php include_once('inc/logo-Search.php'); ?>
<!--Search Count End Here-->
<?php include_once('inc/rightPanelImage.php'); ?>
<!--Product Count Start Here-->
<?php include_once('inc/newsEvent.php'); ?>
</div>
<!--Main Count Left End Here-->
</div>
<!--Main Count End Here-->
</div>
<?php include_once('inc/footer.php'); ?>
<?php } ?>
</body>
<script language="javascript">
selectclass('Page1');
</script>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</html>