@@ -31,13 +31,13 @@ <h3>登录</h3>
3131 < div class ="form-group ">
3232 < input type ="hidden " name ="csrf_token " value ="{{ csrf_token() }} " />
3333 < label class ="control-label " for ="inputEmail "> 邮箱</ label >
34- < input id ="inputEmail " class ="form-control " type ="text " value ="" type =" email " required ="" tabindex ="1 " name ="email "/>
34+ < input id ="inputEmail " class ="form-control " type ="email " value ="" required ="" tabindex ="1 " name ="email "/>
3535 </ div >
3636 < div class ="form-group ">
3737 < label class ="control-label " for ="inputPassword ">
3838 密码(< a tabindex ="4 " href ="/forgotpass "> 忘记密码</ a > )
3939 </ label >
40- < input id ="inputPassword " class ="form-control " type ="text " value ="" type =" password " required ="" tabindex ="2 " name ="password " />
40+ < input id ="inputPassword " class ="form-control " type ="password " value ="" required ="" tabindex ="2 " name ="password " />
4141 </ div >
4242 < div class ="form-group ">
4343 < button id ="loginBtn " class ="login-btn btn-default " tabindex ="3 " type ="submit ">
@@ -89,17 +89,17 @@ <h3>注册</h3>
8989 用户名
9090 </ label >
9191 < b class ="has-required " data-title ="必填 "> Required</ b >
92- < input id ="inputUsername " class ="form-control " type ="text " value ="" type =" text " name ="username " tabindex ="1 "/>
92+ < input id ="inputUsername " class ="form-control " type ="text " value ="" name ="username " tabindex ="1 "/>
9393 </ div >
9494 < div class ="form-group ">
9595 < label class ="control-label " for ="inputEmail "> 邮箱</ label >
9696 < b class ="has-required " data-title ="必填 "> Required</ b >
97- < input id ="inputEmail " class ="form-control " type ="text " value ="" type =" email " name ="email " tabindex ="2 "/>
97+ < input id ="inputEmail " class ="form-control " type ="email " value ="" name ="email " tabindex ="2 "/>
9898 </ div >
9999 < div class ="form-group ">
100100 < label class ="control-label " for ="inputPassword "> 密码</ label >
101101 < b class ="has-required " data-title ="必填,至少 8 位,同时包含数字、小写字母、大写字母 "> Required</ b >
102- < input id ="inputPassword " class ="form-control " type ="text " value ="" type =" password " name ="password " tabindex ="3 " />
102+ < input id ="inputPassword " class ="form-control " type ="password " value ="" name ="password " tabindex ="4 " />
103103 </ div >
104104 < div class ="form-group ">
105105 < button id ="signupBtn " class ="signup-btn btn btn-default " type ="submit " tabindex ="4 " disabled ="disabled " > 注册</ button >
0 commit comments