<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication2.WebForm1" %>
<!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 id="Head1" runat="server">
<title>百拓商旅综合业务交易系统</title>
<script src="Scripts/jquery-1.4.1.min.js" type="text/javascript"></script>
<style type="text/css">
html,body{height:100%; 100%;margin:0px;}
</style>
</head>
<body style="margin: 0px;height: 100%;100%;">
<iframe src="MainFrame.aspx" id="mainf" style="height:100%;100%;border- 0px;">
</iframe>
<div>
<div id="divNoticeMsg" style="display: none; background-image: url(http://image.trip8.com/b2c/notifyBg.jpg);
background-repeat: no-repeat; 260px;">
<div id="divNoticeMsgTool">
<div style="float: left; color: White; padding: 3px 0 0 10px; 210px; line-height: 20px;
height: 23px;">
通知!
</div>
<div id="divNoticeMsgclose" style="float: left; cursor: pointer">
<img src="http://image.trip8.com/b2g/multiImage/etrip8/point.gif" width="38" height="22" />
</div>
<div style="clear: both;">
</div>
</div>
<div id="divNoticeMsgContent" style="padding: 10px 10px 0 10px; font-size: 12px;">
尊敬的用户:因本日系统升级,酒店查询系统暂停一日,给您造成的不便,敬请谅解。如有疑问,请拨打24小时免费服务热线400-010-8080;
</div>
</div>
<script src="http://image.trip8.com/js/base/jqueryBase.js" type="text/javascript"></script>
<script src="http://image.trip8.com/js/base/floatLayerUI.debug.js" type="text/javascript"></script>
<script type="text/javascript">
$.fn.floatLayerUI({
floatDivId: "divNoticeMsg", closeCtrlId: "divNoticeMsgclose", css: { height: 185 }
});
</script>
</div>
</body>
</html>