CINXE.COM
Nanjing University Student Exchange Programmes
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>Nanjing University Student Exchange Programmes</title> <script src="/cn/Public/BJUI/js/jquery-1.7.2.min.js"></script> <script src="/cn/Public/BJUI/js/jquery.cookie.js"></script> <link href="/cn/Public/BJUI/themes/css/bootstrap.min.css" rel="stylesheet"> <style type="text/css"> * {font-family: "Verdana", "Tahoma", "Lucida Grande", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;} body { background: url(/cn/Public/images/loginbg/loginbg_01.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; font-family:Arial, Helvetica, sans-serif } a:link {color: #285e8e;} .main_box { position: absolute; top:50%; left:50%; margin-top:-310px; margin-left: -300px; padding: 30px; width:600px; height:460px; } .main_box .setting {position: absolute; top: 5px; right: 10px; width: 10px; height: 10px;} .main_box .setting a {color: #FF6600;} .main_box .setting a:hover {color: #555;} .login_logo {height: 85px; text-align: center;} .login_logo img {height:85px;} .login_title{text-align: center;} .login_title h1{ font-size:50px; color:#6e0f6d;font-weight: bolder;} .login_title h3{ font-size:30px; color:#8e3d8d;} .login_title h5{ font-size:14px; color:#b72db6; padding-top:30px;} .login_msg {text-align: center; font-size: 16px;} .login_form {padding-top: 20px; font-size: 16px;} .login_box .form-control {display: inline-block; *display: inline; zoom: 1; width: auto; font-size: 18px;} .login_box .form-control.x319 {width: 150px;} .login_box .form-control.x164 {width: 164px;} .login_box .form-group {margin: 0px auto;width: 260px;text-align: center; height:45px;line-height:45px; background: white; /* background: url(/cn/Public/images/loginbg/login-bg.png) no-repeat; */ } .login_box .form-group-bottom {margin: 0px auto;height:55px; /* line-height:45px; */width: 260px;text-align: center; background: white;border-bottom: 1px solid #e2e2e2; /* background: url(/cn/Public/images/loginbg/login-bg.png) 0 -45px no-repeat; */ } .login_box .form-group-bottom label.t {width: 60px; text-align: right; cursor: pointer; font-weight:normal; color:#a9a9a9;font-size: 14px;height:45px; line-height:40px;} .login_box .form-group-bottom.space {padding-top: 15px; border-top: 1px #FFF dotted;} .login_box .form-group-bottom img .login_box .form-group2 {margin: 0px auto; width: 260px; text-align: center;} .login_box .form-group label.t {width: 80px; text-align: right; cursor: pointer; font-weight:normal; color:#a2a2a2;font-size: 14px; height:45px; line-height:40px;} .login_box .form-group.space {padding-top: 15px; border-top: 1px #FFF dotted;} .login_box .form-group img {margin-top: 1px; height: 32px; vertical-align: top;} .login_box .m {cursor: pointer;} .login{ width:260px; height:45px;color: #fff;margin-top: 10px;background: url(/cn/Public/images/loginbg/login-an.png) no-repeat; border:none} .bottom {text-align: center; font-size: 12px;} .dl{width: 150px; height:100%; line-height:40px; background:#FFF; color:#999; border:none; padding-left:8px; font-size:18px;padding-top: 0px;} </style> <script type="text/javascript"> var COOKIE_NAME = 'sys__username'; $(function() { //changeCode(); if ($.cookie(COOKIE_NAME)){ $("#j_username").val($.cookie(COOKIE_NAME)); $("#j_password").focus(); $("#j_remember").attr('checked', true); } else { $("#j_username").focus(); } $("#captcha_img").click(function(){ changeCode(); }); $("#login_form").submit(function(){ var issubmit = true; var i_index = 0; $(this).find('.in').each(function(i){ if ($.trim($(this).val()).length == 0) { $(this).css('border', '1px #ff0000 solid'); issubmit = false; if (i_index == 0) i_index = i; } }); if (!issubmit) { $(this).find('.in').eq(i_index).focus(); return false; } var $remember = $("#j_remember"); if ($remember.attr('checked')) { $.cookie(COOKIE_NAME, $("#j_username").val(), { path: '/', expires: 15 }); } else { $.cookie(COOKIE_NAME, null, { path: '/' }); //删除cookie } /*$("#login_ok").attr("disabled", true).val('登陆中..');*/ //var password = HMAC_SHA256_MAC($("#j_username").val(), $("#j_password").val()); //$("#j_password").val(HMAC_SHA256_MAC($("#j_randomKey").val(), password)); return true; }); }); function genTimestamp(){ var time = new Date(); return time.getTime(); } function changeCode(){ $("#captcha_img").attr("src", "/cn/index.php?m=home&c=public&a=verify"); } </script> </head> <body> <div class="main_box"> <div class="login_box"> <div class="login_logo"> <img src="/cn/Public/images/logo.png" > </div> <div class="login_title"> <h1>Nanjing University</h1> <h3>出国留学数据系统</h3> <h5>Please Enter</h5> </div> <div class="login_form"> <input type="hidden" value="${randomKey }" id="j_randomKey" /> <form action="/cn/index.php?m=home&c=public&a=login" name="frmlogin" id="login_form" method="post"> <input type="hidden" name="jfinal_token" id="KeyID" value="" /> <div class="form-group-bottom"> <label for="j_username" class="t">账 号:</label> <input id="j_username" value="" name="username" type="text" class="dl" autocomplete="off"> </div> <div class="form-group-bottom"> <label for="j_password" class="t">密 码:</label> <input id="j_password" value="" name="password" type="password" class="dl"> </div> <div class="form-group-bottom"> <img id="captcha_img" alt="点击更换" title="点击更换" src="/cn/index.php?m=home&c=public&a=verify" class="m" width="39%"> <input id="j_captcha" name="j_captcha" type="text" class="dl" style="width: 130px;"> </div> <!--<div class="form-group"> <label class="t"></label> <label for="j_remember" class="m"><input id="j_remember" type="checkbox" value="true"> 记住登陆账号!</label> </div>--> <div class="form-group2 space" style="text-align: center;"> <input type="submit" id="login_ok" value="" class="login"> </div> </form> </div> </div> </div> </body> </html>