2025-04-10 23:19:13 +08:00

36 lines
1.5 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>