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
d5f71067
Commit
d5f71067
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
2cc7bbce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
0 deletions
+63
-0
delete_product.html
flea_market/delete_product.html
+62
-0
my_product.html
flea_market/my_product.html
+1
-0
No files found.
flea_market/delete_product.html
0 → 100644
View file @
d5f71067
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
删除页面
</title>
</head>
<body>
<header>
<h1>
跳蚤市场Logo
</h1>
<nav>
导航:首页 注册 登录
<a
href=
"user_center.html"
>
用户XXX
</a>
</nav>
<hr/>
</header>
<aside>
<ul>
<li><a
href=
"edit_pwd.html"
>
修改密码
</a></li>
<li><a
href=
"edit_contact.html"
>
修改联系方式
</a></li>
<li><a
href=
"my_orders.html"
>
我的订单
</a></li>
<li><a
href=
"my_product.html"
>
我的商品
</a></li>
<li><a
href=
"purchase_history.html"
>
消费记录
</a></li>
</ul>
</aside>
<article>
<table
border=
"1"
>
<tr>
<th><input
type=
"checkbox"
>
全部
</th>
<th>
序号
</th>
<th>
商品信息
</th>
<th>
实付款
</th>
<th>
发布时间
</th>
<th>
状态
</th>
<th>
操作
</th>
</tr>
<tr>
<td
align=
"center"
>
1
</td>
<td>
1236448668
</td>
<td><img
src=
"img/1.jpg"
width=
"150px"
height=
"150px"
><br>
iPad
</td>
<td>
$199
</td>
<td>
2022-6-2 01:52:39
</td>
<td>
上架
</td>
<td>
<a
href=
"#"
>
商品详情
</a>
<a
href=
"#"
>
删除
</a>
</td>
</tr>
<tr
align=
"right"
>
<td
colspan=
"6"
>
<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
flea_market/my_product.html
View file @
d5f71067
...
...
@@ -34,6 +34,7 @@
<th>
操作
</th>
</tr>
<tr>
<td
align=
"center"
>
1
</td>
<td>
1236448668
</td>
<td><img
src=
"img/1.jpg"
width=
"150px"
height=
"150px"
><br>
iPad
</td>
<td>
$199
</td>
...
...
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