多单位版国产化地质资料管理系统
zs
2025-12-18 4f0d9bde31a80f6279e26466250da7716eec627f
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%
    String path = request.getContextPath();
    String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort()
            + path + "/";
%>
<!DOCTYPE html>
<html>
<head>
    <base href="<%=basePath%>">
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <meta charset="UTF-8">
    <title>钻孔岩心图</title>
 
    <!-- FAVICONS -->
    <link href="/images/ico/logo.png" rel="apple-touch-icon-precomposed"/>
    <link href="/images/ico/logo.png" rel="shortcut icon"/>
 
 
    <!-- Favicons -->
    <link href="/images/ico/logo.png" rel="apple-touch-icon-precomposed"/>
    <link href="/images/ico/logo.png" rel="shortcut icon"/>
    <meta charset="utf-8">
    <meta name="renderer" content="webkit|ie-comp|ie-stand">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport"
          content="width=device-width,initial-scale=1,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
    <meta http-equiv="Cache-Control" content="no-siteapp"/>
 
    <script type="text/javascript" src="static/plugins/jquery/jquery.min.js"></script>
    <script type="text/javascript">
 
        var keyId = '${id}';
        var zkbh = '${zkbh}';
        var xmmc = '${xmmc}';
        var sgcgzldh = '${sgcgzldh}';
        //解决ie9无console
        window.console = window.console || (function () {
            var c = {};
            c.log = c.warn = c.debug = c.info = c.error = c.time = c.dir = c.profile = c.clear = c.exception = c.trace = c.assert = function () {
            };
            return c;
        })();
 
 
        var ctx = "";
 
        var CONTEXT_PATH = "";
 
        // var FILE_URL = "https://ndcp.cgsi.cn/SWZXFILE/";
        var FILE_URL = "<%=basePath%>";
 
 
        var userInfo = "";
        try {
            userInfo = JSON.parse('') || {};
        } catch (err) {
            userInfo = {};
        }
 
 
        var unitInfo = "";
        try {
            unitInfo = JSON.parse('') || {};
        } catch (err) {
            unitInfo = {};
        }
 
    </script>
    <script type="text/javascript" src="static/plugins/jquery/jquery.min.js"></script>
    <link rel="stylesheet" type="text/css" href="static/plugins/jquery-easyui/themes/bootstrap/easyui.css">
    <link rel="stylesheet" type="text/css" href="static/plugins/jquery-easyui/themes/icon.css">
    <script type="text/javascript" src="static/plugins/jquery-easyui/jquery.easyui.min.js"></script>
    <script type="text/javascript" src="static/plugins/jquery-easyui/locale/easyui-lang-zh_CN.js"></script>
    <script type="text/javascript" src="static/plugins/physical/common.js"></script>
    <script type="text/javascript" src="static/plugins/layer/layer.js"></script>
    <script type="text/javascript" src="static/plugins/json2.js"></script>
    <script type="text/javascript" src="static/plugins/physical/customize.js"></script>
    <link rel="stylesheet" type="text/css" href="static/styles/physical/zkzzt.css">
    <link rel="stylesheet" type="text/css" href="static/plugins/jquery-easyui/themes/default/easyui.css">
    <link rel="stylesheet" type="text/css" href="static/styles/physical/style.css"/>
    <link rel="stylesheet" type="text/css" href="static/styles/physical/cloud-zoom.css"/>
    <link rel="stylesheet" type="text/css" href="tatic/styles/physical/jquery.fancybox-1.3.4.css"/>
    <script src="static/plugins/physical/cufon-yui.js"></script>
    <script src="static/plugins/physical/ChunkFive_400.font.js"></script>
 
</head>
<body class="easyui-layout" data-options="fit:true" style="padding-right:2px;">
 
<!-- 钻孔柱状图表格 -->
<div id="dg" class="easyui-datagrid" style="width:100%;height:100%;"></div>
 
<!-- 表格功能按钮 -->
<!-- <div id="tb" style="padding:5px;height:auto">
    <div>
 
        <a id="guangPuTuBtn" href="#" onClick="toGuangPuTu()" class="easyui-linkbutton" style="">光谱图</a>
 
        <a href="#" onClick="showYpfxTable()" class="easyui-linkbutton" style="">样品分析结果</a>
 
        <a href="#" onClick="showElementConcentrationTable()" class="easyui-linkbutton" style="">元素浓度</a>
 
    </div>
</div> -->
 
<!-- 显示深度浮动框  start -->
<div id="colorSuspension"
     style="position: absolute; display: none;word-wrap: break-word;word-break: break-all;overflow: hidden; border-style: solid; z-index: 9999999; transition: left 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, top 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s; background-color: rgba(50, 50, 50, 0.7); border-width: 0px; border-color: rgb(51, 51, 51); border-radius: 4px; color: rgb(255, 255, 255); font: 14px/21px &quot;Microsoft YaHei&quot;; padding: 5px; left: 206px; top: 165px; pointer-events: none;"></div>
 
<div id="touying"
     style="z-index:999;display:none;position: absolute;width: 160px;height: 200px;bottom: 0px;left: 1300px;background-color: #eee;">
    <div style="position:relative;width:100%;height:100%;text-align:center;opacity: 0.3;">
        <img style="width:60px;height:100%;" src="static/styles/images/touying.jpg"/>
        <div id="touyingflow"
             style="position: absolute;top: 0px;margin: 0 auto;width: 100px;height: 10px;background-color: blue;left: 30px;"></div>
    </div>
</div>
 
</body>
 
<script src="static/plugins/physical/jquery.easing-1.3.pack.js" defer="defer"></script>
<script src="static/plugins/physical/jquery.fancybox-1.3.4.js" defer="defer"></script>
<script src="static/plugins/physical/cloud-zoom.1.0.2.js" defer="defer"></script>
 
<script src="static/plugins/physical/util.js"></script>
<script src="static/plugins/physical/param.js"></script>
<script src="static/plugins/physical/columns.js"></script>
<script src="static/plugins/physical/showText.js"></script>
<script src="static/plugins/physical/quyangweizhi.js"></script>
<script src="static/plugins/physical/datagrid.js"></script>
<script src="static/plugins/physical/zkzzt.js"></script>
</html>