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
2cc7bbce
Commit
2cc7bbce
authored
Dec 01, 2022
by
HuangJunbo
💻
Committed by
Administrator
Dec 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改系统管理,用户管理,商品审核页面的文件位置
Signed-off-by:
Administrator
<
admin@example.com
>
parent
29d3cdbe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
172 additions
and
172 deletions
+172
-172
goodsmanage.html
flea_market/goodsmanage.html
+76
-76
sys_manage.html
flea_market/sys_manage.html
+30
-30
usermanager.html
flea_market/usermanager.html
+66
-66
No files found.
goodsmanage.html
→
flea_market/
goodsmanage.html
View file @
2cc7bbce
<!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>
<!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
→
flea_market/
sys_manage.html
View file @
2cc7bbce
<!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>
<!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
→
flea_market/
usermanager.html
View file @
2cc7bbce
<!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>
<!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