| | |
| | | |
| | | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> |
| | | <!DOCTYPE> |
| | | <html> |
| | | <head> |
| | | <title>åç¹ç»å½ç³»ç»-ç»å½</title> |
| | | <title>管éåºç¡å¤§æ°æ®å¹³å°æå¡-ç»å½</title> |
| | | <meta http-equiv="pragma" content="no-cache" /> |
| | | <meta http-equiv="cache-control" content="no-cache" /> |
| | | <meta http-equiv="expires" content="0" /> |
| | | <link rel="stylesheet" type="text/css" href="../css/reset.css" /> |
| | | <link rel="stylesheet" type="text/css" href="../css/JCXM_style.css" /> |
| | | <script type="text/javascript" src="../js/jquery.min.js"></script> |
| | | <link rel="stylesheet" href="../js/font-awesome.min.css"/> |
| | | <link rel="stylesheet" href="../css/cas.css"/> |
| | | <link rel="icon" href="../favicon.ico" type="image/x-icon"/> |
| | | <script type="text/javascript" src="../js/zxcvbn.js"></script> |
| | | <script type="text/javascript" src="../js/jquery-ui.min.js"></script> |
| | | <script type="text/javascript" src="../js/jquery.cookie.min.js"></script> |
| | | <script type="text/javascript" src="../js/bootstrap.min.js"></script> |
| | | |
| | | <style type="text/css"> |
| | | <link href="../favicon.ico" rel="icon" type="image/x-icon" /> |
| | | <link href="../css/reset.css" rel="stylesheet" /> |
| | | <link href="../css/JCXM_style.css" rel="stylesheet" /> |
| | | <link href="../js/font-awesome.min.css" rel="stylesheet" /> |
| | | <link href="../css/cas.css" rel="stylesheet" /> |
| | | <script src="../js/jquery.min.js"></script> |
| | | <script src="../js/zxcvbn.js"></script> |
| | | <script src="../js/jquery-ui.min.js"></script> |
| | | <script src="../js/jquery.cookie.min.js"></script> |
| | | <script src="../js/bootstrap.min.js"></script> |
| | | <style> |
| | | .errorMessage_show { |
| | | width: 200px; |
| | | text-align: left; |
| | |
| | | color: #d56969; |
| | | font-size: 12px; |
| | | } |
| | | </style> |
| | | |
| | | <style type="text/css"> |
| | | .code { |
| | | /* background:url(code_bg.jpg); */ |
| | | font-family:Arial; |
| | |
| | | border-bottom-right-radius:5px; |
| | | background-color:white; |
| | | } |
| | | |
| | | a { |
| | | text-decoration:underline; |
| | | } |
| | | |
| | | a:hover { |
| | | text-decoration:underline; |
| | | } |
| | | </style> |
| | | <script language="javascript" type="text/javascript"> |
| | | <script> |
| | | var code; |
| | | function createCode() { |
| | | code = ""; |
| | |
| | | 'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z', |
| | | 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'); */ |
| | | var codeChars = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ); |
| | | for (var i = 0; i < codeLength; i++) |
| | | { |
| | | for (var i = 0; i < codeLength; i++) { |
| | | var charNum = Math.floor(Math.random() * 10); |
| | | code += codeChars[charNum]; |
| | | } |
| | | if (checkCode) |
| | | { |
| | | if (checkCode) { |
| | | checkCode.className = "code"; |
| | | checkCode.innerHTML = code; |
| | | } |
| | | } |
| | | //2019-03-28 廿 by XiaoQi |
| | | //function validateCode() { |
| | | //var inputCode = document.getElementById("inputCode").value; |
| | | //if (inputCode.length <= 0) |
| | | //{ |
| | | //alert("请è¾å
¥éªè¯ç ï¼"); |
| | | //} |
| | | //else if (inputCode.toUpperCase() != code.toUpperCase()) |
| | | //{ |
| | | //alert("éªè¯ç è¾å
¥æè¯¯ï¼"); |
| | | //createCode(); |
| | | //} |
| | | //else |
| | | //{ |
| | | //alert("éªè¯ç æ£ç¡®ï¼"); |
| | | //} |
| | | //} |
| | | function validateCode() { |
| | | var inputCode = document.getElementById("inputCode").value; |
| | | if (inputCode.length <= 0) { |
| | | alert("请è¾å
¥éªè¯ç ï¼"); |
| | | } |
| | | else if (inputCode.toUpperCase() != code.toUpperCase()) { |
| | | alert("éªè¯ç è¾å
¥æè¯¯ï¼"); |
| | | createCode(); |
| | | } |
| | | else { |
| | | alert("éªè¯ç æ£ç¡®ï¼"); |
| | | } |
| | | } |
| | | </script> |
| | | </head> |
| | | <body style="background-color:#0059cf;overflow-y:hidden !important;"> |
| | |
| | | <div id="loginBox_Title" style="height: 60px;line-height: 60px;"> |
| | | <span style="color: #fff;font-size: 50px;font-family: initial;font-weight: 700;">ç¨æ·ç»å½</span> |
| | | </div> |
| | | <!-- ç¨æ·å --><div class="loginid" style='width:400px;margin-right:50px;margin-top:45px;border-bottom:1px solid #fff;' > |
| | | <!-- ç¨æ·å --> |
| | | <div class="loginid" style='width: 400px; margin-right: 50px; margin-top: 45px; border-bottom: 1px solid #fff;'> |
| | | <label for="username"></label> |
| | | <input class="required" id="username" placeholder="请è¾å
¥ç¨æ·å" size="25" tabindex="1" |
| | | type="text" accesskey="n" |
| | | autocomplete="off" name="username" value="" /></div> |
| | | <!-- å¯ç --><section > |
| | | autocomplete="off" name="username" value="" /> |
| | | </div> |
| | | <!-- å¯ç --> |
| | | <section> |
| | | <div class="loginpwd" style='width:400px;margin-right:20px;margin-top:30px;border-bottom:1px solid #fff;' > |
| | | <label for="password"></label> |
| | | <input class="required" placeholder="请è¾å
¥å¯ç " type="password" id="password" size="25" |
| | |
| | | </section> |
| | | <section class="row check"> |
| | | </section> |
| | | <!-- éªè¯ç --><!-- <div class="loginvalifield" style="margin-top:20px;"> |
| | | <!-- éªè¯ç --> |
| | | <div class="loginvalifield" style="margin-top:20px;"> |
| | | <div class="loginvalicode"> |
| | | <label for="vcode"></label> |
| | | |
| | | <input id="vcode" name="vcode" class="required" tabindex="3" accesskey="v" type="text" value="" size="35" autocomplete="off"> |
| | | <label for="inputCode"></label> |
| | | <input id="inputCode" name="inputCode" class="required" tabindex="3" accesskey="v" type="text" value="" size="35" autocomplete="off"> |
| | | </div> |
| | | <span><img src="servlet/gevcode" class="validatelbl" onclick="this.src='servlet/gevcode?d='+new Date().getTime()"></span> |
| | | </div> --><section style="display:none;"> <!-- change By XiaoQi --><div id="vCodeID" class="loginvalifield" style='width: 400px;margin-top:30px;border-bottom:1px solid #fff;'> |
| | | <div class="loginvalicode"> |
| | | <label for="vcode"></label> |
| | | <input id="inputCode" name="vcode" placeholder="请è¾å
¥éªè¯ç " class="required" type="text" tabindex="4" /></div> |
| | | <span class="code" id="checkCode" onclick="createCode()" ></span> |
| | | </div> |
| | | </section> |
| | | <section id="carLink"> |
| | | <div style="background: url(../images/NewGJXJlogin/1920/add.png) no-repeat;width: 400px;height: 40px;line-height: 40px;background-position: 3% 50%;margin-top: 30px;"> |
| | | <a style='color: #fff;font-size: 18px;margin-left: 52px;' href="downloads/è¯ä¹¦å®è£
䏿·»å ä¿¡ä»»ç«ç¹.zip" download="è¯ä¹¦å®è£
䏿·»å ä¿¡ä»»ç«ç¹.zip">è¯ä¹¦å®è£
䏿·»å ä¿¡ä»»ç«ç¹</a> |
| | | </div> |
| | | <div style="background: url(../images/NewGJXJlogin/1920/add.png) no-repeat;width: 400px;height: 40px;line-height: 40px;background-position: 3% 50%;margin-top: 0px;"> |
| | | <a style='color: #fff;font-size: 18px;margin-left: 52px;' href="downloads/è°·ææµè§å¨ä¸è½½.zip" download="è°·ææµè§å¨ä¸è½½.zip">建议使ç¨è°·ææµè§å¨</a> |
| | | </div> |
| | | <div style="background: url(../images/NewGJXJlogin/1920/add.png) no-repeat;width: 400px;height: 40px;line-height: 40px;background-position: 3% 50%;margin-top: 0px;"> |
| | | <a style='color: #fff;font-size: 18px;margin-left: 52px;' href="downloads/使ç¨å¸®å©ææ¡£.zip" download="使ç¨å¸®å©ææ¡£.zip">使ç¨å¸®å©ææ¡£</a> |
| | | </div> |
| | | </section> |
| | | <!-- ç»å½æé® --> |
| | | <section > |
| | | <input class="loginbtn" style="margin-top:25px;" name="submit" accesskey="l" value="" tabindex="5" type="submit"> |
| | |
| | | <span>ææ¯æ¯æï¼å½å®¶æµ·æ´ä¿¡æ¯ä¸å¿</span> |
| | | </div> |
| | | </form> |
| | | <script type="text/javascript"> |
| | | <script> |
| | | var leftoffset = 474; |
| | | //ç¦æ¢å¨iframeæå¼ |
| | | function noIframe() { |
| | |
| | | } |
| | | } |
| | | </script> |
| | | <script type="text/javascript"> |
| | | var i = "\u767B\u5F55\u4E2D..." |
| | | <script> |
| | | var i = "ç»å½ä¸..." |
| | | //表åæäº¤ |
| | | $("#fm1").submit(function() { |
| | | //éªè¯ç¨æ·åä¸å¯ç |
| | | var theUsername = document.getElementById("username").value; |
| | | if (theUsername.length <= 0) |
| | | { |
| | | if (theUsername.length <= 0) { |
| | | alert("请è¾å
¥ç¨æ·åï¼"); |
| | | return false; |
| | | } |
| | | var thePassword = document.getElementById("password").value; |
| | | if (thePassword.length <= 0) |
| | | { |
| | | if (thePassword.length <= 0) { |
| | | alert("请è¾å
¥å¯ç ï¼"); |
| | | return false; |
| | | } |
| | | //éªè¯éªè¯ç ï¼2019-03-28廿 by XiaoQiï¼ |
| | | //var inputCode = document.getElementById("inputCode").value; |
| | | //if (inputCode.length <= 0) |
| | | //{ |
| | | //alert("请è¾å
¥éªè¯ç ï¼"); |
| | | //return false; |
| | | //} |
| | | //else if (inputCode.toUpperCase() != code.toUpperCase()) |
| | | //{ |
| | | //alert("éªè¯ç è¾å
¥æè¯¯ï¼"); |
| | | //createCode(); |
| | | //return false; |
| | | //} |
| | | var inputCode = document.getElementById("inputCode").value; |
| | | if (inputCode.length <= 0) { |
| | | alert("请è¾å
¥éªè¯ç ï¼"); |
| | | return false; |
| | | } |
| | | else if (inputCode.toUpperCase() != code.toUpperCase()) { |
| | | alert("éªè¯ç è¾å
¥æè¯¯ï¼"); |
| | | createCode(); |
| | | return false; |
| | | } |
| | | |
| | | //$("#uName").val(encrypt.encrypt(theUsername)); |
| | | //$("#uPwd").val(encrypt.encrypt(thePassword)); |
| | | |
| | | //$("#uName").val(Base64.encode(theUsername)); |
| | | $("#uName").val(theUsername); |
| | | $("#uPwd").val(Base64.encode(thePassword)); |
| | | |
| | | $(":submit").attr("disabled", true); |
| | | $(":submit").attr("value", i); |