Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
43c299fd
authored
2018-03-30 16:14:04 +0800
by
wang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
254e3f27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
application/views/login.php
application/views/perm/staff.php
application/views/login.php
View file @
43c299f
...
...
@@ -13,11 +13,13 @@
<div
class=
"login_name"
>
<p>
后台管理系统
</p>
</div>
<form
method=
"pos
t"
>
<form
action=
"system/user/update"
id=
"edi
t"
>
<input
name=
"username"
type=
"text"
placeholder=
"用户名"
>
<input
name=
"password"
type=
"password"
placeholder=
"密码"
>
<input
value=
"登录"
type=
"submit"
>
</form>
<!-- <input value="登录" type="submit">-->
<input
value=
"登录"
onclick=
"save()"
>
</div>
<div
class=
"copyright"
>
版权所有©2018 杭州XX网络有限公司
...
...
application/views/perm/staff.php
View file @
43c299f
...
...
@@ -96,7 +96,7 @@
}
function edit(id) {
layer_show('
添加
员工', '
<?=
site_url
(
'perm/staffEdit'
);
?>
/'+id);
layer_show('
编辑
员工', '
<?=
site_url
(
'perm/staffEdit'
);
?>
/'+id);
}
function reset(id) {
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment