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.
63 lines
2.1 KiB
63 lines
2.1 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;
|
||
|
}
|
||
|
.nbbbbbb{
|
||
|
background: transparent;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body class="layui-layout-body">
|
||
|
<div class="second-nav">
|
||
|
<ul>
|
||
|
<li class="xfgl"><a nb="1" url="${ctx}/work/notice/notice/通知公告/1" class="current">通知公告</a></li>
|
||
|
<li class="xfgl"><a nb="1" url="${ctx}/work/plan/patrol/巡查巡检/1/2">消防隐患</a></li>
|
||
|
<li class="xfgl"><a nb="1" url="${ctx}/work/plan/patrol/巡查巡检/1/1">巡查痕迹</a></li>
|
||
|
<li class="xfgl"><a nb="1" url="${ctx}/work/task/taski/检查工作落实/1">检查工作落实</a></li>
|
||
|
<li class="xfgl"><a nb="1" url="${ctx}/work/social/soc/一企一档/1">消防档案</a></li>
|
||
|
|
||
|
<li class="xfgl"><a nb="0" url="/?IOTP=QY_MA">消防物联管理</a></li>
|
||
|
<li class="xfgl"><a nb="1" url="${ctx}/exam/main">消防大培训</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="nb-con">,
|
||
|
<iframe id="work_main_1" style="border: 0px;width: 100%;height:calc(100vh - 84px);" src="${ctx}/work/notice/notice/通知公告/1"></iframe>
|
||
|
<!-- <iframe id="work_main_1" style="border: 0px;width: 100%;height:calc(100vh - 120px);" src="${ctx}/work/social/soc/一企一档/1"></iframe>-->
|
||
|
</div>
|
||
|
</body>
|
||
|
<script type="text/javascript">
|
||
|
$(function(){
|
||
|
var _u = "http://"+window.location.host.split(":")[0]+"${rmsUrl}";
|
||
|
$("li[class='xfgl'] > a").each(function(){
|
||
|
var _this = $(this);
|
||
|
_this.click(function(){
|
||
|
var _url = _this.attr("url");
|
||
|
var _nb = _this.attr("nb");
|
||
|
$(this).parent().siblings().find("a").removeClass("current");
|
||
|
$(this).addClass("current");
|
||
|
if(_nb == "1"){
|
||
|
if(!$(".nb-con").hasClass("nbbbbbb")){
|
||
|
$(".nb-con").addClass("nbbbbbb");
|
||
|
}
|
||
|
}else{
|
||
|
$(".nb-con").removeClass("nbbbbbb");
|
||
|
_url = _u + _url;
|
||
|
}
|
||
|
$("#work_main_1").attr("src",_url);
|
||
|
});
|
||
|
});
|
||
|
})
|
||
|
|
||
|
|
||
|
</script>
|
||
|
</html>
|