<?php include("admin/config.php");
if(isset($_GET['id']) && $_GET['id']!="")
{
$id=$_GET['id'];
}
?><!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Hotel Sagar View - Bilaspur, H.P.</title>
<link href="css/stylesheet.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="highslide/highslide-with-gallery.js"></script>
<link rel="stylesheet" type="text/css" href="highslide/highslide.css" />
<script type="text/javascript">
hs.graphicsDir = 'highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.wrapperClassName = 'dark borderless floating-caption';
hs.fadeInOut = true;
hs.dimmingOpacity = .75;
// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: 'fit',
overlayOptions: {
opacity: .6,
position: 'bottom center',
hideOnMouseOut: true
}
});
</script>
<!--[if lt IE 9]>
<style>
.panel {
border-left:1px solid #444;
border-right:1px solid #444;
}
</style>
<![endif]-->
<script language="javascript" type="text/javascript">
function busRentalValid()
{
if(document.bus_booking.bname.value=="")
{
alert("Please Enter Your Name")
document.bus_booking.bname.focus();
return false;
}
if(document.bus_booking.bmobile.value == "")
{
alert("Please fill the Mobile Number");
document.bus_booking.bmobile.focus();
return false;
}
if (isNaN (parseFloat(document.getElementById('bmobile').value)))
{
alert("Please fill the Mobile Number!");
document.getElementById('bmobile').focus();
return false;
}
if(document.bus_booking.bemail.value=="")
{
alert("Please Enter Your Email ID")
document.bus_booking.bemail.focus();
return false;
}
if (!/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,4})+$/.test(document.getElementById("bemail").value))
{
alert("Please Enter a valid e-mail address");
document.getElementById("bemail").focus();
return false;
}
if(document.bus_booking.bcity.value=="")
{
alert("Please Enter Your City!")
document.bus_booking.bcity.focus();
return false;
}
if(document.bus_booking.bdesp.value=="")
{
alert("Please Enter Your Description")
document.bus_booking.bdesp.focus();
return false;
}
}
</script>
<link rel="stylesheet" type="text/css" href="engine1/style.css" media="screen" />
<style type="text/css">
a#vlb{display:none}
input.t1{width:220px; border:none; margin:3px 0px; -moz-border-radius:5px; padding:5px; font:normal 12px/1.5 Arial, Helvetica, sans-serif; border-radius:5px;}
textarea.t2{width:350px; height:130px; margin:3px 0px; border:none; -moz-border-radius:5px; padding:4px; font:normal 12px/1.5 Arial, Helvetica, sans-serif; border-radius:5px;}
</style>
<script type="text/javascript" src="engine1/jquery.js"></script>
<script type="text/javascript" src="engine1/script.js"></script>
<script type="text/javascript" language="javascript" src="js/validation.js"></script>
</head>
<body>
<?php include("includes/header.php"); ?>
<div class="clear"></div>
<?php include("includes/banner.php"); ?>
<!--Wrapper Start -->
<div id="wrapper">
<!--Content Wrapper Start -->
<div class="content_wrapper">
<!--Left Side Start -->
<div id="left_nav">
<h2>Mail Feedback</h2>
<h3 style="color:#6f080b; text-align:center; font-size:15px;">Thank You, Your query has been successfully sent. Our executive will contact you soon.</h3>
</div>
<!--Left Side Start -->
<!--Right Side Start -->
<?php include("includes/right_nav.php"); ?>
<!--Right Side End -->
<div class="clear"></div>
</div>
<!--Content Wrapper End -->
<div class="clear"></div>
</div>
<!--Wrapper End -->
<!--footer wrapper -->
<?php include("includes/footer.php"); ?>
<!--footer wrapper bg -->
<div id="floatdiv" style="position:absolute; width:135px;height:50px; ">
<a href="#"><img src="images/reservation.png" border="0" /></a> </div>
<script type="text/javascript"><!--
/* Script by: www.jtricks.com
* Version: 20071017
* Latest version:
* www.jtricks.com/javascript/navigation/floating.html
*/
var floatingMenuId = 'floatdiv';
var floatingMenu =
{
targetX: -206,
targetY: 206,
hasInner: typeof(window.innerWidth) == 'number',
hasElement: typeof(document.documentElement) == 'object'
&& typeof(document.documentElement.clientWidth) == 'number',
menu:
document.getElementById
? document.getElementById(floatingMenuId)
: document.all
? document.all[floatingMenuId]
: document.layers[floatingMenuId]
};
floatingMenu.move = function ()
{
floatingMenu.menu.style.left = floatingMenu.nextX + 'px';
floatingMenu.menu.style.top = floatingMenu.nextY + 'px';
}
floatingMenu.computeShifts = function ()
{
var de = document.documentElement;
floatingMenu.shiftX =
floatingMenu.hasInner
? pageXOffset
: floatingMenu.hasElement
? de.scrollLeft
: document.body.scrollLeft;
if (floatingMenu.targetX < 0)
{
floatingMenu.shiftX +=
floatingMenu.hasElement
? de.clientWidth
: document.body.clientWidth;
}
floatingMenu.shiftY =
floatingMenu.hasInner
? pageYOffset
: floatingMenu.hasElement
? de.scrollTop
: document.body.scrollTop;
if (floatingMenu.targetY < 0)
{
if (floatingMenu.hasElement && floatingMenu.hasInner)
{
// Handle Opera 8 problems
floatingMenu.shiftY +=
de.clientHeight > window.innerHeight
? window.innerHeight
: de.clientHeight
}
else
{
floatingMenu.shiftY +=
floatingMenu.hasElement
? de.clientHeight
: document.body.clientHeight;
}
}
}
floatingMenu.calculateCornerX = function()
{
if (floatingMenu.targetX != 'center')
return floatingMenu.shiftX + floatingMenu.targetX;
var width = parseInt(floatingMenu.menu.offsetWidth);
var cornerX =
floatingMenu.hasElement
? (floatingMenu.hasInner
? pageXOffset
: document.documentElement.scrollLeft) +
(document.documentElement.clientWidth - width)/2
: document.body.scrollLeft +
(document.body.clientWidth - width)/2;
return cornerX;
};
floatingMenu.calculateCornerY = function()
{
if (floatingMenu.targetY != 'center')
return floatingMenu.shiftY + floatingMenu.targetY;
var height = parseInt(floatingMenu.menu.offsetHeight);
// Handle Opera 8 problems
var clientHeight =
floatingMenu.hasElement && floatingMenu.hasInner
&& document.documentElement.clientHeight
> window.innerHeight
? window.innerHeight
: document.documentElement.clientHeight
var cornerY =
floatingMenu.hasElement
? (floatingMenu.hasInner
? pageYOffset
: document.documentElement.scrollTop) +
(clientHeight - height)/2
: document.body.scrollTop +
(document.body.clientHeight - height)/2;
return cornerY;
};
floatingMenu.doFloat = function()
{
// Check if reference to menu was lost due
// to ajax manipuations
if (!floatingMenu.menu)
{
menu = document.getElementById
? document.getElementById(floatingMenuId)
: document.all
? document.all[floatingMenuId]
: document.layers[floatingMenuId];
initSecondary();
}
var stepX, stepY;
floatingMenu.computeShifts();
var cornerX = floatingMenu.calculateCornerX();
var stepX = (cornerX - floatingMenu.nextX) * .07;
if (Math.abs(stepX) < .5)
{
stepX = cornerX - floatingMenu.nextX;
}
var cornerY = floatingMenu.calculateCornerY();
var stepY = (cornerY - floatingMenu.nextY) * .07;
if (Math.abs(stepY) < .5)
{
stepY = cornerY - floatingMenu.nextY;
}
if (Math.abs(stepX) > 0 ||
Math.abs(stepY) > 0)
{
floatingMenu.nextX += stepX;
floatingMenu.nextY += stepY;
floatingMenu.move();
}
setTimeout('floatingMenu.doFloat()', 20);
};
// addEvent designed by Aaron Moore
floatingMenu.addEvent = function(element, listener, handler)
{
if(typeof element[listener] != 'function' ||
typeof element[listener + '_num'] == 'undefined')
{
element[listener + '_num'] = 0;
if (typeof element[listener] == 'function')
{
element[listener + 0] = element[listener];
element[listener + '_num']++;
}
element[listener] = function(e)
{
var r = true;
e = (e) ? e : window.event;
for(var i = element[listener + '_num'] -1; i >= 0; i--)
{
if(element[listener + i](e) == false)
r = false;
}
return r;
}
}
//if handler is not already stored, assign it
for(var i = 0; i < element[listener + '_num']; i++)
if(element[listener + i] == handler)
return;
element[listener + element[listener + '_num']] = handler;
element[listener + '_num']++;
};
floatingMenu.init = function()
{
floatingMenu.initSecondary();
floatingMenu.doFloat();
};
// Some browsers init scrollbars only after
// full document load.
floatingMenu.initSecondary = function()
{
floatingMenu.computeShifts();
floatingMenu.nextX = floatingMenu.calculateCornerX();
floatingMenu.nextY = floatingMenu.calculateCornerY();
floatingMenu.move();
}
if (document.layers)
floatingMenu.addEvent(window, 'onload', floatingMenu.init);
else
{
floatingMenu.init();
floatingMenu.addEvent(window, 'onload',
floatingMenu.initSecondary);
}
//--></script>
</body>
</html>
|