| 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/uatb2c.hellogtx.com/application/layouts/template4/ |
Upload File : |
<?php
header("Access-Control-Allow-Origin: *");
$object = Zend_Controller_Front::getInstance();
$options = $object->getParam('bootstrap')->getOption('bootstrap');
$baseUrl = $options['siteUrl'];
$siteName = $options['siteName'];
$stylecss = $options['stylecss'];
$tollfreenumber = $options['tollfreenumber'];
$whatsappnumber = $options['whatsappnumber'];
$modulename = $object->getRequest()->getModuleName();
//echo $modulename;
// $staticDataDomestic1 = $this->staticDataDomestic;
// echo"<pre>"; print_r($staticDataDomestic1);die();
$controller = $object->getRequest()->getControllerName();
//echo $controller; die();
$action = $object->getRequest()->getActionName();
$currentPaymentGateway = Catabatic_Helper::getCurrentPaymentGateway();
$actionArray = array(
'modulename' => $modulename,
'controller' => $controller,
'action' => $action,
'PaymentGateway' => $currentPaymentGateway,
);
//echo $action; die();
define('CONST_PACKAGE_TRAVELER_MAX_ROOM', $options['CONST_PACKAGE_TRAVELER_MAX_ROOM']);
define('CONST_PACKAGE_TRAVELER_MAX_ADULT_IN_ROOM', $options['CONST_PACKAGE_TRAVELER_MAX_ADULT_IN_ROOM']);
define('CONST_PACKAGE_TRAVELER_MAX_CHILD_IN_ROOM', $options['CONST_PACKAGE_TRAVELER_MAX_CHILD_IN_ROOM']);
define('CONST_PACKAGE_TRAVELER_MAX_INFANT_IN_ROOM', $options['CONST_PACKAGE_TRAVELER_MAX_INFANT_IN_ROOM']);
$mydevice = Zend_Controller_Action_HelperBroker::getStaticHelper('General')->getDevice();
$getMypopCookie = Zend_Controller_Action_HelperBroker::getStaticHelper('General')->getMypopCookie('MyCookies'); // get the popup sessions
$contactDetail = Zend_Controller_Action_HelperBroker::getStaticHelper('Custom')->getContactDetailForFooter();
$tollfreenumber = ($contactDetail['phone']) ? $contactDetail['phone'] : $tollfreenumber;
$whatsappnumber = ($contactDetail['whatsapp_no']) ? $contactDetail['whatsapp_no'] : $whatsappnumber;
$countrycode = (isset($getMypopCookie['countrycode']) && $getMypopCookie['countrycode'] != '') ? $getMypopCookie['countrycode'] : '+91';
$getCountryFlag = Zend_Controller_Action_HelperBroker::getStaticHelper('General')->getCountryCodeData($countrycode);
$session = new Zend_Session_Namespace('User');
$cssversion = 4.0;
if (($modulename == 'agentlogin') && ($controller == 'index') && ($action == 'index')) {
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title><?php echo $options['siteName']; ?> Travel Agent Login</title>
<base href="<?php echo Catabatic_Helper::getSiteUrl(); ?>" />
<meta charset="UTF-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1">-->
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<meta name=viewport content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!-- <link rel="icon" type="image/png" href="<?php //echo $baseUrl;
?>public/vendor/images/icons/favicon.ico"/>-->
<link rel="shortcut icon" href="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>public/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>public/vendor/fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>public/vendor/fonts/Linearicons-Free-v1.0.0/icon-font.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>public/vendor/animate/animate.css">
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>public/vendor/css-hamburgers/hamburgers.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>public/vendor/animsition/css/animsition.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>public/vendor/select2/select2.min.css">
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>public/vendor/daterangepicker/daterangepicker.css">
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>public/vendor/css/util.css">
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>public/vendor/css/main.css">
<link rel="stylesheet" href="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/fonts/fonts.css" type="text/css" media="all">
<script>
var SITEURL = '<?php echo $baseUrl ?>';
var appmode = '<?php echo $options['appmode'] ?>';
var dvc = '<?php echo ($mydevice == "mobile") ? "m" : "d" ?>';
</script>
</head>
<body>
<?php
echo $this->layout()->content;
?>
<form id="auth_login_B2B_submit" method="POST" action="<?php echo $baseUrl; ?>agentlogin/index/agentlogin">
<div class="auth_login_submit_B2B">
<input type="hidden" name="EmailId" id="EmailIdB2B">
<input type="hidden" name="UserSysId" id="UserSysIdB2B">
<input type="hidden" name="CustomerSysId" id="CustomerSysIdB2B">
<input type="hidden" name="AgencySysId" id="AgencySysId_B2B">
<input type="hidden" name="MasterAgencySysId" id="MasterAgencySysIdB2B">
<input type="hidden" name="FirstName" id="FirstNameB2B">
<input type="hidden" name="LastName" id="LastNameB2B">
<input type="hidden" name="Password_cu" id="Password_cuB2B">
<input type="hidden" name="AgencyName" id="AgencyNameB2B">
<input type="hidden" name="AgencyCode" id="AgencyCodeB2B">
<input type="hidden" name="ContactNo1" id="Contact_noB2B">
</div>
</form>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/vendor/jquery/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/vendor/animsition/js/animsition.min.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/vendor/bootstrap/js/popper.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/vendor/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/vendor/select2/select2.min.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/vendor/daterangepicker/moment.min.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/vendor/daterangepicker/daterangepicker.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/vendor/countdowntime/countdowntime.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/vendor/js/main.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/js/login.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/js/createinputfilter.js"></script>
</body>
</html>
<?php } else { ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1">-->
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<link rel="shortcut icon" href="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/images/favicon.ico">
<?php
if (($modulename == 'detail') && ($controller == 'index') && ($action == 'index')) {
$detailLayout = $this->detailLayout;
?>
<title><?php echo $detailLayout['PackageTitle']; ?></title>
<meta name="description" content="<?php echo $detailLayout['Description']; ?>" />
<meta name="keywords" content="<?php echo $detailLayout['Keyword']; ?>" />
<?php
} else if (($modulename == 'tours') && ($controller == 'package') && ($action == 'index')) {
$detailLayout = $this->detailLayout;
// echo"<pre>"; print_r($detailLayout);die();
$PackageTitle = (isset($detailLayout['PackageTitle']) && $detailLayout['PackageTitle'] != '') ? $detailLayout['PackageTitle'] : '';
$finPackageTitle = (isset($detailLayout['Metatag']) && $detailLayout['Metatag'] != '') ? $detailLayout['Metatag'] : $PackageTitle;
?>
<title><?php echo $finPackageTitle; ?></title>
<meta name="description" content="<?php echo $detailLayout['Description']; ?>" />
<meta name="keywords" content="<?php echo $detailLayout['Keyword']; ?>" />
<?php
} else if (($modulename == 'destination') && ($controller == 'index') && ($action == 'domestic-destination')) {
//$detailLayout = $this->detailLayout;
$staticDataDomestic1 = $this->staticDataDomestic;
// echo"<pre>"; print_r($staticDataDomestic1[0]['page_title']);die();
$DestinationTitle = (isset($staticDataDomestic1[0]['page_title']) && $detailLayout[0]['page_title'] != '') ? $detailLayout[0]['page_title'] : '';
$finPackageTitle = (isset($staticDataDomestic1[0]['meta_title']) && $staticDataDomestic1[0]['meta_title'] != '') ? $staticDataDomestic1[0]['meta_title'] : $DestinationTitle;
?>
<title><?php echo $finPackageTitle; ?></title>
<meta name="description" content="<?php echo $staticDataDomestic1[0]['meta_description']; ?>" />
<meta name="keywords" content="<?php echo $staticDataDomestic1[0]['meta_keywords']; ?>" />
<?php
} else if (($modulename == 'destination') && ($controller == 'index') && ($action == 'international-destination')) {
$staticInternational = $this->staticDataInternational;
// echo"<pre>"; print_r($staticDataInternational1[0]['page_title']);die();
$PackageTitleInternational = (isset($staticInternational[0]['page_title']) && $staticInternational[0]['page_title'] != '') ? $staticInternational[0]['page_title'] : $siteName;;
$finPackageTitleInternational = (isset($staticInternational[0]['meta_title']) && $staticInternational[0]['meta_title'] != '') ? $staticInternational[0]['meta_title'] : $PackageTitleInternational;
?>
<title><?php echo $finPackageTitleInternational; ?></title>
<meta name="description" content="<?php echo $staticInternational[0]['meta_description'] ?>" />
<meta name="keywords" content="<?php echo $staticInternational[0]['meta_keywords']; ?>" />
<?php
} else if (($modulename == 'travelogue') && ($action == 'index' || $action == 'detail')) {
$resultsetSeoForBlog = $this->resultsetSeoForBlog;
$PackageTitle = (isset($resultsetSeoForBlog['TravTitle']) && $resultsetSeoForBlog['TravTitle'] != '') ? $resultsetSeoForBlog['TravTitle'] : $siteName;
$finPackageTitle = (isset($resultsetSeoForBlog['metatag']) && $resultsetSeoForBlog['metatag'] != '') ? $resultsetSeoForBlog['metatag'] : $PackageTitle;
?>
<title><?php echo $finPackageTitle ?></title>
<meta name="description" content="<?php echo ($resultsetSeoForBlog['Description']); ?>" />
<meta name="keywords" content="<?php echo $resultsetSeoForBlog['Keyword']; ?>" />
<?php
} else if (($modulename == 'cms') && ($controller == 'index') && ($action == 'index')) {
$resultsetSeoForCmsPages = $this->resultsetSeoForCmsPages;
?>
<title><?php echo $resultsetSeoForCmsPages['Title']; ?></title>
<meta name="description" content="<?php echo $resultsetSeoForCmsPages['Description']; ?>" />
<meta name="keywords" content="<?php echo $resultsetSeoForCmsPages['Keyword']; ?>" />
<?php } else {
?>
<title>Book Online Holiday Tours | Honeymoon Packages | <?php echo $options['siteName']; ?> </title>
<meta name="description" content="<?php echo $options['siteName']; ?> is a leading travel company in Delhi, India. Get the best holiday tour packages to enjoying fantastic holiday destinations of your choice with Us." />
<meta name="keywords" Content="Online Holiday Tour, Travel Agency in India, Travel Company in Delhi, Book Tour Packages, Adventure Tours from India, Trekking Tour Packages, India Tours, Honeymoon Packages, Holiday Packages, Cheap Tour Packages, Tours and Travel in Delhi, Delhi Tour Company, Travel Agency Delhi, Destination Management Company, DMC India, International Tours from India, International Tours, Holiday Packages from India." />
<?php } ?>
<meta name="author" content="<?php echo $siteName; ?> ">
<meta name="robots" content="index, follow" />
<meta name="language" content="English">
<meta name="p:domain_verify" content="ad7f915dea4182cf9f24faa361ed56d5" />
<link rel="alternate" href="<?php echo $options['websiteUrl'] . $_SERVER[REQUEST_URI]; ?>" hreflang="en-us" />
<link rel="canonical" href="<?php echo $options['websiteUrl'] . $_SERVER[REQUEST_URI]; ?>" />
<?php if (($modulename == 'default') && ($controller == 'index') && ($action == 'index')) { ?>
<meta name="image" content="<?php echo $options['websiteUrl'] . $_SERVER[REQUEST_URI]; ?>public/images/ftr-logo.png">
<meta property="og:type" content="website" />
<meta name="og_site_name" property="og:site_name" content="<?php echo $options['websiteUrl'] . $_SERVER[REQUEST_URI]; ?>" />
<meta name="og_title" property="og:title" content="International Holiday and Honeymoon Tour Packages | <?php echo $options['siteName']; ?> ">
<meta name="Description" property="og:description" content="<?php echo $siteName; ?> is a leading Tours and Travels Company in Delhi, India. Get the best Tour Packages to explore fantastic Holiday Destinations of your choice with Us.">
<meta name="og_url" property="og:url" content="<?php echo $options['websiteUrl'] . $_SERVER[REQUEST_URI]; ?>" />
<!-- Schema.org for Google -->
<meta itemprop="name" content="<?php echo $siteName; ?>">
<meta itemprop="description" content="<?php echo $siteName; ?> is a leading Tours and Travels Company in Delhi, India. Get the best Tour Packages to explore fantastic Holiday Destinations of your choice with Us.">
<meta itemprop="image" content="<?php echo $options['websiteUrl'] . $_SERVER[REQUEST_URI]; ?>public/images/ftr-logo.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="<?php echo $siteName; ?>">
<meta name="twitter:description" content="<?php echo $siteName; ?> is a leading Tours and Travels Company in Delhi, India. Get the best Tour Packages to explore fantastic Holiday Destinations of your choice with Us.">
<?php } ?>
<base href="<?php echo Catabatic_Helper::getSiteUrl(); ?>" />
<!-- Font Styles -->
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">-->
<!--Stylesheets -->
<!-- <link rel="stylesheet" href="<?php /*echo $baseUrl; */ ?>public/flight/css/bootstrap.min.css" />
<link rel="stylesheet" href="<?php /*echo $baseUrl; */ ?>public/flight/css/jquery-ui.css" />-->
<!-- Owl Stylesheets -->
<!-- <link rel="stylesheet" href="<?php /*echo $baseUrl; */ ?>public/flight/owlcarousel/assets/owl.carousel.min.css">
<link rel="stylesheet" href="<?php /*echo $baseUrl; */ ?>public/flight/owlcarousel/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="public/countrycode/style.css">-->
<!-- style css -->
<!--<link rel="stylesheet" href="<?php /*echo $baseUrl; */ ?>public/flight/css/style.css">
<link rel="stylesheet" href="<?php /*echo $baseUrl; */ ?>public/flight/css/responsive.css">-->
<link rel="stylesheet" href="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/css/bootstrap.min.css">
<?php if (($modulename == 'default') && ($controller == 'flight') && ($action == 'travellers')) { ?>
<!-- <link rel="stylesheet" href="<?php echo $baseUrl; ?>public/flight/css/style.css"> -->
<?php } ?>
<link rel="stylesheet" href="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/css/font-awesome.min.css">
<link href="<?php echo $baseUrl; ?>public/flight/tipped/tipped.css" rel="stylesheet" />
<?php if (($modulename == 'default') && ($controller == 'flight') && ($action == 'add-onn-service')) { ?>
<link href="<?php echo $baseUrl; ?>public/flight/css/seatmap.css?v=<?= $cssversion ?>" rel="stylesheet" />
<?php } ?>
<link rel="stylesheet" href="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/css/style.css?v=<?= $cssversion ?>">
<!-- Modernizr JS -->
<!-- <script src="<?php /*echo $baseUrl; */ ?>public/js/modernizr-2.6.2.min.js"></script>-->
<link rel="stylesheet" href="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/fonts/fonts.css" type="text/css" media="all">
<script>
var SITEURL = '<?php echo $baseUrl ?>';
var appmode = '<?php echo $options['appmode'] ?>';
var UserLogin = '<?php (isset($session->session) && !empty($session->session)) ? true : false ?>';
var actionArray = '<?php echo json_encode($actionArray) ?>';
var dvc = '<?php echo ($mydevice == "mobile") ? "m" : "d" ?>';
var HOTEL_CATEGORY = {
"Budget": [1],
"Standard": [2],
"Deluxe": [3],
"Luxury": [4],
"Premium": [5]
};
</script>
<?php
echo $seoContent = (isset($detailLayout['seoHcontent']) && $detailLayout['seoHcontent'] != '') ? $detailLayout['seoHcontent'] : '';
?>
<style>
.ui-autocomplete {
z-index: 99999999 !important;
}
.ui-front {
z-index: 9999;
}
.countdownDiv {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #004362;
color: #fff;
padding: 12px;
text-align: center;
line-height: 33px;
z-index: 9999;
font-size: 15px;
font-weight: bold;
}
/*.custom-nav {*/
/*position: relative !important;*/
/*background: #3584bd !important;*/
/*}*/
html,
body {
overscroll-behavior-y: contain;
}
<?php if (($modulename == 'default') && ($controller == 'flight') && ($action != 'index')) { ?>@media (max-width:992px) {
footer,
.footeruppercls {
display: none;
}
.copyright {
display: none;
}
}
<?php } ?>
</style>
</head>
<body ng-app="Farohar">
<!-- <div class="loader" >
<div class="loadingio-spinner-ripple-zdgradklyya">
<div class="ldio-50dj1g083ax">
<div></div>
</div>
</div>
</div> -->
<div id="page" ng-controller="FlightListingController">
<?php
$data = [
'baseUrl' => $baseUrl, 'AgencySysId' => $options['gtxagencysysid'], 'modulename' => $modulename,
'CONST_PACKAGE_TRAVELER_MAX_ROOM' => CONST_PACKAGE_TRAVELER_MAX_ROOM,
'CONST_PACKAGE_TRAVELER_MAX_ADULT_IN_ROOM' => CONST_PACKAGE_TRAVELER_MAX_ADULT_IN_ROOM,
'CONST_PACKAGE_TRAVELER_MAX_CHILD_IN_ROOM' => CONST_PACKAGE_TRAVELER_MAX_CHILD_IN_ROOM,
'CONST_PACKAGE_TRAVELER_MAX_INFANT_IN_ROOM' => CONST_PACKAGE_TRAVELER_MAX_INFANT_IN_ROOM,
'POPUPCOOKIES' => $getMypopCookie,
'tollfreenumber' => $tollfreenumber
];
echo $this->render("header.phtml");
echo $this->partial('models/modal-enquiry.phtml', ['baseUrl' => $baseUrl, 'siteName' => $siteName, 'tollfreenumber' => $tollfreenumber, 'POPUPCOOKIESENQUIRY' => $getMypopCookie]);
echo $this->partial('models/modal-signin.phtml', ['baseUrl' => $baseUrl]);
if (($modulename == 'tours') && ($controller == 'package') && ($action == 'index')) {
echo $this->partial('models/modal-checkrate-enquiry.phtml', $data);
}
?>
<?php
echo $this->layout()->content;
echo $this->render("footer.phtml");
?>
</div>
<!-- <script src="<?php /*echo $baseUrl; */ ?>public/flight/js/jquery-1.12.4.min.js"></script>-->
<!-- Bootstrap JS -->
<!--<script src="<?php /*echo $baseUrl; */ ?>public/flight/js/bootstrap.min.js"></script>
<script src="<?php /*echo $baseUrl; */ ?>public/flight/js/jquery-ui.js"></script>
<script src="<?php /*echo $baseUrl; */ ?>public/flight/owlcarousel/owl.carousel.js"></script>-->
<script src="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/js/jquery.min.js"></script>
<script src="<?php echo $baseUrl; ?>public/flight/owlcarousel/owl.carousel.js"></script>
<script src="<?php echo $baseUrl; ?>public/upload/<?php echo $stylecss ?>/js/custom.js?v=<?= $cssversion ?>"></script>
<script src="<?php /*echo $baseUrl; */ ?>public/flight/tipped/tipped.js"></script>
<script type="text/javascript" src="public/js/custom_mangal.js"></script>
<script type="text/javascript" src="public/js/login.js"></script>
<script type="text/javascript" src="<?php echo $baseUrl; ?>public/js/createinputfilter.js"></script>
<?php
if (($modulename == 'default') && ($controller == 'flight') && ($action == 'flight-search')) {
$scriptsAngular = $this->headScript(); // include the angular js here
$scriptsAngular->appendFile($baseUrl . "public/js/ng/angular.min.js?v=<?= $cssversion ?>")
->appendFile($baseUrl . "public/js/ng/angular-route.min.js");
if ($route == 2 && $interNationalSearch == '' && $mydevice == 'mobile') {
$scriptsAngular->appendFile($baseUrl . "public/js/ng/ngInfiniteScroll.js");
} else {
$scriptsAngular->appendFile($baseUrl . "public/js/ng/ng-infinite-scroll.min.js");
$scriptsAngular->appendFile($baseUrl . "public/js/ng/ng-infinite-scroll.js");
}
$scriptsAngular->appendFile($baseUrl . "public/js/ng/app.js")
->appendFile($baseUrl . "public/js/ng/ngfactory.js")
->appendFile($baseUrl . "public/js/ng/ngsortingorder.js")
->appendFile($baseUrl . "public/js/ng/flight_search_new.js?v=<?= $cssversion ?>");
echo $scriptsAngular;
}
?>
<script type="text/javascript" src="public/js/flightScript.js?v=<?= $cssversion ?>"></script>
<script>
<?php if (isset($session->session) && !empty($session->session) && $action == 'travellers') { ?>
getSearchCutomer();
<?php } ?>
// Get the modal
var modal = document.getElementById('id02');
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
$(document).ready(function() {
setTimeout(function() {
$("#rightFloatInTollFreeNumber").stop().animate({
right: 215
}, 215);
}, 4000);
setInterval(function() {
$("#rightFloatInTollFreeNumber").stop().animate({
right: 50
}, 215);
}, 10000);
$('.rightFloat div').mouseover(function() {
$(this).stop().animate({
right: 215
}, 215);
}).mouseout(function() {
$(this).stop().animate({
right: 50
}, 215)
});
});
</script>
<script>
$("document").ready(function() {
$(".tab-slider--body").hide();
$(".tab-slider--body:first").show();
});
$(".tab-slider--nav li").click(function() {
$(".tab-slider--body").hide();
var activeTab = $(this).attr("rel");
$("#" + activeTab).fadeIn();
if ($(this).attr("rel") == "tab2") {
$('.tab-slider--tabs').addClass('slide');
} else {
$('.tab-slider--tabs').removeClass('slide');
}
$(".tab-slider--nav li").removeClass("active");
$(this).addClass("active");
});
</script>
<script type="text/javascript">
if (dvc == "d") {
function fixDiv() {
if ($(window).scrollTop() > 420) {
//console.log($(window).scrollTop());
$('#topview1212').css({
'z-index': '99999',
'position': 'fixed',
'top': '118px',
'margin-left': '0px',
'width': '31%'
});
} else {
$('#topview1212').css({
'z-index': '999',
'position': 'initial',
'top': 'inherit',
'width': '100%'
});
}
}
} else {
function fixDiv() {
if ($(window).scrollTop() > 100) {
console.log($(window).scrollTop());
$('.fh5co-nav-toggle').css({
'top': '1%'
});
} else {
$('.fh5co-nav-toggle').css({
'top': '8%'
});
}
}
}
$(window).scroll(fixDiv);
</script>
<script>
$(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
<script>
function showPopFilterMob(that) {
$('.filters-container').hide();
$('#package-filters').show();
$('#myModalFiltersContainer').modal('show');
}
</script>
<script src="public/js/sliderResponsive.js"></script>
<script>
$(document).ready(function() {
$("#slider3").sliderResponsive({
hoverZoom: "off",
hideDots: "off",
showArrows: "off"
});
});
function modifySearch() {
$("#modifySearch").toggleClass("modifySearch");
}
</script>
<script>
$(function() {
var icons = {
header: "ui-icon-circle-arrow-e",
activeHeader: "ui-icon-circle-arrow-s"
};
$("#accordion").accordion({
icons: icons
});
});
</script>
<script>
// $.when(FlightFareQuote()).done(function(ajax1Results) {
$(document).ready(function() {
$('.continue_btn1').click(function() {
var leadmbile = $('#leadMobile').val();
var leademail = $('#leadEmail').val();
if (leadmbile == "") {
alert("Please Enter Mobile Number");
$('#accordion').accordion('option', 'active', 0)
return false;
}
if (leademail == "") {
alert("Please Enter Email Id");
$('#accordion').accordion('option', 'active', 0)
return false;
}
});
$("#ui-id-4, #ui-id-6, #ui-id-8").unbind("click");
});
//});
</script>
<script>
function myFunction(id) {
}
</script>
<?php if (($modulename == 'default') && ($controller == 'flight') && ($action == 'flight-search')) {
?>
<?php // if ($mydevice == "mobile"){
?>
<script type="text/javascript">
window.onbeforeunload = function(e) {
e.preventDefault();
}
</script>
<?php //}
?>
<?php } ?>
<?php if ($mydevice == "mobile") { ?>
<script>
$("#gststate").focus(function() {
$(window).scrollTop($("#gststate").offset().top - 20);
});
$(".travellerinput").focus(function() {
$(window).scrollTop($(".travellerinput").offset().top - 20);
});
$(".travellermobile-cls").focus(function() {
$(window).scrollTop($(".travellermobile-cls").offset().top - 20);
});
function myFunction(id) {
$(window).scrollTop($("." + id).offset().top);
}
</script>
<?php } else { ?>
<script>
function myFunction(id) {
}
</script>
<?php } ?>
<script src="<?php echo $baseUrl; ?>public/js/jquery-scrolltofixed.js" type="text/javascript"></script>
<script type="text/javascript">
if (dvc == "d") {
function fixDiv() {
}
$(window).scroll(fixDiv);
$(document).ready(function() {
var summaries = $('.right-box-sticky');
summaries.each(function(i) {
var summary = $(summaries[i]);
var next = summaries[i + 1];
summary.scrollToFixed({
marginTop: $('.header').outerHeight(true) - 10,
limit: function() {
var limit = 0;
if (next) {
limit = $(next).offset().top - $(this).outerHeight(true) + 0;
} else {
limit = $('footer').offset().top - $(this).outerHeight(true) + 0;
}
return limit;
},
zIndex: 999
});
});
});
}
</script>
<script type="text/javascript">
if (dvc == "d") {
function fixDiv() {
}
$(window).scroll(fixDiv);
$(document).ready(function() {
var summaries = $('.hotelfilter-sticky');
summaries.each(function(i) {
var summary = $(summaries[i]);
var next = summaries[i + 1];
summary.scrollToFixed({
marginTop: $('.header').outerHeight(true) - 10,
limit: function() {
var limit = 0;
if (next) {
limit = $(next).offset().top - $(this).outerHeight(true) + 0;
} else {
limit = $('footer').offset().top - $(this).outerHeight(true) + 0;
}
return limit;
},
zIndex: 999
});
});
});
}
</script>
</body>
<?php
echo $seoFContent = (isset($detailLayout['seoFcontent']) && $detailLayout['seoFcontent'] != '') ? $detailLayout['seoFcontent'] : '';
?>
</html>
<?php } ?>