Merge branch 'develop' of http://g.28ms.com:8000/yangjianbin/page into develop
Showing
1 changed file
with
3 additions
and
2 deletions
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| 4 | ]]); | 4 | ]]); |
| 5 | ?> | 5 | ?> |
| 6 | 6 | ||
| 7 | <body> | 7 | <body xmlns="http://www.w3.org/1999/html"> |
| 8 | <div class="login_box"> | 8 | <div class="login_box"> |
| 9 | <div class="login"> | 9 | <div class="login"> |
| 10 | <div class="login_logo"> | 10 | <div class="login_logo"> |
| ... | @@ -18,7 +18,8 @@ | ... | @@ -18,7 +18,8 @@ |
| 18 | <input name="password" type="password" placeholder="密码"> | 18 | <input name="password" type="password" placeholder="密码"> |
| 19 | </form> | 19 | </form> |
| 20 | <!-- <input value="登录" type="submit">--> | 20 | <!-- <input value="登录" type="submit">--> |
| 21 | <input value="登录" type="button" class="btn btn-primary btn-xs" onclick="save()"> | 21 | <a type="button" class="btn btn-primary btn-xs" onclick="save()">登录</a> |
| 22 | |||
| 22 | 23 | ||
| 23 | </div> | 24 | </div> |
| 24 | <div class="copyright"> | 25 | <div class="copyright"> | ... | ... |
-
Please register or sign in to post a comment