HTTP/1.1 200 OK Date: Thu, 24 Apr 2025 21:24:33 GMT Last-Modified: Tue, 03 Nov 2020 03:08:45 GMT Etag: "5fa0c9bd.7993" Content-Type: text/html Content-Length: 7993 Connection: keep-alive Accept-Ranges: bytes Content-Security-Policy: img-src 'self' data:; default-src 'self' 'unsafe-inline' 'unsafe-eval' X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN x-xss-protection: 1; mode=block <!DOCTYPE html> <html> <head> <script> /** * 防止浏览器缓存导致登录页的js文件加载失败 * 如果url中没有参数则为url上加上一个随机数重新加载,需要过滤cloud方式登录 * @return {[type]} [description] */ (function(){ var href = window.location.href; var ran = Math.round(Math.random() * 1000000000000); if (-1 === href.indexOf('?')){ window.location.href = href + '?_=' + ran; } else if (-1 === href.indexOf('_=') && -1 === href.indexOf('/?')){ window.location.href = href + '&_=' + ran; } })(); </script> <meta http-equiv="X-UA-Compatible" content="edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta content="favicon.ico" itemprop="image" /> <link rel="stylesheet" href="/style/index_3050207.css" /> <link rel="stylesheet" href="style/color.css" /> <title data-text="Text.VideoManageSystem"></title> </head> <body id="login_body" class="login_min_height_width"> <div class="pluginTip" id="pluginTip"> <div class="pluginVersionTip" id="pluginVersionTip" data-title="Text.TipDbClickClose3"></div> </div> <div class="login_fullPage login_min_height_width"> <div class="login_placeHolder"> <div class="login_minHeight"></div> </div> <div class="login_form"> <div class="login_header"> <div class="logo" style="background-image: url(/images/logo.png);"></div> </div> <form action="cgi-bin/main-cgi" method="post" name="loginForm" id="loginForm"> <table class="login_table"> <tr class="login_line"> <td id="ErrorMsg" class="login_msg" colspan="2"> <span id="idErrorMsg"></span> <span id="idErrorInfo"></span> </td> </tr> <tr class="login_line hidden"> <td class="login_left"> <div class="login_label_div"> <label class="login_label" for='lLan' data-text="Text.Lang"></label> </div> </td> <td class="login_right"> <select class="in_select" name="lLan" id="language"> <!-- <option value="0" data-text="Text.SimplifyChinese"></option> --> <!-- <option value="1">简体中文</option> --> <!-- <option value="2">English</option> --> </select> </td> </tr> <tr class="login_line all_login_hidden"> <td class="login_left"> <div class="login_label_div"> <label class="login_label" for='szUserName' data-text="Text.UserName"></label> </div> </td> <td class="login_right"> <input type="text" class="in_text" name="szUserName" id="szUserName" autocomplete="off" /> </td> </tr> <tr class="login_line all_login_hidden"> <td class="login_left"> <div class="login_label_div"> <label class="login_label" for='szUserLoginCert' data-text="Text.Passwd"></label> </div> </td> <td class="login_right"> <input type=password class="in_text nor-submit-pwd" id="szUserPasswdSrc" maxlength="20" value="" autocomplete="off" /> <input type="hidden" name="szUserLoginCert" id="szUserLoginCert" /> <!-- <input type="hidden" name="szUserLoginCertEx" id="szUserLoginCertEx" /> --> <input type="hidden" name="nonce" id="nonce" />
Shodan ® - All rights reserved