| 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/holidays.tripjack.com/application/layouts/template1/ |
Upload File : |
<?php $getSiteType = Catabatic_Helper::getIsAgencySysId(); ?>
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="author" content="">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- Viewport metatags -->
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- iOS webapp metatags -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!-- TODO: Add a favicon -->
<link rel="shortcut icon" href="<?php echo $this->baseUrl('public/assets/images/ico/gtx.png'); ?>">
<title><?php if($getSiteType == False) { ?>GTX - B2B Travel Agency, B2B Market Place, Travel CRM, Travel Insurance <?php } else { ?> CRM <?php } ?></title>
<link href="https://fonts.googleapis.com/css2?family=Lexend+Deca&family=Roboto&display=swap" rel="stylesheet">
<!--Page loading plugin Start -->
<!-- <link rel="stylesheet" href="assets/css/plugins/pace.css">
<script src="assets/js/pace.min.js"></script>-->
<!--Page loading plugin End -->
<!-- Plugin Css Put Here -->
<link href="<?php echo $this->baseUrl('public/assets/css/bootstrap.min.css'); ?>" rel="stylesheet">
<link rel="stylesheet" href="<?php echo $this->baseUrl('public/countrycode/style.css'); ?>" >
<link rel="stylesheet" href="<?php echo $this->baseUrl('public/assets/css/plugins/bootstrap-progressbar-3.1.1.css'); ?>">
<link rel="stylesheet" href="<?php echo $this->baseUrl('public/assets/css/bootstrap-multiselect.css'); ?>">
<link rel="stylesheet" href="<?php echo $this->baseUrl('public/assets/css/plugins/jquery-jvectormap.css'); ?>">
<link rel="stylesheet" href="<?php echo $this->baseUrl('public/assets/css/plugins/selectize.bootstrap3.css'); ?>">
<link rel="stylesheet" href="<?php echo $this->baseUrl('public/assets/css/plugins/jquery.minicolors.css'); ?>">
<link rel="stylesheet" href="<?php echo $this->baseUrl('public/assets/css/plugins/jquery.datetimepicker.css'); ?>">
<link rel="stylesheet" href="<?php echo $this->baseUrl('public/assets/css/plugins/icheck/skins/all.css'); ?>">
<link rel="stylesheet" href="<?php echo $this->baseUrl('public/assets/css/plugins/jquery.toolbars.css'); ?>">
<link rel="stylesheet" href="<?php echo $this->baseUrl('public/assets/css/plugins/custom_smart_wizard.css'); ?>">
<link rel="stylesheet" href="<?php echo $this->baseUrl('public/assets/css/plugins/accordion.css'); ?>">
<link rel="stylesheet" href="<?php echo $this->baseUrl('public/assets/css/plugins/shuffle.css'); ?>">
<link rel="stylesheet" href="<?php echo $this->baseUrl('public/assets/css/plugins/owl.carousel.css'); ?>">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Lobster'>
<link rel="stylesheet" href="<?php echo $this->baseUrl('public/assets/css/autosuggest-jquery-ui.css'); ?>">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet">
<!-- Plugin Css End -->
<!-- Custom styles Style -->
<link href="<?php echo $this->baseUrl('public/assets/css/style.css'); ?>" rel="stylesheet">
<link href="<?php echo $this->baseUrl('public/assets/css/developer-css.css'); ?>" rel="stylesheet">
<!-- Custom styles Style End-->
<!-- Responsive Style For-->
<link href="<?php echo $this->baseUrl('public/assets/css/responsive.css'); ?>" rel="stylesheet">
<!-- Responsive Style For-->
<!-- Custom styles for this template -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="<?php echo $this->baseUrl('public/assets/js/lib/jquery-1.11.min.js'); ?>"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl('public/js/functions.js'); ?>"></script>
<?php
if (@$controller) {
if ($controller == 'hotel') {
?>
<script type="text/javascript" src="<?php echo $this->baseUrl('public/js/hotel/hotel.js'); ?>"></script>
<?php } else if ($controller == 'flight') { ?>
<script type="text/javascript" src="<?php echo $this->baseUrl('public/js/flight/flight.js'); ?>"></script>
<?php } else if ($controller == 'buyhotel') { ?>
<script type="text/javascript" src="<?php echo $this->baseUrl('public/js/buyhotel/buyhotel.js'); ?>"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl('public/assets/js/owl.carousel.min.js'); ?>"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl('public/assets/js/owl.carousel.js'); ?>"></script>
<?php }
} ?>