|
|
@ -38,7 +38,10 @@
|
|
|
|
backgroundImage: status[`bottomBtn${e}S`] ? 'url("../../board/img/btn1bg.png")' : 'url("../../board/img/btnbg.png")'
|
|
|
|
backgroundImage: status[`bottomBtn${e}S`] ? 'url("../../board/img/btn1bg.png")' : 'url("../../board/img/btnbg.png")'
|
|
|
|
})
|
|
|
|
})
|
|
|
|
if (e === 3) {
|
|
|
|
if (e === 3) {
|
|
|
|
// clickStopRealPlay()
|
|
|
|
document.getElementById("monitoringIframe").contentWindow.edit()
|
|
|
|
|
|
|
|
setTimeout(()=>{
|
|
|
|
|
|
|
|
$("#monitoring").empty()
|
|
|
|
|
|
|
|
},100)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
const toggleInfo = () => {
|
|
|
|
const toggleInfo = () => {
|
|
|
@ -50,7 +53,10 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
const bottomBtnInfo = (e, el) => {
|
|
|
|
const bottomBtnInfo = (e, el) => {
|
|
|
|
if (e === 3) {
|
|
|
|
if (e === 3) {
|
|
|
|
// clickLogin()
|
|
|
|
$("#monitoring").append(`<iframe src="monitoring" frameborder="0" id="monitoringIframe" style="width: 100%;height: 100%"></iframe>`)
|
|
|
|
|
|
|
|
setTimeout(()=>{
|
|
|
|
|
|
|
|
document.getElementById("monitoringIframe").contentWindow.login()
|
|
|
|
|
|
|
|
},1000)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$("#modal" + e).toggle()
|
|
|
|
$("#modal" + e).toggle()
|
|
|
|
switch (e) {
|
|
|
|
switch (e) {
|
|
|
@ -231,13 +237,12 @@
|
|
|
|
<div class="shade" onclick="hideModal(3,this)"></div>
|
|
|
|
<div class="shade" onclick="hideModal(3,this)"></div>
|
|
|
|
<div class="centerModal">
|
|
|
|
<div class="centerModal">
|
|
|
|
<div class="monitoring" id="monitoring">
|
|
|
|
<div class="monitoring" id="monitoring">
|
|
|
|
<iframe src="monitoring" frameborder="0" style="width: 100%;height: 100%"></iframe>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<th:block th:include="include :: footer"/>
|
|
|
|
<th:block th:include="include :: footer"/>
|
|
|
|
<script id="videonode" src="../../js/webVideoCtrl.js"></script>
|
|
|
|
|
|
|
|
<script src="../../board/board.js"></script>
|
|
|
|
<script src="../../board/board.js"></script>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|