Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
web_flea_market
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
web_flea_market
Commits
29d3cdbe
Unverified
Commit
29d3cdbe
authored
Dec 01, 2022
by
qishui233
Committed by
GitHub
Dec 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
系统管理,用户管理,商品审核
parent
e7963a9a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
175 additions
and
0 deletions
+175
-0
goodsmanage.html
goodsmanage.html
+77
-0
sys_manage.html
sys_manage.html
+31
-0
usermanager.html
usermanager.html
+67
-0
No files found.
goodsmanage.html
0 → 100644
View file @
29d3cdbe
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
商品审核
</title>
</head>
<body>
<header>
<a
href=
"admin.html"
>
跳蚤市场
</a>
<div>
<a>
admin
</a><a
href=
"#"
>
退出
</a>
</div>
</header>
<hr>
<nav>
<h4>
系统管理
</h4>
<ul>
<li><a
href=
"usermanager.html"
>
用户管理
</a></li>
<li><a
href=
"#"
>
商品审核
</a></li>
<li><a
href=
"tagmanage.html"
>
分类管理
</a></li>
<li><a
href=
"#"
>
配置管理
</a></li>
</ul>
</nav>
<article>
<h3>
商品管理
</h3>
<div>
<form
action=
"#"
method=
"post"
>
<input
type=
"text"
name=
"search"
>
<input
type=
"submit"
value=
"搜索"
>
</form>
</div>
</article>
<article>
<table>
<tr>
<th><input
type=
"checkbox"
>
全选
</th>
<th>
商品编号
</th>
<th>
商品名
</th>
<th>
价格
</th>
<th>
发布时间
</th>
<th>
操作
</th>
</tr>
<tr>
<td><input
type=
"checkbox"
name=
"checkbox"
></td>
<td>
1000
</td>
<td>
iPad
</td>
<td>
¥2208
</td>
<td>
2019-1-22 10:10:10
</td>
<td>
<a
href=
"#"
>
通过
</a>
<a
href=
"#"
>
禁用
</a>
</td>
</tr>
<tr>
<td
colspan=
"4"
>
<input
type=
"submit"
value=
"批量通过"
>
</td>
<td
colspan=
"2"
>
<a
href=
"#"
>
首页
</a>
<a
href=
"#"
>
上一页
</a>
<a
href=
"#"
>
下一页
</a>
<a
href=
"#"
>
末页
</a>
</td>
</tr>
</table>
</article>
<hr>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
</footer>
</body>
</html>
\ No newline at end of file
sys_manage.html
0 → 100644
View file @
29d3cdbe
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
跳蚤市场
</title>
</head>
<body>
<header>
<a
href=
"admin.html"
>
跳蚤市场
</a>
<div>
<a>
admin
</a><a
href=
"#"
>
退出
</a>
</div>
</header>
<hr>
<nav>
<h4>
系统管理
</h4>
<ul>
<li><a
href=
"usermanager.html"
>
用户管理
</a></li>
<li><a
href=
"#"
>
商品审核
</a></li>
<li><a
href=
"tagmanage.html"
>
分类管理
</a></li>
<li><a
href=
"#"
>
配置管理
</a></li>
</ul>
</nav>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
</footer>
</body>
</html>
\ No newline at end of file
usermanager.html
0 → 100644
View file @
29d3cdbe
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
用户管理
</title>
</head>
<body>
<header>
<a
href=
"admin.html"
>
跳蚤市场
</a>
<div>
<a>
admin
</a><a
href=
"#"
>
退出
</a>
</div>
</header>
<hr>
<nav>
<h4>
系统管理
</h4>
<ul>
<li><a
href=
"usermanager.html"
>
用户管理
</a></li>
<li><a
href=
"#"
>
商品审核
</a></li>
<li><a
href=
"tagmanage.html"
>
分类管理
</a></li>
<li><a
href=
"#"
>
配置管理
</a></li>
</ul>
</nav>
<article>
<h3>
用户管理
</h3>
<div>
<form
action=
"#"
method=
"post"
>
<input
type=
"text"
name=
"search"
>
<input
type=
"submit"
value=
"搜索"
>
</form>
</div>
</article>
<article>
<table>
<tr>
<th><input
type=
"checkbox"
>
全选
</th>
<th>
序号
</th><th>
用户名
</th><th>
昵称
</th><th>
操作
</th>
</tr>
<tr>
<td><input
type=
"checkbox"
name=
"checkbox"
></td>
<td>
1
</td><td>
zhangsan
</td><td>
张三
</td>
<td><a
href=
"#"
>
禁用
</a></td>
</tr>
<tr>
<td
colspan=
"2"
>
<input
type=
"submit"
value=
"删除用户"
>
</td>
<td
colspan=
"3"
>
<a
href=
"#"
>
首页
</a>
<a
href=
"#"
>
上一页
</a>
<a
href=
"#"
>
下一页
</a>
<a
href=
"#"
>
末页
</a>
</td>
</tr>
</table>
</article>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
</footer>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment