yzt
2023-09-27 726603df43447f8cfedfeaae4267209adbd01699
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
134
135
<%--
  Created by IntelliJ IDEA.
  User: Administrator
  Date: 2023/8/22
  Time: 14:20
  To change this template use File | Settings | File Templates.
--%>
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<html>
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
  <title>定位管理系统</title>
  <link href="/hxzkoa/hxzk/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
  <link rel="icon" type="image/x-icon" href="/hxzkoa/hxzk/assets/img/favicon.ico" />
  <link href="https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap"
        rel="stylesheet">
  <link href="/hxzkoa/hxzk/Cesium-1.88/Build/Cesium/Widgets/widgets.css" rel="stylesheet">
  <link href="/hxzkoa/hxzk/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
  <link href="/hxzkoa/hxzk/assets/css/plugins.css" rel="stylesheet" type="text/css" />
  <link href="/hxzkoa/hxzk/assets/css/authentication/form-2.css" rel="stylesheet" type="text/css" />
  <link rel="stylesheet" type="text/css" href="/hxzkoa/hxzk/assets/css/forms/theme-checkbox-radio.css">
  <link rel="stylesheet" type="text/css" href="/hxzkoa/hxzk/assets/css/forms/switches.css">
  <link href="/hxzkoa/hxzk/plugins/sweetalerts/sweetalert2.min.css" rel="stylesheet" type="text/css" />
  <link href="/hxzkoa/hxzk/plugins/sweetalerts/sweetalert.css" rel="stylesheet" type="text/css" />
  <style>
    #renyuanxinxi{
      background-color: #383438;
 
    }
  </style>
</head>
<body>
<div id="renyuanxinxi">
  <div
          style="background: linear-gradient(rgb(0, 20, 30), rgb(0, 40, 70));width: 100%;font-size: 1.5rem;color: rgba(255, 255, 255, .7);line-height: 2.5rem;text-align: center;border: 2px solid rgba(0, 90, 120, .3);">
    <svg xmlns="http://www.w3.org/2000/svg" style="margin-bottom: 5px;" width="30" height="30"
         fill="currentColor" class="bi bi-person-fill" viewBox="0 0 16 16">
      <path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
    </svg>人员信息<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor"
                       class="bi bi-x-lg" viewBox="0 0 16 16"
                       style="position: absolute;float: right;right: 10px;top: 9px;"
                       onclick="guanbirenyuanxinxi()">
    <path fill-rule="evenodd"
          d="M13.854 2.146a.5.5 0 0 1 0 .708l-11 11a.5.5 0 0 1-.708-.708l11-11a.5.5 0 0 1 .708 0Z" />
    <path fill-rule="evenodd"
          d="M2.146 2.146a.5.5 0 0 0 0 .708l11 11a.5.5 0 0 0 .708-.708l-11-11a.5.5 0 0 0-.708 0Z" />
  </svg>
  </div>
  <div>
    <table class="table-bordered" style="width: 100%;font-size: 4px;color: white;height: 100%" >
      <tr>
        <td class="biaoti">姓名:</td>
        <td class="neirong">
          <div id="nameqq">12121</div>
        </td>
        <td class="biaoti">性别:</td>
        <td class="neirong">
          <div id="sexqq">12121</div>
        </td>
      </tr>
      <tr>
        <td class="biaoti">民族:</td>
        <td class="neirong">
          <div id="minzuqq"></div>
        </td>
        <td class="biaoti">电话:</td>
        <td class="neirong">
          <div id="dianhuaqq">17531353238</div>
        </td>
      </tr>
      <tr>
        <td class="biaoti">当前坐标:</td>
        <td class="neirong">
          <div id="zuobiaoqq"></div>
        </td>
        <td class="biaoti">状态:</td>
        <td class="neirong">
          <div id="zhuangtaiqq"></div>
        </td>
      </tr>
      <tr>
        <td class="biaoti">标签编号:</td>
        <td class="neirong">
          <div id="tagidqq"></div>
        </td>
        <td class="biaoti">电量:</td>
        <td class="neirong">
          <div id="dianliangqq"></div>
        </td>
      </tr>
      <tr>
        <td class="biaoti">海拔高度:</td>
        <td class="neirong">
          <div id="gaoqq"></div>
        </td>
        <td class="biaoti">所在部门:</td>
        <td class="neirong">
          <div id="bumenqq"></div>
        </td>
      </tr>
      <tr>
        <td class="biaoti">下发指令:</td>
        <td class="neirong" style="text-align: left;padding-left: 10px;"><input
                class="btn btn-secondary" type="button" id="zhendongqq"
                style="width: 70px;height: 40px;background-color: brown;border-color: brown;font-size: 0.15rem;"
                value="蜂鸣">
          <input class="btn btn-secondary" type="button" id="gengxinqq" onclick="gengxinzuobiao()"
                 style="width: 90px;height: 40px;background-color: brown;border-color: brown;font-size: 0.15rem;"
                 value="更新坐标">
        </td>
        <td class="biaoti">更新时间:</td>
        <td class="neirong">
          <div id="timeqq"></div>
        </td>
      </tr>
      <tr>
        <td class="biaoti">下发文字:</td>
        <td class="neirong" colspan="3">
          <input type="text" id="messageinput" class="form-control" placeholder="请输入要发送信息"
                 style="width: 80%;display: inline;background: #fff;color: #000000;">
          <input class="btn btn-secondary" type="button" onclick="sendmessage2()"
                 style="width: 15%;height: 40px;background-color: brown;border-color: brown;font-size: 0.15rem;"
                 value="发送">
        </td>
      </tr>
    </table>
  </div>
 
</div>
</body>
</html>