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
Show 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,7 +35,7 @@
</div>
</nav>
</header>
<aside>
<aside>
<ul>
<li><a
href=
"edit_pwd.html"
>
修改密码
</a></li>
<li><a
href=
"edit_contact.html"
>
修改联系方式
</a></li>
...
...
@@ -56,10 +56,21 @@
<input
type=
"reset"
value=
"取消"
>
</form>
</aside>
<footer>
<hr>
</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>
</footer>
</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>
<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>
<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>
<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,7 +35,7 @@
</div>
</nav>
</header>
<aside>
<aside>
<ul>
<li><a
href=
"edit_pwd.html"
>
修改密码
</a></li>
<li><a
href=
"edit_contact.html"
>
修改联系方式
</a></li>
...
...
@@ -56,10 +56,21 @@
<input
type=
"submit"
value=
"修改商品"
>
<input
type=
"reset"
value=
"取消"
>
</form>
</aside>
<footer>
<hr>
</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>
</footer>
</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>
<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,8 +36,8 @@
</div>
</nav>
</header>
<hr>
<nav>
<hr>
<nav>
<h4>
系统管理
</h4>
<ul>
<li><a
href=
"usermanager.html"
>
用户管理
</a></li>
...
...
@@ -45,9 +45,9 @@
<li><a
href=
"tagmanage.html"
>
分类管理
</a></li>
<li><a
href=
"#"
>
配置管理
</a></li>
</ul>
</nav>
</nav>
<article>
<article>
<h3>
商品管理
</h3>
<div>
<form
action=
"#"
method=
"post"
>
...
...
@@ -55,8 +55,8 @@
<input
type=
"submit"
value=
"搜索"
>
</form>
</div>
</article>
<article>
</article>
<article>
<table>
<tr>
<th><input
type=
"checkbox"
>
全选
</th>
...
...
@@ -89,12 +89,22 @@
</td>
</tr>
</table>
</article>
<hr>
<footer>
<hr>
</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>
</footer>
</div>
</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>
<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>
<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>
<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>
<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>
<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>
<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,7 +35,7 @@
</div>
</nav>
</header>
<aside>
<aside>
<ul>
<li><a
href=
"edit_pwd.html"
>
修改密码
</a></li>
<li><a
href=
"edit_contact.html"
>
修改联系方式
</a></li>
...
...
@@ -43,8 +43,8 @@
<li><a
href=
"my_product.html"
>
我的商品
</a></li>
<li><a
href=
"purchase_history.html"
>
消费记录
</a></li>
</ul>
</aside>
<article>
</aside>
<article>
<table
border=
"1"
>
<tr>
<th>
订单号
</th>
...
...
@@ -76,10 +76,21 @@
</td>
</tr>
</table>
</article>
<footer>
<hr>
</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>
</footer>
</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>
<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>
<head>
<meta
charset=
"utf-8"
>
<title>
新增分类
</title>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
</head>
<body>
<header>
</head>
<body>
<header>
<div
class=
"logo"
><img
src=
"img/logo.png"
/></div>
<form
class=
"searchform"
>
<input
type=
"text"
name=
"search"
id=
"search"
>
...
...
@@ -34,8 +34,8 @@
</ul>
</div>
</nav>
</header>
<nav>
</header>
<nav>
<h4>
系统管理
</h4>
<ul>
<li><a
href=
"usermanager.html"
>
用户管理
</a></li>
...
...
@@ -43,29 +43,41 @@
<li><a
href=
"tagmanage.html"
>
分类管理
</a></li>
<li><a
href=
"#"
>
配置管理
</a></li>
</ul>
</nav>
<hr>
<article>
</nav>
<hr>
<article>
<h3>
新增分类
</h3>
<form
action=
"#"
method=
"post"
>
<table>
<tr>
<td>
分类名:
</td>
<td><input
type=
"text"
/></td>
<td><input
type=
"text"
/></td>
</tr>
<tr>
<td>
分类描述:
</td>
<td><input
type=
"text"
/></td>
<td><input
type=
"text"
/></td>
</tr>
<tr>
<td><input
type=
"submit"
value=
"提交"
/></td>
<td><input
type=
"reset"
value=
"重置"
/></td>
<td><input
type=
"submit"
value=
"提交"
/></td>
<td><input
type=
"reset"
value=
"重置"
/></td>
</tr>
</table>
</form>
</article>
<footer>
</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>
</footer>
</body>
</div>
</div>
</footer>
</body>
</html>
flea_market/user_center.html
View file @
8d20bd5a
...
...
@@ -48,8 +48,19 @@
用户中心内容部分
</article>
<footer>
<hr>
<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