You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.9 KiB
55 lines
1.9 KiB
10 months ago
|
<#include "../_include/_t.ftl"/>
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<!--<link rel="shortcut icon" href="${ctx}/favicon.ico" type="image/x-icon"/>-->
|
||
|
<#include "../_include/_h.ftl"/>
|
||
|
<#include "../_include/_l.ftl"/>
|
||
|
<#include "../_include/_j.ftl"/>
|
||
|
<#include "../_include/_e.ftl"/>
|
||
|
<#include "../_include/_c_1.ftl"/>
|
||
|
<style type="text/css">
|
||
|
.xfgl{
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
</style>
|
||
|
</head>
|
||
|
<body class="layui-layout-body">
|
||
|
<div class="second-nav">
|
||
|
<ul>
|
||
|
<li class="xfgl"><a class="current" url="/?IOTP=QY_ZS">消防物联网值守平台</a></li>
|
||
|
<li class="xfgl"><a url="/?IOTP=QY_DIAN">电气火灾监测</a></li>
|
||
|
<li class="xfgl"><a url="/?IOTP=QY_SHUI">建筑消防水</a></li>
|
||
|
<li class="xfgl"><a url="/?IOTP=QY_YG">智慧独立烟感</a></li>
|
||
|
<li class="xfgl"><a url="/?IOTP=QY_KSH">消防物联网可视化监测</a></li>
|
||
|
<li class="xfgl"><a url="/?IOTP=QY_KRQ">可燃气体监测</a></li>
|
||
|
<li class="xfgl"><a url="/?IOTP=QY_HZB">消防物联网自动化报警</a></li>
|
||
|
<!-- <li class="xfgl"><a url="/?IOTP=XKSJC">消控室监测</a></li> -->
|
||
|
<li class="xfgl"><a url="/?IOTP=QY_MHJC">灭火监测系统</a></li>
|
||
|
<li class="xfgl"><a url="/?IOTP=ZNFX">视频智能分析</a></li>
|
||
|
<li class="xfgl"><a url="/?IOTP=QY_EXP">历史报警信息</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="nb-con">
|
||
|
<iframe id="rms_1" style="border: 0px;width: 100%;height:calc(100vh - 120px);" src=""></iframe>
|
||
|
</div>
|
||
|
</body>
|
||
|
<script type="text/javascript">
|
||
|
$(function(){
|
||
|
var _u = "http://"+window.location.host.split(":")[0]+"${rmsUrl}";
|
||
|
$("#rms_1").attr("src",_u + $(".current").attr("url"));
|
||
|
$("li[class='xfgl'] > a").each(function(){
|
||
|
var _this = $(this);
|
||
|
_this.click(function(){
|
||
|
var _url = _u + _this.attr("url");
|
||
|
$("#rms_1").attr("src",_url);
|
||
|
$(this).parent().siblings().find("a").removeClass("current");
|
||
|
$(this).addClass("current");
|
||
|
});
|
||
|
});
|
||
|
})
|
||
|
|
||
|
|
||
|
</script>
|
||
|
</html>
|