init
Showing
2 changed files
with
5 additions
and
3 deletions
| ... | @@ -13,11 +13,13 @@ | ... | @@ -13,11 +13,13 @@ |
| 13 | <div class="login_name"> | 13 | <div class="login_name"> |
| 14 | <p>后台管理系统</p> | 14 | <p>后台管理系统</p> |
| 15 | </div> | 15 | </div> |
| 16 | <form method="post"> | 16 | <form action="system/user/update" id="edit"> |
| 17 | <input name="username" type="text" placeholder="用户名"> | 17 | <input name="username" type="text" placeholder="用户名"> |
| 18 | <input name="password" type="password" placeholder="密码"> | 18 | <input name="password" type="password" placeholder="密码"> |
| 19 | <input value="登录" type="submit"> | ||
| 20 | </form> | 19 | </form> |
| 20 | <!-- <input value="登录" type="submit">--> | ||
| 21 | <input value="登录" onclick="save()"> | ||
| 22 | |||
| 21 | </div> | 23 | </div> |
| 22 | <div class="copyright"> | 24 | <div class="copyright"> |
| 23 | 版权所有©2018 杭州XX网络有限公司 | 25 | 版权所有©2018 杭州XX网络有限公司 | ... | ... |
| ... | @@ -96,7 +96,7 @@ | ... | @@ -96,7 +96,7 @@ |
| 96 | } | 96 | } |
| 97 | 97 | ||
| 98 | function edit(id) { | 98 | function edit(id) { |
| 99 | layer_show('添加员工', '<?=site_url('perm/staffEdit');?>/'+id); | 99 | layer_show('编辑员工', '<?=site_url('perm/staffEdit');?>/'+id); |
| 100 | } | 100 | } |
| 101 | 101 | ||
| 102 | function reset(id) { | 102 | function reset(id) { | ... | ... |
-
Please register or sign in to post a comment