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
5f32960d
Unverified
Commit
5f32960d
authored
Dec 01, 2022
by
23cckail
Committed by
GitHub
Dec 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分类管理,系统管理,系统管理config页面提交
parent
c86379be
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
193 additions
and
0 deletions
+193
-0
config.html
flea_market/config.html
+58
-0
tagadd.html
flea_market/tagadd.html
+47
-0
tagmanage.html
flea_market/tagmanage.html
+88
-0
No files found.
flea_market/config.html
0 → 100644
View file @
5f32960d
<!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>
</html>
\ No newline at end of file
flea_market/tagadd.html
0 → 100644
View file @
5f32960d
<!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>
<h3>
新增分类
</h3>
<form
action=
"#"
method=
"post"
>
<table>
<tr>
<td>
分类名:
</td>
<td><input
type=
"text"
/></td>
</tr>
<tr>
<td>
分类描述:
</td>
<td><input
type=
"text"
/></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>
flea_market/tagmanage.html
0 → 100644
View file @
5f32960d
<!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>
</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