Newer
Older
alarm / WebRoot / common / layout / content.jsp
zhout on 2 Mar 2022 1 KB first commit
<%@ page language="java" pageEncoding="UTF-8" %>
<div title="GIS数据浏览">
    <div id="arlam_record_layout" class="easyui-layout" data-options="fit:true">
        <%--<div data-options="region:'north'" id="homeMenu" style="height:50px;">--%>
        <%--<table>--%>
        <%--<tr>--%>
        <%--<td style="padding: 10px;">图层透明度:</td>--%>
        <%--<td>--%>
        <%--<iframe id="opaqueFrame" allowtransparency="true" src="${ctx}/content/alarm/opaqueFrame.jsp" frameborder="0" scrolling="no" width="406px" height="20px" ></iframe>--%>
        <%--</td>--%>
        <%--</tr>--%>
        <%--</table>--%>
        <%--</div>--%>
        <div data-options="region:'center'" id="centerArea">
            <div id="earthDiv" style="height:100%; width:100%"></div>

            <%--<iframe id="opaqueFrame" allowtransparency="true"  src="${ctx}/content/alarm/opaqueFrame.jsp" frameborder="0"  scrolling="no"  width="406px" height="20px" ></iframe>--%>
        </div>

        <div data-options="region:'south',title:'结果分析',split:true,collapsed:true,noheader:true"
             id="resultRegion" style="height:300px;overflow-x:hidden;overflow-y:hidden;">
            <iframe id="iframeDlg" src="" frameborder="0" scrolling="no" width="100%" height="100%"></iframe>
        </div>

        <div data-options="region:'east',title:'报警列表',split:true,collapsed:false,noheader:true"
             id="alarmMsgRegion" style="width:260px;overflow-x:hidden;overflow-y:hidden;">
            <iframe id="iframeRight" src="" frameborder="0" scrolling="yes" width="100%" height="100%"
                    style="overflow-x:scroll;overflow-y:scroll;"></iframe>
        </div>
    </div>
</div>