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
473541ef
Commit
473541ef
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
5f32960d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
158 additions
and
166 deletions
+158
-166
config.html
flea_market/config.html
+60
-57
sys_manage.html
flea_market/sys_manage.html
+20
-20
tagadd.html
flea_market/tagadd.html
+3
-2
tagmanage.html
flea_market/tagmanage.html
+75
-87
No files found.
flea_market/config.html
View file @
473541ef
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title></title>
</head>
<body>
<header>
<a
href=
"admin.html"
>
跳蚤市场
</a>
<div>
<a>
admin
</a><a
href=
"#"
>
退出
</a>
</div>
</header>
<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>
<hr>
<article>
<form
action=
"#"
method=
"post"
>
<table>
<tr>
<td>
主题:
</td>
<td><section>
<option>
普通
</option>
<option>
节目
</option>
<option>
活动
</option>
</section></td>
</tr>
<tr>
<td>
页头:
</td>
<td><select>
<option>
普通
</option>
<option>
节目
</option>
<option>
活动
</option>
</select></td>
</tr>
<tr>
<td>
广告图片:
</td>
<td><input
type=
"file"
/></td>
</tr>
<tr>
<td><input
type=
"submit"
value=
"提交"
/></td>
<td><input
type=
"reset"
value=
"重置"
/></td>
</tr>
</table>
</form>
</article>
<footer>
<p>
版权所有
©
uuo00_n-team
</p>
</footer>
</body>
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
配置管理
</title>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
</head>
<body>
<header>
<a
href=
"admin.html"
>
跳蚤市场
</a>
<div>
<a>
admin
</a><a
href=
"#"
>
退出
</a>
</div>
</header>
<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>
<h2>
配置管理
</h2>
<article>
<form
action=
"#"
method=
"post"
>
<table>
<tr>
<td>
主题:
</td>
<td>
<section>
<option>
普通
</option>
<option>
节目
</option>
<option>
活动
</option>
</section>
</td>
</tr>
<tr>
<td>
页头:
</td>
<td><select>
<option>
普通
</option>
<option>
节目
</option>
<option>
活动
</option>
</select></td>
</tr>
<tr>
<td>
广告图片:
</td>
<td><input
type=
"file"
/></td>
</tr>
<tr>
<td><input
type=
"submit"
value=
"提交"
/></td>
<td><input
type=
"reset"
value=
"重置"
/></td>
</tr>
</table>
</form>
</article>
<footer>
<p>
版权所有
©
uuo00_n-team
</p>
</footer>
</body>
</html>
\ No newline at end of file
flea_market/sys_manage.html
View file @
473541ef
...
...
@@ -5,26 +5,26 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
跳蚤市场
</title>
</head>
</head>
<body>
<header>
<a
href=
"admin.html"
>
跳蚤市场
</a>
<div>
<a>
admin
</a><a
href=
"#"
>
退出
</a>
</div>
</header>
<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>
<hr>
<footer>
<p>
版权所有
©
uuo00_n-team
</p>
</footer>
<header>
<a
href=
"admin.html"
>
跳蚤市场
</a>
<div>
<a>
admin
</a><a
href=
"#"
>
退出
</a>
</div>
</header>
<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>
<hr>
<footer>
<p>
版权所有
©
uuo00_n-team
</p>
</footer>
</body>
</html>
\ No newline at end of file
flea_market/tagadd.html
View file @
473541ef
...
...
@@ -2,7 +2,8 @@
<html>
<head>
<meta
charset=
"utf-8"
>
<title></title>
<title>
新增分类
</title>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
</head>
<body>
<header>
...
...
@@ -44,4 +45,4 @@
<p>
版权所有
©
uuo00_n-team
</p>
</footer>
</body>
</html>
</html>
flea_market/tagmanage.html
View file @
473541ef
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<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>
<table>
<tr>
<th>
序号
</th>
<th>
名称
</th>
<th>
描述
</th>
<th>
操作
</th>
</tr>
<tr>
<td>
1
</td>
<td>
衣服
</td>
<td>
衣服
</td>
<td><a
href=
"#"
></a></td>
</tr>
<tr>
<td>
2
</td>
<td>
数码
</td>
<td>
数码用品
</td>
<td><a
href=
"#"
>
修改
</a></td>
</tr>
<tr>
<td>
3
</td>
<td>
游戏
</td>
<td>
游戏影音
</td>
<td><a
href=
"#"
>
修改
</a></td>
</tr>
</table>
</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>
</tr>
</table>
<table>
<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>
<h3>
分类管理
</h3>
<div><a
href=
"tagadd.html"
>
新增分类
</a></div>
</article>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
</footer>
</body>
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
分类管理
</title>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
</head>
<body>
<header>
<a
href=
"admin.html"
>
跳蚤市场
</a>
<div>
<a>
admin
</a><a
href=
"#"
>
退出
</a>
</div>
</header>
<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>
<h2>
分类管理
</h2>
<div><a
href=
"tagadd.html"
>
新增分类
</a></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>
衣服
</td>
<td>
衣服
</td>
<td><a
href=
"#"
>
修改
</a></td>
</tr>
<tr>
<td><input
type=
"checkbox"
name=
"checkbox"
></td>
<td>
2
</td>
<td>
数码
</td>
<td>
数码用品
</td>
<td><a
href=
"#"
>
修改
</a></td>
</tr>
<tr>
<td><input
type=
"checkbox"
name=
"checkbox"
></td>
<td>
3
</td>
<td>
游戏
</td>
<td>
游戏影音
</td>
<td><a
href=
"#"
>
修改
</a></td>
</tr>
<tr>
<td
colspan=
"4"
>
<input
type=
"submit"
value=
"删除"
>
</td>
<td
colspan=
"3"
>
<a
href=
"#"
>
首页
</a>
<a
href=
"#"
>
上一页
</a>
<a
href=
"#"
>
下一页
</a>
<a
href=
"#"
>
末页
</a>
</td>
</table>
</article>
<hr>
<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