36 lines
1.5 KiB
PHP
Executable File
36 lines
1.5 KiB
PHP
Executable File
<?php
|
||
/**
|
||
* @Author: fm453
|
||
* @Date: 2018-04-24 02:02:21
|
||
* @Last Modified by: fm453
|
||
* @Last Modified time: 2021-08-22 09:25:21
|
||
* @Email: fm453@lukegzs.com
|
||
**/
|
||
|
||
global $_HI;
|
||
?>
|
||
|
||
<!--[if lte IE 8]>
|
||
<div class="ie6_box" id="alert_ie6_box">
|
||
<h6>Woo!您的IE浏览器版本过低,请升级您的浏览器,以享受更优质的浏览效果!</h6>
|
||
<p>我们建议您使用以下浏览器之一:</p>
|
||
<ul>
|
||
<li><a href="https://www.google.com/chrome" target="_blank" class="chrome">谷歌Chrome浏览器</a></li>
|
||
<li><a href="http://www.apple.com/safari/download/" target="_blank" class="safari">苹果Safari浏览器</a></li>
|
||
<li><a href="http://www.mozilla.org/en-US/firefox/fx/" target="_blank" class="firefox">Firefox浏览器</a></li>
|
||
<li><a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie" target="_blank" class="ie89">Internet Explorer最新版</a></li>
|
||
</ul>
|
||
<span><a href="javascript:;" class="ie6_btnClose" onclick="hide_ie6_box();">暂不升级,继续浏览</a></span>
|
||
</div>
|
||
<script type="text/javascript">
|
||
var alert_ie6_box = document.getElementById('alert_ie6_box');
|
||
function hide_ie6_box(){alert_ie6_box.style.display='none';}
|
||
</script>
|
||
<![endif]-->
|
||
<script type="text/javascript" src="<?php echo $_HI['staticUrl'];?>/js/style.js"></script>
|
||
<script src="<?php echo $_HI['staticUrl'];?>/js/wow.min.js"></script>
|
||
<script>
|
||
if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))){
|
||
new WOW().init();
|
||
};
|
||
</script>
|