123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- <!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" lang="en" xml:lang="en">
-
- <head>
- <title>疾控GIS共享平台</title>
- <meta name="google" value="notranslate" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <style type="text/css" media="screen">
- html, body { height:100%; }
- body { margin:0; padding:0; overflow:auto; text-align:center;
- background-color: #cccccc; }
- object:focus { outline:none; }
- #flashContent { display:none; }
- </style>
-
-
-
- <link rel="stylesheet" type="text/css" href="history/history.css" />
- <script type="text/javascript" src="history/history.js"></script>
-
-
- <script type="text/javascript" src="swfobject.js"></script>
- <script type="text/javascript">
-
- var swfVersionStr = "11.6.0";
-
- var xiSwfUrlStr = "playerProductInstall.swf";
- var flashvars = {};
- var params = {};
- params.quality = "high";
- params.bgcolor = "#cccccc";
- params.allowscriptaccess = "sameDomain";
- params.allowfullscreen = "true";
- var attributes = {};
- attributes.id = "Main";
- attributes.name = "Main";
- attributes.align = "middle";
- swfobject.embedSWF(
- "Main.swf", "flashContent",
- "100%", "100%",
- swfVersionStr, xiSwfUrlStr,
- flashvars, params, attributes);
-
- swfobject.createCSS("#flashContent", "display:block;text-align:left;");
- </script>
- <script language="javascript">
- function closeWin(){
- var mb = myBrowser();
- if ("FF" == mb) {
- window.location.href="about:blank";
- }
- else if ("Chrome" == mb) {
-
- window.location.href="about:blank";
- }else{
- window.opener=null;
- window.close();
- }
-
-
- }
- function myBrowser(){
- var userAgent = navigator.userAgent;
- var isOpera = userAgent.indexOf("Opera") > -1;
- if (isOpera) {
- return "Opera"
- };
- if (userAgent.indexOf("Firefox") > -1) {
- return "FF";
- }
- if (userAgent.indexOf("Chrome") > -1){
- return "Chrome";
- }
- if (userAgent.indexOf("Safari") > -1) {
- return "Safari";
- }
- if (userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1 && !isOpera) {
- return "IE";
- };
- }
- </script>
- </head>
- <body>
-
- <div id="flashContent">
- <p>
- To view this page ensure that Adobe Flash Player version
- 11.6.0 or greater is installed.
- </p>
- <script type="text/javascript">
- var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://");
- document.write("<a href='http://www.adobe.com/go/getflashplayer'><img src='"
- + pageHost + "www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash player' /></a>" );
- </script>
- </div>
-
- <noscript>
- <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="Main">
- <param name="movie" value="Main.swf" />
- <param name="quality" value="high" />
- <param name="bgcolor" value="#cccccc" />
- <param name="allowScriptAccess" value="sameDomain" />
- <param name="allowFullScreen" value="true" />
-
- <object type="application/x-shockwave-flash" data="Main.swf" width="100%" height="100%">
- <param name="quality" value="high" />
- <param name="bgcolor" value="#cccccc" />
- <param name="allowScriptAccess" value="sameDomain" />
- <param name="allowFullScreen" value="true" />
-
-
- <p>
- Either scripts and active content are not permitted to run or Adobe Flash Player version
- 11.6.0 or greater is not installed.
- </p>
-
- <a href="http://www.adobe.com/go/getflashplayer">
- <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash Player" />
- </a>
-
- </object>
-
- </object>
- </noscript>
- </body>
- </html>
|