739 lines
21 KiB
HTML
739 lines
21 KiB
HTML
<html lang="cn">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
|
<title></title>
|
|
<link href="../css/common.css" rel="stylesheet" />
|
|
<link href="../css/index.css" rel="stylesheet" />
|
|
<style>
|
|
.position {
|
|
position: absolute;
|
|
}
|
|
button {
|
|
background: transparent;
|
|
border: none;
|
|
color: #eee;
|
|
outline: none;
|
|
cursor: pointer;
|
|
}
|
|
button > img {
|
|
vertical-align: middle;
|
|
}
|
|
.QPushButton {
|
|
background: transparent;
|
|
border: 1px;
|
|
}
|
|
.QPushButton:hover,
|
|
.QPushButton:checked {
|
|
border-image: none;
|
|
}
|
|
.menu .QPushButton {
|
|
background-color: transparent;
|
|
border: 1px;
|
|
font-size: 20px;
|
|
font-family: Microsoft YaHei;
|
|
color: #d2dfe7;
|
|
}
|
|
.menu .QPushButton:hover,
|
|
.menu .QPushButton.checked {
|
|
border-image: url(../../data/back_pixmap/down.png);
|
|
background-color: transparent;
|
|
border: 0px;
|
|
font-size: 20px;
|
|
color: #fff606;
|
|
}
|
|
.nav .QScrollBar:vertical {
|
|
max-width: 10px;
|
|
background-color: rgb(16, 67, 102);
|
|
}
|
|
.nav .QScrollBar:horizontal {
|
|
max-height: 10px;
|
|
background-color: rgb(16, 67, 102);
|
|
}
|
|
.nav .QScrollBar::handle:vertical,
|
|
.nav .QScrollBar::handle:horizontal {
|
|
background-color: rgb(23, 94, 143);
|
|
}
|
|
.nav .QScrollBar::sub-page:vertical,
|
|
.nav .QScrollBar::add-page:vertical,
|
|
.nav .QScrollBar::sub-page:horizontal,
|
|
.nav .QScrollBar::add-page:horizontal {
|
|
background-color: rgb(16, 67, 102);
|
|
}
|
|
</style>
|
|
<script src="../js/checkpower.js"></script>
|
|
<script>
|
|
var pg_name = location.href.match(/\/(\S*).html/)[1];
|
|
checkPower(pg_name, function(suc) {});
|
|
</script>
|
|
<script>
|
|
var powerFlag = false;
|
|
var navData = {
|
|
configure: {
|
|
backgroundColor: "#09297B",
|
|
iconMargin: 5,
|
|
indicatorWidth: 3,
|
|
itemHoveredBgColor: "#062061",
|
|
itemHoveredTextColor: "#8FA4D6",
|
|
itemSelectedColor: "#011546",
|
|
itemSelectedTextColor: "#00B4FF",
|
|
levelChildItemBgColor: "#062061",
|
|
levelChildItemIconSize: 16,
|
|
levelChildItemIndentation: 5,
|
|
levelChildItemTextColor: "#8FA4D6",
|
|
levelChildItemTextSize: 14,
|
|
levelLeafItemBgColor: "#062061",
|
|
levelLeafItemIconSize: 14,
|
|
levelLeafItemIndentation: 20,
|
|
levelLeafItemTextColor: "#8FA4D6",
|
|
levelLeafItemTextSize: 12,
|
|
levelTopItemBgColor: "#09297B",
|
|
levelTopItemIconSize: 16,
|
|
levelTopItemIndentation: 0,
|
|
levelTopItemTextColor: "#8FA4D6",
|
|
levelTopItemTextSize: 15,
|
|
rowHeight: 36
|
|
},
|
|
items: [
|
|
{
|
|
data: "SDFGHJKRFGBNVBNNM.glx",
|
|
icon: "../back_pixmap/icon_站点.png",
|
|
items: [
|
|
{
|
|
data: "接线图/中压主接线.glx",
|
|
icon: "",
|
|
items: [
|
|
{
|
|
data: "接线图/南区开闭所/通讯状态图一.glx",
|
|
icon: "",
|
|
name: "通讯状态图",
|
|
type: "canvas"
|
|
}
|
|
],
|
|
name: "一次接线图",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "接线图/南区开闭所/站内布置图.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "站内布置图",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "接线图/南区开闭所/网络结构图.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "网络结构图",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "接线图/南区开闭所/直流屏图.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "直流屏图",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "接线图/停电区域.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "停电区域",
|
|
type: "canvas"
|
|
}
|
|
],
|
|
name: "南区开闭所"
|
|
},
|
|
{
|
|
data: "功能画面/trend.glx",
|
|
icon: "../back_pixmap/icon_趋势浏览.png",
|
|
items: [],
|
|
name: "趋势浏览",
|
|
type: "html"
|
|
},
|
|
{
|
|
data: "alarm_window.glx",
|
|
icon: "../back_pixmap/icon_实时告警.png",
|
|
items: [],
|
|
name: "实时告警",
|
|
type: "html"
|
|
},
|
|
{
|
|
data: "功能画面/sequence.glx",
|
|
icon: "../back_pixmap/icon_顺控执行.png",
|
|
items: [],
|
|
name: "顺控执行",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "功能画面/linkage.glx",
|
|
icon: "../back_pixmap/icon_联动.png",
|
|
items: [],
|
|
name: "联动控制",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "功能画面/设备表清单.glx",
|
|
icon: "../back_pixmap/icon_表清单.png",
|
|
items: [],
|
|
name: "设备表清单",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "功能画面/运行简报.glx",
|
|
icon: "../back_pixmap/icon_运行简报.png",
|
|
items: [],
|
|
name: "运行简报",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "",
|
|
icon: "../back_pixmap/icon_值班管理.png",
|
|
items: [
|
|
{
|
|
data: "功能画面/排班管理.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "排班管理",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "功能画面/交接班.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "交接班管理",
|
|
type: "canvas"
|
|
}
|
|
],
|
|
name: "值班管理"
|
|
},
|
|
{
|
|
data: "",
|
|
icon: "../back_pixmap/icon_报表浏览.png",
|
|
items: [
|
|
{
|
|
data: "http://192.168.77.63:8081/plscada/#/silence-login?path=new-energy-consumption-statistic",
|
|
icon: "",
|
|
items: [],
|
|
name: "测试",
|
|
type: "energy"
|
|
},
|
|
{
|
|
data: "功能画面/reportview.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "报表浏览",
|
|
type: "html"
|
|
},
|
|
{
|
|
data: "功能画面/reportdesign.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "报表编辑",
|
|
type: "html"
|
|
}
|
|
],
|
|
name: "报表管理"
|
|
},
|
|
{
|
|
data: "",
|
|
icon: "../back_pixmap/icon_两票管理.png",
|
|
items: [
|
|
{
|
|
data: "功能画面/order_manage.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "操作票管理",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "功能画面/workTicket.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "工作票管理",
|
|
type: "canvas"
|
|
}
|
|
],
|
|
name: "两票管理"
|
|
},
|
|
{
|
|
data: "",
|
|
icon: "../back_pixmap/icon_定值管理.png",
|
|
items: [
|
|
{
|
|
data: "功能画面/保护定值管理.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "定值管理",
|
|
type: "canvas"
|
|
}
|
|
],
|
|
name: "定值管理"
|
|
},
|
|
{
|
|
data: "功能画面/模拟操作.glx",
|
|
icon: "../back_pixmap/icon_模拟操作.png",
|
|
items: [],
|
|
name: "模拟操作",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "",
|
|
icon: "../back_pixmap/icon_一览表.png",
|
|
items: [
|
|
{
|
|
data: "功能画面/挂牌一览表.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "挂牌一览表",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "功能画面/数据点维护一览表.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "数据点维护一览表",
|
|
type: "canvas"
|
|
}
|
|
],
|
|
name: "设备维护一览表"
|
|
},
|
|
{
|
|
data: "功能画面/事故追忆.glx",
|
|
icon: "../back_pixmap/icon_事故追忆.png",
|
|
items: [],
|
|
name: "事故追忆",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "功能画面/faultRecord.glx",
|
|
icon: "../back_pixmap/icon_故障录波.png",
|
|
items: [],
|
|
name: "故障录波",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "功能画面/告警分析.glx",
|
|
icon: "../back_pixmap/icon_告警统计.png",
|
|
items: [],
|
|
name: "告警分析",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "功能画面/event_window.glx",
|
|
icon: "../back_pixmap/icon_历史事件.png",
|
|
items: [],
|
|
name: "历史事件",
|
|
type: "html"
|
|
},
|
|
{
|
|
data: "",
|
|
icon: "../back_pixmap/icon_用户管理.png",
|
|
items: [
|
|
{
|
|
data: "功能画面/用户组管理插件.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "用户组管理",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "功能画面/用户管理插件.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "用户管理",
|
|
type: "canvas"
|
|
}
|
|
],
|
|
name: "用户管理"
|
|
},
|
|
{
|
|
data: "",
|
|
icon: "../back_pixmap/icon_告警管理.png",
|
|
items: [
|
|
{
|
|
data: "功能画面/告警屏蔽.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "告警屏蔽",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "功能画面/告警策略.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "告警策略",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "功能画面/告警管理.glx",
|
|
icon: "",
|
|
items: [],
|
|
name: "告警管理",
|
|
type: "canvas"
|
|
}
|
|
],
|
|
name: "告警管理"
|
|
},
|
|
{
|
|
data: "功能画面/hmiRollConfig.glx",
|
|
icon: "../back_pixmap/icon_轮询.png",
|
|
items: [],
|
|
name: "轮询配置",
|
|
type: "canvas"
|
|
},
|
|
{
|
|
data: "功能画面/关于.glx",
|
|
icon: "../back_pixmap/icon_关于.png",
|
|
items: [],
|
|
name: "关于",
|
|
type: "canvas"
|
|
}
|
|
]
|
|
};
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div
|
|
class="position "
|
|
id=""
|
|
style="left:199px;top:75px;width:1723px;height:37px;background-color: #09297B;"
|
|
>
|
|
<button
|
|
class="QPushButton position"
|
|
type="button"
|
|
id="m_pre"
|
|
groupId="-1"
|
|
data-type="0"
|
|
style="left:108px;top:3px;width:30px;height:30px;"
|
|
>
|
|
<img
|
|
layer="0"
|
|
src="../back_pixmap/上一页.png"
|
|
style="width:20px;height:20px;"
|
|
/>
|
|
</button>
|
|
<button
|
|
class="QPushButton position"
|
|
type="button"
|
|
id="m_next"
|
|
groupId="-1"
|
|
data-type="0"
|
|
style="left:155px;top:3px;width:30px;height:30px;"
|
|
>
|
|
<img
|
|
layer="0"
|
|
src="../back_pixmap/下一页.png"
|
|
style="width:20px;height:20px;"
|
|
/>
|
|
</button>
|
|
<div class="position"
|
|
id=""
|
|
style="left:108px;top:3px;width:auto;height:30px;background: #fff; "
|
|
>
|
|
|
|
</div>
|
|
<button
|
|
class="QPushButton position"
|
|
type="button"
|
|
id="m_zoomIn"
|
|
groupId="-1"
|
|
data-type="0"
|
|
style="left:202px;top:3px;width:30px;height:30px;"
|
|
>
|
|
<img
|
|
layer="0"
|
|
src="../back_pixmap/zoomout.png"
|
|
style="width:20px;height:20px;"
|
|
/>
|
|
</button>
|
|
<button
|
|
class="QPushButton position"
|
|
type="button"
|
|
id="m_zoomOut"
|
|
groupId="-1"
|
|
data-type="0"
|
|
style="left:250px;top:3px;width:30px;height:30px;"
|
|
>
|
|
<img
|
|
layer="0"
|
|
src="../back_pixmap/zoomin.png"
|
|
style="width:20px;height:20px;"
|
|
/>
|
|
</button>
|
|
<button
|
|
class="QPushButton position"
|
|
type="button"
|
|
id="m_zoom"
|
|
groupId="-1"
|
|
data-type="0"
|
|
style="left:297px;top:3px;width:30px;height:30px;"
|
|
>
|
|
<img
|
|
layer="0"
|
|
src="../back_pixmap/zoomfit.png"
|
|
style="width:20px;height:20px;"
|
|
/>
|
|
</button>
|
|
<button
|
|
class="QPushButton position"
|
|
type="button"
|
|
id="m_snapScreen"
|
|
groupId="-1"
|
|
data-type="0"
|
|
style="left:344px;top:3px;width:30px;height:30px;"
|
|
>
|
|
<img
|
|
layer="0"
|
|
src="../back_pixmap/全屏截图.png"
|
|
style="width:20px;height:20px;"
|
|
/>
|
|
</button>
|
|
<button
|
|
class="QPushButton position"
|
|
type="button"
|
|
id="m_index"
|
|
groupId="-1"
|
|
data-type="0"
|
|
style="left:61px;top:3px;width:30px;height:30px;"
|
|
>
|
|
<img
|
|
layer="0"
|
|
src="../back_pixmap/index.png"
|
|
style="width:20px;height:18px;"
|
|
/>
|
|
</button>
|
|
<span
|
|
class="position"
|
|
id="date"
|
|
style="left:1391px;top:6px;width:125px;height:28px;line-height:28px;margin-left:4px;font-family:Microsoft YaHei;font-size:18px;color:rgba(0, 180, 255, 125);font-weight:none"
|
|
>
|
|
</span>
|
|
<span
|
|
class="position"
|
|
id="time"
|
|
style="left:1596px;top:3px;width:140px;height:32px;line-height:32px;margin-left:4px;font-family:Microsoft YaHei;font-size:24px;color:rgba(0, 180, 255, 125);font-weight:none"
|
|
>
|
|
</span>
|
|
<span
|
|
class="position"
|
|
id="week"
|
|
style="left:1522px;top:6px;width:82px;height:28px;line-height:28px;margin-left:4px;font-family:Microsoft YaHei;font-size:18px;color:rgba(0, 180, 255, 125);font-weight:none"
|
|
>
|
|
</span>
|
|
<button
|
|
class="QPushButton position"
|
|
type="button"
|
|
id="m_shotScreen"
|
|
groupId="-1"
|
|
data-type="0"
|
|
style="left:392px;top:3px;width:30px;height:30px;"
|
|
>
|
|
<img
|
|
layer="0"
|
|
src="../back_pixmap/区域截图.png"
|
|
style="width:20px;height:20px;"
|
|
/>
|
|
</button>
|
|
<button
|
|
class="QPushButton position"
|
|
type="button"
|
|
id="m_rollBtn"
|
|
groupId="-1"
|
|
data-type="0"
|
|
style="left:439px;top:3px;width:30px;height:30px;"
|
|
>
|
|
<img
|
|
layer="0"
|
|
src="../back_pixmap/轮询.png"
|
|
style="width:20px;height:20px;"
|
|
/>
|
|
</button>
|
|
</div>
|
|
<div
|
|
class="position view"
|
|
id="view"
|
|
style="left:0px;top:112px;z-index:2000;width:1922px;height:919px;background:#E6ECF2;"
|
|
>
|
|
<iframe
|
|
page-type="canvas"
|
|
frameborder="0"
|
|
style="width:1922px;height:919px;"
|
|
src=""
|
|
page-data="接线图/中压主接线.glx"
|
|
></iframe>
|
|
</div>
|
|
<div
|
|
class="position menu"
|
|
id="menu"
|
|
style="left:0px;top:0px;width:1922px;height:75px;background: url(../back_pixmap/top.png) no-repeat;"
|
|
>
|
|
<button
|
|
class="QPushButton position"
|
|
type="button"
|
|
id="m_index"
|
|
groupId="-1"
|
|
nav-value="0,1,2,3,4,5,"
|
|
data-type="3"
|
|
style="left:685px;top:10px;width:155px;height:55px;"
|
|
>
|
|
<img
|
|
layer="0"
|
|
src="../back_pixmap/default.png"
|
|
style="width:0px;height:0px;"
|
|
/>实时监控
|
|
</button>
|
|
<button
|
|
class="QPushButton position"
|
|
type="button"
|
|
id="m_manager"
|
|
groupId="-1"
|
|
nav-value="7,8,9,10,11,12,"
|
|
data-type="3"
|
|
style="left:838px;top:10px;width:155px;height:55px;"
|
|
>
|
|
<img
|
|
layer="0"
|
|
src="../back_pixmap/default.png"
|
|
style="width:0px;height:0px;"
|
|
/>运行管理
|
|
</button>
|
|
<button
|
|
class="QPushButton position"
|
|
type="button"
|
|
id="m_system"
|
|
groupId="-1"
|
|
nav-value="17,18,19,20,"
|
|
data-type="3"
|
|
style="left:1145px;top:10px;width:155px;height:55px;"
|
|
>
|
|
<img
|
|
layer="0"
|
|
src="../back_pixmap/default.png"
|
|
style="width:0px;height:0px;"
|
|
/>系统设置
|
|
</button>
|
|
<img
|
|
class="user position"
|
|
src="../back_pixmap/user.png"
|
|
style="left:1707px;top:24px;z-index:0;width:26px;height:26px"
|
|
/>
|
|
<select
|
|
class="sel-menu position"
|
|
layer="0"
|
|
id="m_menuBar"
|
|
style="left:1743px;top:24px;width:115px;height:30px;background:transparent; border:none; color:#ffffff;"
|
|
></select>
|
|
<img
|
|
class="user position"
|
|
src="../back_pixmap/向右线.png"
|
|
style="left:834px;top:28px;z-index:0;width:11px;height:21px"
|
|
/>
|
|
<img
|
|
class="user position"
|
|
src="../back_pixmap/向右线.png"
|
|
style="left:987px;top:28px;z-index:0;width:11px;height:21px"
|
|
/>
|
|
<button
|
|
class="QPushButton position"
|
|
type="button"
|
|
id="m_fault"
|
|
groupId="-1"
|
|
nav-value="13,14,15,16,"
|
|
data-type="3"
|
|
style="left:992px;top:10px;width:155px;height:55px;"
|
|
>
|
|
<img
|
|
layer="0"
|
|
src="../back_pixmap/default.png"
|
|
style="width:0px;height:0px;"
|
|
/>故障分析
|
|
</button>
|
|
<img
|
|
class="user position"
|
|
src="../back_pixmap/向右线.png"
|
|
style="left:1140px;top:28px;z-index:0;width:11px;height:21px"
|
|
/>
|
|
<img
|
|
class="user position"
|
|
src="../back_pixmap/top.png"
|
|
style="left:0px;top:0px;z-index:-10;width:1922px;height:75px"
|
|
/>
|
|
<img
|
|
class="user position"
|
|
src="../back_pixmap/LOGO-100x32.png"
|
|
style="left:7px;top:23px;z-index:0;width:100px;height:32px"
|
|
/>
|
|
<span
|
|
class="position"
|
|
id="obj_31"
|
|
style="left:122px;top:22px;width:544px;height:30px;line-height:30px;text-align:center;font-family:'Microsoft YaHei';font-size:20pt;color:#FFFFFF;"
|
|
>鄂州花湖机场电力调度系统 - 南区开闭所</span
|
|
>
|
|
<span
|
|
class="position"
|
|
id="safe-days-name"
|
|
style="left:1481px;top:13px;width:122px;height:45px;line-height:45px;text-align:center;font-family:'Arial Rounded MT Bold';font-size:36pt;color:#00B4FF;"
|
|
>
|
|
</span>
|
|
<span
|
|
class="position"
|
|
id="obj_35"
|
|
style="left:1391px;top:10px;width:90px;height:55px;line-height:55px;text-align:center;background-color:#09297B;font-family:'微软雅黑';font-size:14pt;color:#056DBC;"
|
|
>安全运行</span
|
|
>
|
|
<span
|
|
class="position"
|
|
id="obj_36"
|
|
style="left:1604px;top:10px;width:39px;height:55px;line-height:55px;text-align:center;background-color:#09297B;font-family:'微软雅黑';font-size:14pt;color:#056DBC;"
|
|
>天</span
|
|
>
|
|
<button
|
|
class="QPushButton position"
|
|
data-link="logexit.html"
|
|
type="button"
|
|
id="m_exit"
|
|
groupId="-1"
|
|
data-type="1"
|
|
style="left:1863px;top:24px;width:24px;height:26px;"
|
|
>
|
|
<img
|
|
layer="0"
|
|
src="../back_pixmap/icon_out.png"
|
|
style="width:25px;height:25px;"
|
|
/>
|
|
</button>
|
|
</div>
|
|
<div
|
|
class="position nav"
|
|
id="nav"
|
|
style="left:-1px;top:75px;width:200px;height:956px;background-color: #E6ECF2;position:absolute;overflow:hidden;z-index: 9999;"
|
|
>
|
|
<div
|
|
class="position"
|
|
layer="0"
|
|
style="left:-1px;top:-2px;z-index:0;width:201px;height:39px;line-height:39px;background-color:#062061;"
|
|
></div>
|
|
<ul
|
|
class="nav simscroll"
|
|
layer="0"
|
|
id="m_navi"
|
|
style="left:0px;top:36px;width:200px;height:918px;position:absolute;"
|
|
></ul>
|
|
<img
|
|
class="user position"
|
|
id="nav_img"
|
|
src="../back_pixmap/icon_more.png"
|
|
style="left:85px;top:6px;z-index:0;width:25px;height:20px"
|
|
/>
|
|
</div>
|
|
|
|
<iframe class="dn" frameborder="0" id="dialog" src=""></iframe>
|
|
<div class="dn" id="notice"></div>
|
|
<script src="../../js/jquery-3.7.0.min.js"></script>
|
|
<script src="../../js/common.js"></script>
|
|
<script src="../../js/day.min.js"></script>
|
|
<script src="../../js/index.js"></script>
|
|
</body>
|
|
</html>
|