34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
<%@ page language="java" pageEncoding="UTF-8" %>
|
|
|
|
<script type="text/javascript">
|
|
$(function () {
|
|
document.getElementById("main").src = ext.contextPath + "/timeEfficiency/patrolRecord/cameraDoIn.do?recordId=${recordId}";
|
|
})
|
|
|
|
function doClose(){
|
|
closeModal("subModal_CamerasDo");
|
|
$("#table").bootstrapTable('refresh');
|
|
}
|
|
</script>
|
|
<div class="modal fade" id="subModal_CamerasDo">
|
|
<div class="modal-dialog modal-xlg">
|
|
<div class="modal-content" style="height: 750px;">
|
|
<div class="modal-header" style="height: 56px;">
|
|
<%-- <button type="button" class="close" data-dismiss="modal" aria-label="Close">--%>
|
|
<span aria-hidden="true">×</span></button>
|
|
<h4 class="modal-title">视频巡检</h4>
|
|
</div>
|
|
<div class="modal-body" style="height: calc(100% - 56px - 65px);">
|
|
<iframe id="main" scrolling="auto" allowtransparency="yes"
|
|
src=""
|
|
style="width: 100%;height: 100%;border:0px;padding:0px;margin:0px;"></iframe>
|
|
</div>
|
|
<div class="modal-footer" style="height: 65px;">
|
|
<button type="button" class="btn btn-default pull-left" data-dismiss="modal" onclick="doClose()">关闭</button>
|
|
</div>
|
|
</div>
|
|
<!-- /.modal-content -->
|
|
</div>
|
|
<!-- /.modal-dialog -->
|
|
</div>
|