overlay-2
<script src="/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
Shadowbox.init();
Shadowbox.open({
content: "#legal_gate",
type: 'inline',
height: 400, //change h160-->800
width: 1000 //change w=600-->1200
});
});
</script>
<script type="text/javascript">
var loginURL="?display=login";
var siteid="institutional";
var siteID="institutional";
var context="";
var jslib="jquery";
var assetpath="/institutional";
var themepath="/institutional/includes/themes/fidelity";
var htmlEditorType="";
var rb="en";
</script>
<script src="/static/js/app/overlay-shadowbox-jquery.js" type="text/javascript"></script>
<script src="/static/js/app/overlay-shadowbox.js" type="text/javascript"></script>
<script type="text/javascript">
addLoadEvent(function(){
Shadowbox.init();
});
</script>
</head>
<body>
<!--#include virtual="/include/dm-grid.html" -->
<!-- Global header -->
<!--#include virtual="/include/masthead.html" -->
<!-- page main -->
<div id="fil-page" class="fil-page">
<!--#include virtual="/include/teamsite_component_begin.html" -->
<section class="au-section">
<div class="fil-container"><h2>page body</h2></div>
</section>
<div id="legal_gate" class="hide">
<div class="legal-gate-cont">
<p class="caption">You must read the following information before proceeding. By accessing this website / application and any pages thereof, you acknowledge that you have read the following information and accept the terms and conditions set out below and agree to be bound by such terms and conditions. If you do not agree to such terms and conditions, please do not access this website / application or any pages thereof.</p>
<p class="primary">General</p>
<p class="caption">This website / application has been prepared by FIL Investment Management (Hong Kong) Limited and for informational purposes only. FIL Investment Management (Hong Kong) Limited, FIL Limited and its subsidiaries are commonly referred to as Fidelity or Fidelity International ("Fidelity"). The information on this website / application is intended for Hong Kong residents and is for reference only. None of the Fidelity products referred to on this website have been approved for sale or purchase by any authority outside Hong Kong. Persons resident in territories other than Hong Kong should consult their professional advisers as to whether they may subscribe for the products and services described in this website / application or whether they require any governmental or other consents or need to observe any formalities to enable them to do so. Certain Fidelity products sold in Asia may be established in Luxembourg. The information contained in this website / application does not constitute a distribution, an offer to buy or sell any securities or the solicitation of any offer to buy or sell any securities, engage the investment management services of Fidelity in any jurisdiction in which the distribution or offer is not authorized or would be contrary to local laws or regulations. Without limitation, the information in this website / application is not for distribution and does not constitute an offer to buy or sell any securities in the United States of America to or for the benefit of United States persons (being residents or citizens of the United States of America or partnerships or corporations organized under the laws of the United States of America). It is the responsibility of the persons who access this website / application to observe all applicable laws and regulations.</p>
<p class="caption">Fidelity reserves the right to grant or revoke the authority to use the Fidelity Internet sites at its absolute discretion. Whilst every reasonable precaution has been taken to ensure the accuracy, completeness, security and confidentiality of information available through the Fidelity Internet sites, Fidelity makes no warranty as to the accuracy, completeness, security and confidentiality of such information. Fidelity, its affiliates, directors, officers or employees accept no liability for any errors or omissions relating to information available through the Fidelity Internet sites. Fidelity cannot be held responsible for any consequence of any action carried out by any user authorised or unauthorised.</p>
</div>
</div>
</div>
</body>
</html>
overlay-2的更多相关文章
- 【Network】Calico, Flannel, Weave and Docker Overlay Network 各种网络模型之间的区别
From the previous posts, I have analysed 4 different Docker multi-host network solutions - Calico, F ...
- ENVI软件操作【数据显示操作——Overlay菜单操作】
一.注记层(Annotation) 注记层是ENVI的一个数据类型,它的后缀名是.ann.往往作为栅格数据层,矢量数据层.三维场景会绘图图表的附加数据叠加在上面,还可以作为镶嵌图像时候的裁剪线.注记数 ...
- Overlay network 覆盖网络
From Wikipedia, the free encyclopedia An overlay network is a computer network that is built on top ...
- 错误overlay id is not a dependency project原因分析
之前按下面配置,一直会报标题中错误,有的同学说改成<overlay><id></id></overlay>就可以了,然而我这里竟然错误依旧. 奇怪的是间 ...
- Creating Icon Overlay Handlers / 创建图标标记 Handlers (翻译自MSDN) / VC++, Windows, DLL, ATL, COM
创建图标标记 Handlers Creating Icon Overlay Handlers 图标标记是放在代表着某个 Shell 对象的图标之左下角的小图像.它们通常被加在一个对象的图标的身上来提供 ...
- jQuery生成全页面的悬浮覆盖层效果(overlay)
可能在大家开发的过程中,往往需要自己生成一个全页面的覆盖层,以便让用户能够把注意力专注于开发者指定的某一个区域,在这里开发小技巧里,我们使用非常简单的代码生成类似的效果,如下: $("#ov ...
- Android ActionBar的Overlay模式如何不遮盖顶部内容的问题
关于actionbar的overlay模式请参考 如何让android的actionbar浮动且透明 一文.这篇文章讲的是如何在这种模式下让actionbar不遮住顶部的内容. 这 一般是这样的场景, ...
- google maps v3 添加自定义图标(marker,overlay)
google搜了很久都没找到符合v3版本的google maps自定义图标,可以让图标使用自己的html,都是V2版本的,依靠重写google api属性来完成. 然后就找了个jquery下的goog ...
- 第三部分 overlay 学习
前文仅了解了overlay HAL的架构,下面继续看看系统层是如何调用Overlay模块. 1.测试代码 frameworks/base/libs/surfaceflinger/tests/overl ...
- 第二部分 overlay 架构初探
1 overlay可能支持的颜色格式/* possible overlay formats可能支持的颜色格式 */enum { OVERLAY_FORMAT_RGBA_8888 = HAL ...
随机推荐
- 【温故而知新-Javascript】时间效果(显示当前时间、显示当前日期、显示页面停留时间、倒计时)
1.显示当前时间 <body onload="showtime()"> <div>当前时间: <span id="clock"&g ...
- C语言异或运算在程序设计中的妙用
异或运算符∧也称XOR运算符.它的规则是若参加运算的两个二进位同号,则结果为0(假):异号则为1(真).即0∧0=0,0∧1=1,1∧1=0. 性质: (1).与1异或会翻转 (2).与0异或保持不变 ...
- Doxygen Tool For Unity
一.准备阶段 在之前的一系列文章中,我尝试了不同方法为Unity的C#生成脚本手册(帮助文档) 使用Doxygen生成C#帮助文档 为Unity项目生成文档(一)为Unity项目生成文档(二) 建议的 ...
- ralitive absolute
3.relative与absolute的主要区别: 首先,是上面已经提到过的在正常流中的位置存在与否. 其次,relative定位的层总是相对于其最近的父元素,无论其父元素是何种定位方式.如图3: 图 ...
- PHP版本VC6和VC9、Non Thread Safe和Thread Safe的区别
链接:http://www.cnblogs.com/neve/articles/1863853.html 想更新个PHP的版本,PHP的windows版本已经分离出来了,见http://windows ...
- win server 2008配置ftp无法登陆问题的解决办法
解决办法放在最前面,方便急需答案的同学: 创建了ftp使用的windows账户后,一定要给该账户添加ftp目录的权限,如下图所示,为新账户添加权限后(且设置了“ftp身份验证”),即可正常访问ftp: ...
- user database的initial size和dbcc shrinkfile
之前我们讨论了dbcc shrinkfile改变tempdb initial size的情况.而用DBCC Shrinkfile去收缩一个user database,情况就比较简单了.让我们通过一些测 ...
- [Python] 利用commands模块执行Linux shell命令
http://blog.csdn.net/dbanote/article/details/9414133 http://zhou123.blog.51cto.com/4355617/1312791
- C语言 文件操作7--文件错误处理
//文件错误处理 #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<stdlib.h> #include&l ...
- [转]开发Visual Studio风格的用户界面--MagicLibrary使用指南
本文的示例代码为可以从这里下载: 1 概述 微软Visual Studio.NET开发工具推出已经好几年了,这个开发工具一推出就以其易用性和强大功能深受开发者的喜爱.尤其是.NET ...