CINXE.COM
网站接入-OSCHINA
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>网站接入-OSCHINA</title> <script type="text/javascript" src="/js/2011/jquery-1.5.1.min.js?t=1670143215000"></script> <script src="/js/sha1.js?t=1670143216000"></script> <script type='text/javascript'> $(document).ready(function(){ $('#f_email').focus(); $("input[name='authorize']").click(function(){ $("input[name='user_oauth_approval']").attr('value','true'); $("input[name='authorize']").css('width','65px'); $("input[name='authorize']").attr('value','连接中...'); var email = $('#f_email').val(); var pwd = $('#f_pwd').val(); var verifyCode=$('#f_vcode').val(); if(email.length == 0){ $('#f_email').focus(); $('#error_msg').html("请输入登录的邮箱或者帐号"); $('#error_msg').show(); $("input[name='authorize']").attr('value','连接'); return; } if(pwd.length == 0){ $('#f_pwd').focus(); $('#error_msg').html("请输入登录密码"); $('#error_msg').show(); $("input[name='authorize']").attr('value','连接'); return; } jQuery.ajax({ type:'POST', url:'/action/user/hash_login', data:{'email':email,'pwd':CryptoJS.SHA1(pwd).toString(),'verifyCode':verifyCode}, success:function(html){ if(html.length > 0){ var json = eval('(' + html + ')'); $('#error_msg').hide(); $('#error_msg').html(json.msg); $('#error_msg').show(); if(json.failCount>2||json.error==1){ _rvi(); $("[captchaZone]").show(); } $("input[name='authorize']").attr('value','连接'); } else { var s=''; var obj=document.getElementsByName('scope_node'); for(var i=0; i<obj.length; i++){ if(obj[i].checked) s+=obj[i].value+','; //如果选中,将value添加到变量s中 } $("input[name='scope']").val(s); $("#f_pwd").val(CryptoJS.SHA1($('#f_pwd').val()).toString()); $('#frm_approve').submit(); } }, error:function(html){ alert("提交数据失败,代码:" +html.status+ ",请稍候再试"); $("input[name='authorize']").attr('value','连接'); } }); }); $("input[name='deny']").click(function(){ $("input[name='user_oauth_approval']").attr('value','false'); var s=''; var obj=document.getElementsByName('scope_node'); for(var i=0; i<obj.length; i++){ if(obj[i].checked) s+=obj[i].value+','; //如果选中,将value添加到变量s中 } $("input[name='scope']").val(s); $("#f_pwd").val(CryptoJS.SHA1($('#f_pwd').val()).toString()); $('#frm_approve').submit(); }); //全选按钮点击事件 $("input[name='selete_all']").click(function(){ var ischeck=$("input[name='selete_all']").attr("checked"); var obj=document.getElementsByName('scope_node'); for(var i=0; i<obj.length; i++){ if(obj[i].disabled!=true) { obj[i].checked=ischeck; //将所以scope列表的checked属性跟随全选的checked属性 } } }); $(window).keydown(function(event){ if(event.keyCode == 13) $("input[name='authorize']").click(); }); }); </script> <style type='text/css'> body { text-align: center; font-size: 10pt; font-family: 微软雅黑, Verdana, sans-serif, 宋体; } img { border: none; } .logo{ float:left; width: 160px; height: 49px; border-right: 2px solid #eee; padding-right: 2px; background: url('/img/logo_s2.png') no-repeat -2px 0; } .clear { clear: both; font-size: 1px; line-height: 0; } .error_msg { border: 1px dashed red; padding: 10px 5px 10px 10px; color: red; margin: 10px 0 10px 0; } input.rndbutton { font-family: 微软雅黑, Verdana, sans-serif, 宋体; color: #fff; width: 55px; height: 30px; font-size: 14px; border: 0px solid #000; cursor: pointer; } input.rndbutton[name="authorize"]{ background:#3fab56; } input.rndbutton[name="deny"]{ background:#bbb; } input.rndbutton: hover { background-color: red; } input[type='checkbox']{ width:13px; height:13px; line-height:13px; margin-right:2px; vertical-align:-2px; } .oauth_wrap { position:relative; width: 580px; margin: 0 auto; border-style:solid; border-color: #efefef; overflow: hidden; text-align: left; top:5%; } .header{ padding:10px 20px; background-color:f5f5f5; } .userbar a { color: #3E62A6; outline: 0; text-decoration: none; font-size:14px; } .oauth_form { color: #505050; } h1.title{ font-size:18px; color:#2f9734; padding-left:12px; position:relative; top:12px; display:inline; } p.title{ font-size:15px; } .form_content { padding: 10px 10px 10px 25px; margin: 0; } .form_content .scope { margin: 20px 30px 0px 30px; padding-left:10px; } .form_content .scope .selete_all{ position:relative; left:-15px; } .form_content .approve { padding-top: 20px; } .user_info td{ padding-bottom:10px; } input[type="text"],[type="password"]{ font-size: 16px; padding: 3px; border: 1px solid #ccc; width:200px; } input[type="text"]:focus,[type="password"]:focus{ border:1px solid #006400; } .coping { background: #efefef; height: 25px; line-height: 25px; text-align: center; font-size: 12px; } ul { list-style-type: none; line-height: 24px; } </style> </head> <body> <div class='oauth_wrap'> <div class="header"> <a class="logo" href="http://www.oschina.net/"></a> <h1 class="title">连接到 OSCHINA.NET</h1> <div class='clear'></div> </div> <div class='oauth_form'> <input type='hidden' name='state' value='b10ed2fe36033819ddae8ed0efc1e264722ec121fb150315'></input> <div class='form_content'> <p class='title'>使用 OSCHINA 账号访问 <a href="https://gitee.com" target='_blank'> https://gitee.com</a> ,并允许网站进行如下操作:</p> <ul class="scope"> <li class="selete_all"><input checked="checked" type="checkbox" name='selete_all' id="selete_all" value="selete_all" /><label for="selete_all}">全选</label></li> <li><input disabled="true" checked="checked" type="checkbox" name='scope_node' id="check_user_api" value="user_api"/><label for="check_user_api">访问用户信息</label></li> </ul> <div class='approve'> <div id='error_msg' class='error_msg' style='display:none;'></div> <form id='frm_approve' action="/action/oauth2/authorize" method="post"> <input name="client_id" value="1q19fXlrCx1S8pHBqSuj" type="hidden"/> <input name="response_type" value="code" type="hidden"/> <input name="redirect_uri" value="https://gitee.com/auth/oschina/callback" type="hidden"/> <input name="scope" type="hidden"/> <input name="state" value="b10ed2fe36033819ddae8ed0efc1e264722ec121fb150315" type="hidden"/> <input name="user_oauth_approval" value="true" type="hidden"/> <table class="user_info"> <tr> <td style='font-size: 10pt;'> <p><strong>邮箱:</strong><input id='f_email' name='email' value='' type='text'placeholder="OSC帐号/注册邮箱"/></p> <p><strong>密码:</strong><input id='f_pwd' name='pwd' value='' type='password' placeholder="登录密码"/></p> <p style="display: none" captchaZone><strong>验证码:</strong><input type='text' id='f_vcode' name='verifyCode' size='6' class='TEXT'/> <span><a href="javascript:_rvi()">换另外一个图</a></span> <img id="img_vcode" align="absmiddle" alt="..." src="/action/user/captcha" style="border:2px solid #ccc;"/> <script language='javascript'>function _rvi(){document.getElementById('img_vcode').src = '/action/user/captcha?t='+Math.random(1000);}</script> </p> </td> </tr> <tr> <td style='padding-left:43px;'> <input type='button' class='rndbutton' name='authorize' value='连接' /> <input type='button' class='rndbutton' name='deny' value='取消' /> <span class='userbar'> <a href="https://www.oschina.net/home/reg" target="_blank">注册</a> </span> </td> </tr> </table> <div class='clear'></div> </form> </div> </div> <div class='coping'>© OSCHINA 社区(OSChina.NET)</div> </div> </div> </body> </html> <!-- Generated by OsChina.NET (init:0[ms],page:2[ms],ip:8.222.208.146) -->