| | |
| | | <html> |
| | | <head> |
| | | <title>Title</title> |
| | | <link rel="stylesheet" href="../../CSS/layui.css"> |
| | | <link rel="stylesheet" href="../../CSS/layui2.css"> |
| | | <link rel="stylesheet" href="../../CSS/layer.css"> |
| | | <style> |
| | | |
| | | .plugin { |
| | | width: 600px; |
| | | height: 400px; |
| | | /**/ |
| | | position: absolute; |
| | | margin: auto; |
| | | top: 300px; |
| | | left: 500px; |
| | | right: 0; |
| | | bottom: 0; |
| | | |
| | | /**/ |
| | | /**/ |
| | | /* margin-top: 100px; |
| | | margin-left: 100px; */ |
| | | /**/ |
| | | /**/ |
| | | } |
| | | /*.btn2{*/ |
| | | /* margin-top: -520px;*/ |
| | | /*}*/ |
| | | </style> |
| | | </head> |
| | | <body> |
| | | <div class="heimu" style="display: none;width: 100%;height: 100%;position: fixed;top: 0px;left: 0px;z-index: 9999;background-color: black;opacity: 0.8"></div> |
| | | <div class="layui-container" style="width: 100%;margin: 0px;padding: 0px"> |
| | | <div class="layui-row"> |
| | | |
| | | <div id="jiankong" style=" display: none;"> |
| | | <%-- <div style="">--%> |
| | | <%-- <img style="margin-top:-110px;margin-left:390px;height: 25px;width: 25px" src="../../Icon/close.png">--%> |
| | | <%-- <button class="layui-btn layui-btn-normal" lay-event="getadd" onclick="guanbi();" style="position: fixed; z-index: 999; margin-top:40px;margin-left:320px;">关闭</button>--%> |
| | | |
| | | <div id="divPlugin" class="plugin" ></div> |
| | | |
| | | |
| | | <%-- <input type="button" class="btn2" value="关闭" onclick="close();" />--%> |
| | | <input id="loginip" type="text" class="txt" style="display:none;"/> |
| | | <input id="port" type="text" class="txt" style="display:none;"/> |
| | | <input id="username1" type="text" class="txt" style="display:none;"/> |
| | | <input id="password" type="password" class="txt" style="display:none;"/> |
| | | <%-- <input type="button" class="btn" value="登录" onclick="clickLogin();" />--%> |
| | | <%-- <input type="button" class="btn2" value="开始预览" onclick="clickStartRealPlay();" />--%> |
| | | <%-- <input type="button" class="btn2" value="停止预览" onclick="clickStopRealPlay();" />--%> |
| | | |
| | | |
| | | |
| | | </div> |
| | | <%-- </div>--%> |
| | | <div class="layui-col-xs12 layui-col-md12"> |
| | | <table class="layui-hide" id="shipin" lay-filter="shipin"></table> |
| | | </div> |
| | | </div> |
| | | <div class="add" style="display: none;width: 600px;background-color: #f6f6f6;border: 1px solid #cccccc;padding: 50px;position: fixed;top: 50px;left: 450px;z-index: 99999"> |
| | | <form class="layui-form" action="/hxzkuwb/addHk" method="post" lay-filter="example" onsubmit="return checkadd()"> |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label">绑定区域:</label> |
| | | <div class="layui-input-block"> |
| | | <input type="text" name="bindregion" id="bindregionadd" lay-verify="title" autocomplete="off" placeholder="" |
| | | onkeyup ="xzGongSi()" onfocus="xzGongSi()" class="layui-input"> |
| | | </div> |
| | | <div style="width:488px;height: 250px;overflow-y: scroll;border: 1px solid #EEEEEE;border-top: none;position: absolute;left: 160px;z-index: 999;background-color: white;display: none" |
| | | id="ZsGs"> |
| | | <c:forEach items="${suoshu}" var="k"> |
| | | <p onclick="xzGong('${k.name}')" |
| | | style="cursor: pointer;height: 40px;line-height: 40px;padding-left: 10px;border-bottom: 1px solid #f6f6f6">${k.name}</p> |
| | | </c:forEach> |
| | | |
| | | </div> |
| | | </div> |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label">IP地址</label> |
| | | <div class="layui-input-block"> |
| | |
| | | <input type="text" lay-verify="title" name="shebeiport" required autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="layui-form-item"> |
| | | <div class="layui-input-block"> |
| | | <button type="submit" class="layui-btn" lay-submit="" lay-filter="" id="baocun">立即提交</button> |
| | |
| | | <div class="update" style="display: none;width: 600px;background-color: #f6f6f6;border: 1px solid #cccccc;padding: 50px;position: fixed;top: 50px;left: 450px;z-index: 99999"> |
| | | <form class="layui-form" action="/hxzkuwb/updateHk" method="post" lay-filter="example" onsubmit="return checkup()"> |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label">绑定区域:</label> |
| | | <div class="layui-input-block"> |
| | | <input type="text" name="bindregion" id="bindregionup" lay-verify="title" autocomplete="off" placeholder="" |
| | | onkeyup ="xzGongSiup()" onfocus="xzGongSiup()" class="layui-input"> |
| | | </div> |
| | | <div style="width:488px;height: 250px;overflow-y: scroll;border: 1px solid #EEEEEE;border-top: none;position: absolute;left: 160px;z-index: 999;background-color: white;display: none" |
| | | id="ZsGsup"> |
| | | <c:forEach items="${suoshu}" var="k"> |
| | | <p onclick="xzGongup('${k.name}')" |
| | | style="cursor: pointer;height: 40px;line-height: 40px;padding-left: 10px;border-bottom: 1px solid #f6f6f6">${k.name}</p> |
| | | </c:forEach> |
| | | |
| | | </div> |
| | | </div> |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label">IP地址</label> |
| | | <div class="layui-input-block"> |
| | | <input type="text" lay-verify="title" name="ip" required autocomplete="off" class="layui-input"> |
| | | <input type="text" lay-verify="title" name="ip" id="ipup" required autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label">端口</label> |
| | | <div class="layui-input-block"> |
| | | <input type="text" lay-verify="title" name="port" required autocomplete="off" class="layui-input"> |
| | | <input type="text" lay-verify="title" name="port" id="portup" required autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label">用户名</label> |
| | | <div class="layui-input-block"> |
| | | <input type="text" lay-verify="title" name="username" required autocomplete="off" class="layui-input"> |
| | | <input type="text" lay-verify="title" name="username" id="usernameup" required autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label">密码</label> |
| | | <div class="layui-input-block"> |
| | | <input type="text" lay-verify="title" name="pssword" required autocomplete="off" class="layui-input"> |
| | | <input type="text" lay-verify="title" name="pssword" id="psswordup" required autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-form-item"> |
| | | <label class="layui-form-label">设备端口</label> |
| | | <div class="layui-input-block"> |
| | | <input type="text" lay-verify="title" name="shebeiport" required autocomplete="off" class="layui-input"> |
| | | <input type="text" lay-verify="title" name="shebeiport" id="shebeiportup" required autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-form-item"> |
| | | <div class="layui-input-block"> |
| | | <button type="submit" class="layui-btn" lay-submit="" lay-filter="">保存</button> |
| | | <button type="button" class="layui-btn layui-btn-normal" lay-filter="" onclick="quxiao()" style="margin-left: 200px">取消</button> |
| | | </div> |
| | | </div> |
| | | </form> |
| | | </div> |
| | | </div> |
| | | <input type="text" class="layui-input" id="seah" placeholder="请输入用户名" style="width: 270px;height: 38px;margin-left: 100px;position: fixed;border-radius: 8px;border: 1px solid #cccccc;z-index: 999;left: 250px;top: 40px;border-right: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px"></body> |
| | | <form class="layui-form layui-row layui-col-space16" style="width: 1672px;margin-left: 12px;padding-bottom: -60px"> |
| | | <input type="text" class="layui-input" name="bindregion" id="seah" placeholder="请输入绑定区域" style="width: 270px;height: 38px;margin-left: 150px;position: fixed;border-radius: 8px;border: 1px solid #cccccc;z-index: 999;left: 250px;top: 40px;border-right: none;border-top-right-radius: 0px;border-bottom-right-radius: 0px"></body> |
| | | |
| | | <button class="layui-btn layui-btn-normal" lay-filter="demo-table-search1" lay-event="getshuaxin" style="position: fixed;z-index: 9999;left: 250px;top: 40px">刷新</button> |
| | | <button class="layui-btn layui-btn-normal" lay-submit lay-filter="demo-table-search" lay-event="getsearch" style="margin-left: 400px;position: fixed;border-bottom-right-radius: 8px;border-top-right-radius: 8px;z-index: 9999;left: 270px;top: 40px">搜索</button> |
| | | |
| | | </form> |
| | | </body> |
| | | |
| | | <script type="text/html" id="barDemo"> |
| | | <a class="layui-btn layui-btn-primary layui-btn-xs" lay-event="detail" >查看</a> |
| | | <a class="layui-btn layui-btn-primary layui-btn-xs" onclick="guanbi();" >关闭</a> |
| | | </script> |
| | | <script type="text/html" id="toolbarDemo"> |
| | | <div class="layui-btn-container" style="margin-left: 0px;margin-top: 20px;display: inline-block"> |
| | | <%-- <input type="button" class="btn2" value="关闭" />--%> |
| | | |
| | | <button class="layui-btn layui-btn-normal" id="btnAdd" lay-event="getadd">新增</button> |
| | | <button class="layui-btn layui-btn-warm" id="btnUpdate" lay-event="getUpdate">修改</button> |
| | | <button class="layui-btn layui-btn-danger" id="btnDelete" lay-event="getdelete">删除</button> |
| | | <button class="layui-btn layui-btn-primary" lay-event="getshuaxin">刷新</button> |
| | | <button class="layui-btn layui-btn-normal" lay-event="getsearch" style="margin-left: 350px;position: fixed;border-bottom-right-radius: 8px;border-top-right-radius: 8px;z-index: 9999;left: 270px;top: 40px">搜索</button> |
| | | <%-- <button class="layui-btn layui-btn-normal" lay-filter="demo-table-search1" lay-event="getshuaxin">刷新</button>--%> |
| | | <%-- <button class="layui-btn layui-btn-normal" lay-filter="demo-table-search1" lay-event="getsearch" style="margin-left: 400px;position: fixed;border-bottom-right-radius: 8px;border-top-right-radius: 8px;z-index: 9999;left: 270px;top: 40px">搜索</button>--%> |
| | | |
| | | </div> |
| | | </script> |
| | | <script type="text/html" id="barDemotag"> |
| | | <a class="layui-btn layui-btn-danger layui-btn-xs" lay-event="del">删除</a> |
| | | </script> |
| | | <script src="/hxzkuwb/HouTai/Js/jquery-3.5.1.js"></script> |
| | | <script src="../../JS/layui.js"></script> |
| | | <script src="../../JS/layer.js"></script> |
| | | <script src="../../Home/HomeJs/jquery-1.7.1.min.js"></script> |
| | | <script src="../../Home/HomeJs/codebase/jsVideoPlugin-1.0.0.min.js"></script> |
| | | |
| | | |
| | | <%--<script src="../jquery-1.7.1.min.js"></script>--%> |
| | | <script src="../../Home/HomeJs/sea-3.0.1.min.js"></script> |
| | | <script src="../../Home/HomeJs/codebase/webVideoCtrl.js"></script> |
| | | <script src="../../HouTai/Js/jquery-3.5.1.js"></script> |
| | | |
| | | <script src="JianKongPeiZhiJs/JianKongPeiZhi.js"></script> |
| | | <script src="../Role/Role.js"></script> |
| | | <script src="../../Home/HomeJs/demo.js"></script> |
| | | </html> |