Created
February 18, 2015 14:16
-
-
Save oltarasenko/2b136b2e3791c0d27f75 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="login-entry"> | |
<div class="head"> | |
<h2>账户登录</h2> | |
<b class="line"></b> </div> | |
<div style="font-size: 12px; display: block;" class="login-error"><table><tbody><tr><td id="tip">请输入用户名</td></tr></tbody></table></div> | |
<ul class="login-items"> | |
<li> | |
<label>用户名</label> | |
<input type="text" value="昵称/邮箱/手机号" maxlength="32" onblur="chekNkNamefor();" class="input" name="userName" id="userName"> | |
<div id="messageUserName" class="error"></div> | |
</li> | |
<li> | |
<label>密码</label> | |
<input type="password" maxlength="16" onblur="chekPwdfor_login();" class="input" id="password" name="password"> | |
<div id="messagePwd" class="error"></div> | |
</li> | |
<li id="verifycodeLi" style="display:none;"> | |
<label>验证码</label> | |
<input type="text" onfocus="hideVerifyCode()" onblur="checkVerifyCode()" style="width:70px" maxlength="4" class="input" name="verifycode" id="verifycode"> | |
<img height="42" width="104" class="authcode" title="验证码" alt="验证码" onclick="coderefresh()" src="/secure/verifyCode.jsp" id="imgverCode"> | |
<a class="refcode r3" onclick="coderefresh()" href="javascript:void(0)"> | |
<i class="icons refresh-todo"></i><b>刷新</b></a> | |
</li> | |
</ul> | |
<div class="login-check"> | |
<input type="checkbox" id="checkWeekly"> | |
<label for="checkWeekly">记住我<a data-text="一周内自动登录,公共场合慎用" class="icons yhelp ToolTips ToolTipCol" href="javascript:;">帮助</a></label> | |
<a href="/secure/resetPassword.action">忘记登录密码?</a> </div> | |
<div class="login-button"> | |
<input type="button" onclick="loginSubmit();" value="登录" name="登录" id="loginBt"> | |
</div> | |
<div class="login-server"> <a style="color:#8a949c" class="weibo" href="/gotoweibo.action"><i class="icons"></i>微博登录</a><a class="reg" href="/secure/register/">免费注册</a> </div> | |
<div class="security-pro"><i class="icons ver-green-down"></i><b>您的信息已通过256位SGC加密保护,数据传输安全</b></div> | |
<input type="hidden" value="null" id="inviteButton"> | |
<input type="hidden" value="http%3A%2F%2Fwww.yooli.com%2F" name="callback"> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment