2
13693261870
2022-09-16 653761a31dfeb50dd3d007e892d69c90bf0cdafc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.w3.org/1999/xhtml" >
<head>
    <meta charset="UTF-8" />
    <script th:src="@{${pubzyWebRoot} + 'media/js/jquery-1.11.1.js'}"></script>
    <script type="text/javascript" th:inline="javascript"></script>
    <script src="/js/MenHuMore.js"></script>
    <style>
        body {
            margin: 0;
            background: transparent;
            font-family: "Roboto", sans-serif !important;
            color: #fff;
        }
        .div_main {
            width: 100%;
            height: 100%;
            padding:15px 0 0 0;
        }
        .div_shipin{
            /*width:159px;*/
            width: 50%;
            height:85px;
            float:left;
            cursor: pointer;
        }
        .div_title{
            width:100%;
            text-align:center;
            font-size:14px;
        }
        .div_img{
            width:100%;
            text-align:center;
        }
    </style>
    <script type="text/javascript">
        $(function () {
            var datas = [
                {name:'防城港市',id:'45000000001310017658'},
                {name:'北海桥港',id:'45000000001310015850'},
                {name:'水沟村码头激光',id:'37000000001310018983'},
                {name:'高坨子激光',id:'37000000001310011756'},
                {name:'如东阳光岛',id:'32000000001310010857'},
                {name:'定海-县级',id:'33090000001310014076'},
                {name:'防城港市',id:'45000000001310017658'},
                {name:'北海桥港',id:'45000000001310015850'},
                {name:'正源商贸码头监控摄像头',id:'44000000001310018168'},
                {name:'电白滨海跨海大桥',id:'44000000001310018220'},
                {name:'博贺新港区东防波堤',id:'44000000001310018119'},
                {name:'博贺新港区仓储物流中心',id:'44000000001310018269'}
            ];
            var html = "";
            for(var i = 0;i<datas.length;i++){
                html+="<div class=\"div_shipin\" onclick=\"openUrl('"+datas[i].id+"')\"><div class=\"div_img\"><img src='/image/MenHuIndex/shipinbig.png'></div>"
                    +"<div class=\"div_title\"><span>"+datas[i].name+"</span></div></div>";
            }
            $(".div_main").html(html);
            // more("更多", "http://10.0.4.26:8087/cas/remoteLogin?username=jgzx&password=827ccb0eea8a706c4c34a16891f84e7b&service=http%3A%2F%2F10.0.4.26%2Fvas%2Fweb%2Fembed.action%3FiframeUrl%3Dhttp%253A%252F%252F10.0.4.26%253A80%252Fvas%252Fweb%252Fgis.action%26parentMenuCode%3Dvas_01%26childMenuCode%3Dvas_0103%26iframeTitle%3D%2525E7%252594%2525B5%2525E5%2525AD%252590%2525E5%25259C%2525B0%2525E5%25259B%2525BE", window.location.href);  //增加“更多”
            more("更多", "http://10.0.4.26:8087/cas/remoteLogin?username=jgzx&password=827ccb0eea8a706c4c34a16891f84e7b&service=http%3A%2F%2F10.0.4.26%2Fvas%2Fweb%2Fembed.action%3FiframeUrl%3Dhttp%253A%252F%252F10.0.4.26%253A80%252Fvas%252Fweb%252Fgis.action%26parentMenuCode%3Dvas_01%26childMenuCode%3Dvas_0103%26iframeTitle%3D%2525E7%252594%2525B5%2525E5%2525AD%252590%2525E5%25259C%2525B0%2525E5%25259B%2525BE", "http://www.nmsmp.com:8082/login?oldurl=%252Fres%252FPingTaiMenHu%252FShiPinJianKong_New");  //增加“更多”
        });
 
        function openUrl(id){
            //window.open("http://10.0.4.26:8087/cas/remoteLogin?username=jgzx&password=827ccb0eea8a706c4c34a16891f84e7b&service=http%3A%2F%2F10.0.4.26%2Fvas%2Fweb%2FpreviewCtrl.action%3FwndNum%3D1%26previewType%3D1%26cameraIndexCodes%3D"+id, "_blank");
             window.open("/res/PingTaiMenHu/ShowShiPin?videoId="+id, "_blank");
        }
    </script>
</head>
<body>
<div>
    <div class="div_main">
    </div>
</div>
</body>
</html>