home/islapiiu/sites/visitlanka/inquiry-services.php 0000644 00000026237 15076766347 0016700 0 ustar 00 <?php
include_once(dirname(__FILE__) . '/class/include.php');
$banner = new Banner(4);
$tour = '';
if (isset($_GET['tour'])) {
$tour = $_GET['tour'];
}
$activity = '';
if (isset($_GET['activity'])) {
$activity = $_GET['activity'];
}
?>
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Try Lanka Travels Sri Lanka || Inquiry </title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="description"
content="Try Lanka Holidays Travels are committed to understanding your idea of a perfect holiday – what you love to do, where you would like to stay and how much you want to travel around the Sri Lanka."
http-equiv="description" />
<meta name="keywords"
content="Try Lanka Holidays travel sri lanka,Try Lanka Holidays travel about us, Try Lanka Holidays travel , Try Lanka Holidays travel in hikkaduwa, hikkaduwa ,tour in hikkaduwa ,tour in sri lanka"
http-equiv="keywords" />
<!-- Stylesheets
============================================= -->
<link rel="icon" type="image/png" sizes="16x16" href="images/icons/1.PNG">
<link href='https://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=PT+Serif' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Mr+De+Haviland' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:300,100' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css2?family=Langar&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../../../netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="stylesheet" href="css/dark.html" type="text/css" />
<link rel="stylesheet" href="css/font-icons.css" type="text/css" />
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />
<link href="custom.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<link href="css/footer.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.theme.min.css">
<link href="inquiry-services/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
</head>
<body class="stretched">
<div id="wrapper" class="clearfix">
<?php include './header.php'; ?>
<section id="slider" class="boxed-slider large bgcolor-white hidden-sm hidden-xs">
<div class="fade-overlay"></div>
<div class="fslider main" data-easing="easeInQuad">
<div class="flexslider">
<div class="slider-wrap">
<!-- <div class="encore-caption center dark"> <h2>Encore</h2> <h4 class="subtext serif bottommargin-sm">Resort & Hotel</h4> <a href="#" class="button button-medium button-border button-dark button-outline tright nomargin"><span>BOOK TODAY</span></a> </div> -->
<div class="slide slide-height"> <img class="banner-img" src="images/banner-img.webp" alt="">
<div class="centered-img">
<h3 class="centered-txt"> SERVICES <span>INQUIRY</span></h3>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="slider" class="boxed-slider large bgcolor-white visible-sm visible-xs">
<div class="fade-overlay"></div>
<div class="fslider main" data-easing="easeInQuad">
<div class="flexslider mobil-slider2">
<div class="slider-wrap">
<div class="slide">
<img src="images/banner-img.webp" alt="">
<div class="centered-img">
<h3 class="centered-txt">INQU<span>IRY</span></h3>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="bgcolor-grey" style="padding: 30px 20px 20px 20px;">
<div class="panel panel-default container-fluid">
<div class="panel-body">
<div class="wrapper-inner">
<div class="row">
<div class="contact-form ">
<div class="row form-group">
<div class="col-xs-12 col-sm-6">
<label>Your Name</label>
<span id="star">*</span>
<input type="text" name="txtFullName" id="txtFullName"
class="form-control input-validater">
<span id="spanFullName"></span>
</div>
<div class="col-xs-12 col-sm-6">
<label>Your Email</label>
<span id="star">*</span>
<input type="text" name="txtEmail" id="txtEmail"
class="form-control input-validater">
<span id="spanEmail"></span>
</div>
</div>
<div class="row form-group">
<div class="col-xs-12 col-sm-6">
<label>Your Country</label>
<span id="star">*</span>
<input type="text" name="txtCountry" id="txtCountry"
class="form-control input-validater">
<span id="spanCountry"></span>
</div>
<div class="col-xs-12 col-sm-6">
<label>Your Contact Numbers</label>
<span id="star">*</span>
<input type="text" name="txtPhone" id="txtPhone"
class="form-control input-validater">
<span id="spanPhone"></span>
</div>
</div>
<div class="form-group">
<label>Your Message</label>
<span id="star">*</span>
<textarea name="txtMessage" id="txtMessage" rows="6" class="form-control"
placeholder="write message here" required></textarea>
<span id="spanMessage"></span>
</div>
<div class="row form-group">
<div class="col-xs-12 col-sm-6 row">
<div class="col-sm-6">
<label for="comment">Security Code:</label>
<span id="star">*</span>
<input type="text" name="captchacode" id="captchacode"
class="form-control input-validater"
placeholder="Enter the security code >> ">
<span id="capspan"></span>
</div>
<div class="col-sm-6">
<?php include("./booking-form/captchacode-widget.php"); ?>
</div>
</div>
<div class="col-xs-12 col-sm-6">
<div class="col-sm-4">
<div class="div-check" style="margin-top: 25px;">
<img src="booking-form/img/checking.gif" id="checking" />
</div>
</div>
<div class="col-sm-8 text-right" style="margin-top: 20px">
<button type="submit" id="btnSubmit"
class="button button-small button-black button-reveal button-dark"><span>SEND
YOUR INQUIRE</span> <i class="icon-chevron-right"></i></button>
</div>
</div>
</div>
<div id="dismessage" align="center"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<?php include './footer.php'; ?>
</div>
<script type="text/javascript" src="js/functions.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/pikaday.js"></script>
<script src="inquiry-services/scripts.js" type="text/javascript"></script>
<script>
var pickerDefault = new Pikaday({
field: document.getElementById('datepicker-arrive'),
theme: 'dark-theme'
});
var pickerTheme = new Pikaday({
field: document.getElementById('datepicker-depart'),
theme: 'dark-theme'
});
</script>
<script src="js/rand.bg.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
$(function() {
$(".datepicker").datepicker();
});
</script>
<script>
$(".randbg").RandBG();
</script>
</body>
</html> |