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
8d20bd5a
Commit
8d20bd5a
authored
Dec 04, 2022
by
HuangJunbo
💻
Committed by
Administrator
Dec 04, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
为所有html修改footer
parent
bf4bdac4
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
447 additions
and
248 deletions
+447
-248
add_product.html
flea_market/add_product.html
+36
-25
config.html
flea_market/config.html
+13
-1
delete_product.html
flea_market/delete_product.html
+13
-2
edit_contact.html
flea_market/edit_contact.html
+13
-2
edit_product.html
flea_market/edit_product.html
+37
-26
edit_pwd.html
flea_market/edit_pwd.html
+13
-2
goodsmanage.html
flea_market/goodsmanage.html
+69
-59
login.html
flea_market/login.html
+13
-2
my_orders.html
flea_market/my_orders.html
+13
-2
my_product.html
flea_market/my_product.html
+13
-2
pay.html
flea_market/pay.html
+13
-2
place_order.html
flea_market/place_order.html
+13
-2
product_detail.html
flea_market/product_detail.html
+13
-2
product_list.html
flea_market/product_list.html
+13
-2
purchase_history.html
flea_market/purchase_history.html
+57
-46
register.html
flea_market/register.html
+13
-2
tagadd.html
flea_market/tagadd.html
+79
-67
user_center.html
flea_market/user_center.html
+13
-2
No files found.
flea_market/add_product.html
View file @
8d20bd5a
...
...
@@ -35,31 +35,42 @@
</div>
</nav>
</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>
<ul>
<li><a
href=
"add_product.html"
>
发布商品
</a></li>
</ul>
<form
action=
"#"
method=
"get"
>
商品名称:
<input
type=
"text"
name=
"name"
><br>
价格:
<input
type=
"text"
name=
"price"
><br>
描述信息:
<textarea
cols=
"30"
rows=
"5"
name=
"description"
></textarea><br>
图片:
<input
type=
"file"
name=
"picture"
><br>
视频:
<input
type=
"file"
name=
"video"
><br>
<input
type=
"submit"
value=
"发布商品"
>
<input
type=
"reset"
value=
"取消"
>
<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>
<ul>
<li><a
href=
"add_product.html"
>
发布商品
</a></li>
</ul>
<form
action=
"#"
method=
"get"
>
商品名称:
<input
type=
"text"
name=
"name"
><br>
价格:
<input
type=
"text"
name=
"price"
><br>
描述信息:
<textarea
cols=
"30"
rows=
"5"
name=
"description"
></textarea><br>
图片:
<input
type=
"file"
name=
"picture"
><br>
视频:
<input
type=
"file"
name=
"video"
><br>
<input
type=
"submit"
value=
"发布商品"
>
<input
type=
"reset"
value=
"取消"
>
</form>
</aside>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
</footer>
</form>
</aside>
<footer>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
\ No newline at end of file
flea_market/config.html
View file @
8d20bd5a
...
...
@@ -78,7 +78,19 @@
</form>
</article>
<footer>
<p>
版权所有
©
uuo00_n-team
</p>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
\ No newline at end of file
flea_market/delete_product.html
View file @
8d20bd5a
...
...
@@ -77,8 +77,19 @@
</table>
</article>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
\ No newline at end of file
flea_market/edit_contact.html
View file @
8d20bd5a
...
...
@@ -55,8 +55,19 @@
</form>
</article>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
flea_market/edit_product.html
View file @
8d20bd5a
...
...
@@ -35,31 +35,42 @@
</div>
</nav>
</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>
<ul>
<li><a
href=
"add_product.html"
>
发布商品
</a></li>
<li><a
href=
"edit_product.html"
>
修改商品
</a></li>
</ul>
<form
action=
"#"
method=
"get"
>
商品名称:
<input
type=
"text"
name=
"name"
value=
"ipad"
><br>
价格:
<input
type=
"text"
name=
"price"
value=
"¥1300.00"
><br>
描述信息:
<textarea
cols=
"30"
rows=
"5"
name=
"description"
>
XXX商品描述
</textarea><br>
图片:
<input
type=
"file"
name=
"picture"
><br>
视频:
<input
type=
"file"
name=
"video"
><br>
<input
type=
"submit"
value=
"修改商品"
>
<input
type=
"reset"
value=
"取消"
>
</form>
</aside>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
</footer>
<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>
<ul>
<li><a
href=
"add_product.html"
>
发布商品
</a></li>
<li><a
href=
"edit_product.html"
>
修改商品
</a></li>
</ul>
<form
action=
"#"
method=
"get"
>
商品名称:
<input
type=
"text"
name=
"name"
value=
"ipad"
><br>
价格:
<input
type=
"text"
name=
"price"
value=
"¥1300.00"
><br>
描述信息:
<textarea
cols=
"30"
rows=
"5"
name=
"description"
>
XXX商品描述
</textarea><br>
图片:
<input
type=
"file"
name=
"picture"
><br>
视频:
<input
type=
"file"
name=
"video"
><br>
<input
type=
"submit"
value=
"修改商品"
>
<input
type=
"reset"
value=
"取消"
>
</form>
</aside>
<footer>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
\ No newline at end of file
flea_market/edit_pwd.html
View file @
8d20bd5a
...
...
@@ -54,8 +54,19 @@
</form>
</article>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
\ No newline at end of file
flea_market/goodsmanage.html
View file @
8d20bd5a
...
...
@@ -36,65 +36,75 @@
</div>
</nav>
</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>
<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>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</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>
</div>
</footer>
</body>
</html>
\ No newline at end of file
flea_market/login.html
View file @
8d20bd5a
...
...
@@ -47,8 +47,19 @@
</form>
</article>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
\ No newline at end of file
flea_market/my_orders.html
View file @
8d20bd5a
...
...
@@ -66,8 +66,19 @@
</tr>
</table>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
flea_market/my_product.html
View file @
8d20bd5a
...
...
@@ -78,8 +78,19 @@
</table>
</article>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
flea_market/pay.html
View file @
8d20bd5a
...
...
@@ -58,8 +58,19 @@
</section>
</article>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
\ No newline at end of file
flea_market/place_order.html
View file @
8d20bd5a
...
...
@@ -69,8 +69,19 @@
</section>
</article>
<footer>
<hr/>
<p>
版权所有:
©
大连电子学校
</p>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
\ No newline at end of file
flea_market/product_detail.html
View file @
8d20bd5a
...
...
@@ -59,8 +59,19 @@
</section>
</article>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
\ No newline at end of file
flea_market/product_list.html
View file @
8d20bd5a
...
...
@@ -94,8 +94,19 @@
</section>
</article>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
...
...
flea_market/purchase_history.html
View file @
8d20bd5a
...
...
@@ -35,51 +35,62 @@
</div>
</nav>
</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>
订单号
</th>
<th>
商品信息
</th>
<th>
实付款
</th>
<th>
时间
</th>
<th>
状态
</th>
<th>
操作
</th>
</tr>
<tr>
<td>
33276842401
</td>
<td>
《C语言程序设计》
</td>
<td>
$55.20
</td>
<td>
2019-3-30 00:07:22
</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>
<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>
订单号
</th>
<th>
商品信息
</th>
<th>
实付款
</th>
<th>
时间
</th>
<th>
状态
</th>
<th>
操作
</th>
</tr>
<tr>
<td>
33276842401
</td>
<td>
《C语言程序设计》
</td>
<td>
$55.20
</td>
<td>
2019-3-30 00:07:22
</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>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
\ No newline at end of file
flea_market/register.html
View file @
8d20bd5a
...
...
@@ -51,8 +51,19 @@
</form>
</article>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
\ No newline at end of file
flea_market/tagadd.html
View file @
8d20bd5a
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
新增分类
</title>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
</head>
<body>
<header>
<div
class=
"logo"
><img
src=
"img/logo.png"
/></div>
<form
class=
"searchform"
>
<input
type=
"text"
name=
"search"
id=
"search"
>
<input
type=
"submit"
value=
"搜索"
id=
"button"
>
</form>
<div
class=
"navigation"
>
<a
href=
"#"
>
手机
</a>
|
<a
href=
"#"
>
电脑
</a>
|
<a
href=
"#"
>
旧书
</a>
|
<a
href=
"#"
>
服装
</a>
<head>
<meta
charset=
"utf-8"
>
<title>
新增分类
</title>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
</head>
<body>
<header>
<div
class=
"logo"
><img
src=
"img/logo.png"
/></div>
<form
class=
"searchform"
>
<input
type=
"text"
name=
"search"
id=
"search"
>
<input
type=
"submit"
value=
"搜索"
id=
"button"
>
</form>
<div
class=
"navigation"
>
<a
href=
"#"
>
手机
</a>
|
<a
href=
"#"
>
电脑
</a>
|
<a
href=
"#"
>
旧书
</a>
|
<a
href=
"#"
>
服装
</a>
</div>
<nav>
<div
class=
"nav"
>
<img
src=
"img/tag.png"
/>
<a
href=
"#"
>
商品分类
</a>
</div>
<nav>
<div
class=
"nav"
>
<img
src=
"img/tag.png"
/>
<a
href=
"#"
>
商品分类
</a>
</div>
<div
class=
"tag"
>
<ul>
<li><a
href=
"#"
>
首页
</a></li>
<li><a
href=
"#"
>
闲置数码
</a></li>
<li><a
href=
"#"
>
教材书籍
</a></li>
<li><a
href=
"#"
>
运动装备
</a></li>
<li><a
href=
"#"
>
鞋服配饰
</a></li>
<li><a
href=
"#"
>
日用家居
</a></li>
</ul>
</div>
</nav>
</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>
<div
class=
"tag"
>
<ul>
<li><a
href=
"#"
>
首页
</a></li>
<li><a
href=
"#"
>
闲置数码
</a></li>
<li><a
href=
"#"
>
教材书籍
</a></li>
<li><a
href=
"#"
>
运动装备
</a></li>
<li><a
href=
"#"
>
鞋服配饰
</a></li>
<li><a
href=
"#"
>
日用家居
</a></li>
</ul>
</div>
</nav>
</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>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</footer>
</body>
</html>
flea_market/user_center.html
View file @
8d20bd5a
...
...
@@ -48,8 +48,19 @@
用户中心内容部分
</article>
<footer>
<hr>
<p>
版权所有
©
uuo00_n-team
</p>
<div
class=
"navbar"
>
<div
class=
"link"
>
<ul>
<li><a
href=
"#"
>
关于我们
</a></li>
<li><a
href=
"#"
>
网站地图
</a></li>
<li><a
href=
"#"
>
联系客服
</a></li>
<li><a
href=
"#"
>
版权声明
</a></li>
</ul>
</div>
<div
class=
"copyright"
>
<p>
版权所有
©
uuo00_n-team
</p>
</div>
</div>
</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