%--
Created by IntelliJ IDEA.
User: Administrator
Date: 2023/8/17
Time: 15:13
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
Title
<%-- --%>
<%-- --%>
定位管理系统
- 在线人员
- 统计数据
- 百度地图
- 三维地图
- 平面地图

<%--统计数据--%>
<%--即时通讯--%>
<%-- 右侧数据--%>
在线人员信息
| 名称 |
部门 |
编号 |
电量 |
状态 |
| ${list.p_name} |
${list.p_department} |
${list.p_tagid} |
${list.p_power}% |
${list.p_online == 0 ? " " : " "} |
<%--人员数据窗口--%>
| 姓名 |
标签ID |
性别 |
部门 |
状态 |
| ${list.p_name} |
${list.p_tagid} |
${list.p_sex} |
${list.p_department} |
${list.p_online == "1" ? "在线":"离线"} |
<%--车辆数据窗口--%>
| 序号 |
车辆名称 |
标签ID |
部门 |
状态 |
| ${list.id} |
${list.p_tagid} |
${list.p_name} |
${list.p_department} |
${list.p_online == "1" ? "在线":"离线"} |
<%--物资数据窗口--%>
| 序号 |
标签ID |
物资名称 |
部门 |
状态 |
| ${list.id} |
${list.p_tagid} |
${list.p_name} |
${list.p_department} |
${list.p_online == "1" ? "在线":"离线"} |
<%--基站数据窗口--%>
| 基站状态 |
设备编号 |
X坐标/cm |
Y坐标/cm |
Z坐标/cm |
层 |
|
${list.anchorid} |
${list.POSX} |
${list.POSY} |
${list.POSZ} |
${list.layer} |
<%--SOS未处理窗口--%>
| 序号 |
警告类型 |
设备id |
处理情况 |
| ${list.id} |
${list.type} |
${list.objectid} |
${list.status} |
<%--低电量数据窗口--%>
| 序号 |
警告类型 |
设备id |
处理情况 |
| ${list.id} |
${list.type} |
${list.objectid} |
${list.status} |
<% String username=(String) session.getAttribute("username"); if (username==null || username.equals(""))
{ request.getRequestDispatcher("/hxzk/login.jsp").forward(request, response); return; } %>
<%----%>
<%--切换地图--%>