Commit cb1f4434 authored by HuangJunbo's avatar HuangJunbo 💻 Committed by Administrator

用户中心,修改密码,修改联系方式页面

Signed-off-by: Administrator's avatarAdministrator <admin@example.com>
parent 4939772a
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>修改联系方式</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
</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>
<form action="#" method="post">
姓名:<input name="name" type="text"/><br/>
寝室:<input name="room" type="text"/><br/>
电话:<input name="telephone" type="text"/><br/>
头像:<input name="picture" type="file"/><br/>
<input type="submit" value="修改"/>
<input type="reset" value="取消"/>
</form>
</article>
<footer>
<hr>
<p>版权所有&copy;uuo00_n-team</p>
</footer>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>edit_pwd</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>
<form action="#" method="post">
原始密码:<input name="pwd" type="password"/><br/>
新密码:<input name="pwd" type="password"/><br/>
确认新密码:<input name="pwd" type="password"/><br/>
<input type="submit" value="修改"/>
<input type="reset" value="取消"/>
</form>
</article>
<footer>
<hr>
<p>版权所有&copy;uuo00_n-team</p>
</footer>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>user_center</title>
</head>
<body>
<header>
<h1>跳蚤市场LOGO</h1>
<nav>导航: 首页 注册 登录</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>
用户中心内容部分
</article>
<footer>
<hr>
<p>版权所有&copy;uuo00_n-team</p>
</footer>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment