管道基础大数据平台系统开发-【前端】-新系統界面
surprise
2024-05-09 e897fc3d35f8e5dfa56d5f0c80a655ccf99202cf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
 
<head>
  <title>大数据管道局</title>
  <meta http-equiv="Expires" content="0" />
  <meta http-equiv="Cache" content="no-cache" />
  <meta http-equiv="Pragma" content="no-cache" />
  <meta http-equiv="Cache-control" content="no-cache" />
  <link href="imgs/favicon.ico" rel="icon" type="image/x-icon" />
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  <!-- <link href="./layui-v2.6.8/css/layui.css"> -->
  <script src="./js/jquery.1.12.4.js"></script>
  <script src="./layui-v2.6.8/layui.js"></script>
  <script src="../config/config.js"></script>
  <script>
    window.app = {
      fly: window.sceneConfig.fly,
      //fly: "http://103.85.165.99:8050/LFData/fly/lfgd.fly",
      mainUrl: location.href.substring(0, location.href.lastIndexOf("/") + 1)
    }
    document.writeln("<link href='./layui-v2.6.8/css/layui.css?" + new Date().getTime() + "' rel='stylesheet' \/>");
    document.writeln("<link href='./css/index.css?" + new Date().getTime() + "' rel='stylesheet' \/>");
    document.writeln("<script src='./js/detect.js?" + new Date().getTime() + "'><\/script>");
    document.writeln("<script src='./js/index.js?" + new Date().getTime() + "'><\/script>");
  </script>
  <style>
    a:hover {
      color: #409EFF;
      border-bottom: 1px solid #409EFF;
    }
 
    a {
 
      border-bottom: 1px solid black;
    }
  </style>
</head>
 
<body>
  <div id="download" style="display: none;">
    <p>
      <b style="font-size: 24px;">三维软件安装使用说明:</b>
    </p>
    <p>
      说明1:如果您无法正确地看到三维地图,请下载
      <a id="aDownload" href=" " class="a">TE v7.4.zip</a> 安装包。
    </p>
    <p>
      说明2:安装时,请务必关闭浏览器后再安装!
    </p>
    <p>
      说明3:当前仅支持含有 IE核心 的浏览器,如 IE、360、Edge 浏览器。
    </p>
    <p>
      说明4:使用 360 浏览器时,请切换至兼容模式。
    </p>
    <p>
      说明5:使用 Edge 浏览器时,点击右上角的 “...” 选择 “设置”;<br />
      <span style=" visibility: hidden;">说明5:</span>在左侧搜索里面输入:Internet;<br />
      <span style="visibility: hidden;">说明5:</span>点击 “Internet Explorer 模式(IE 模式)按钮”,将开关切换至蓝色;<br />
      <span style="visibility: hidden;">说明5:</span>选择“让 Internet Explorer 在 Microsoft Edge 中打开网站”,切换至 “始终(推荐)”;<br />
      <span style="visibility: hidden;">说明5:</span>选择“允许 Internet Explorer 模式下重新加载网站(IE模式)”,切换至 “允许”。<br />
      <span style="visibility: hidden;">说明5:</span>选择 在 Internet Explorer 模式添加访问地址。<br />
      <span style="visibility: hidden;">说明5:</span><img src="./imgs/Edge设置.png" style="width: 630px; height: 480px;"
        title="Edge设置" alt="Edge设置" />
    </p>
  </div>
  <div id="mapView" class="mapView">
    <div class="top">
      <div class="top_left">
        <div class="Logo">
          <img class="logoImg" src="imgs/LOGO.png" alt="" />
        </div>
      </div>
      <div class="top_right">
        <div class="menu" onclick="Index.showMenu(1)">
          <img src="imgs/发布.png" alt="" />
          <span>场景提取</span>
        </div>
        <div class="menu" onclick="Index.showMenu(2)">
          <img src="imgs/图层 35.png" alt="" />
          <span>场景发布</span>
        </div>
        <div class="menu" onclick="Index.showMenu(3)">
          <img src="imgs/椭圆 7 拷贝 4.png" alt="" />
          <span>三维演示</span>
        </div>
      </div>
    </div>
    <div class="content">
      <div id="rightCont" class="left_content">
        <fieldset class="fieldset">
          <legend>数据目录</legend>
          <!-- <div id="layers"></div> -->
          <object id="TEInfoEx" classid="CLSID:3A4F919B-65A8-11D5-85C1-0001023952C1"></object>
        </fieldset>
      </div>
      <div class="right_content">
        <object id="TEWinEx" classid="CLSID:3a4f9196-65a8-11d5-85c1-0001023952c1"></object>
      </div>
    </div>
  </div>
</body>
 
</html>