-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp center.html
More file actions
108 lines (107 loc) · 4.51 KB
/
help center.html
File metadata and controls
108 lines (107 loc) · 4.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>help center</title>
<link rel="stylesheet" type="text/css" href="css/base.css" />
<link rel="stylesheet" type="text/css" href="css/help center.css"/>
<script type="text/javascript" src="js/time.js"></script>
</head>
<body>
<div id="header">
<div id="subnav">
<ul>
<li class="pic" id="pic1"></li>
<li><a href="shoppingcar.html">购物车</a></li>
<li class="pic" id="pic2"></li>
<li><a href="help%20center.html">帮助中心</a></li>
<li class="pic" id="pic3"></li>
<li><a href="product%20details.html">加入收藏</a></li>
<li class="pic" id="pic4"></li>
<li><a href="index.html">设为首页</a></li>
<li>
<form name="login" action="login.html" method="post">
<input type="submit" name="login" value="登录" />
</form>
</li>
<li>
<form name="register" action="register.html" method="post">
<input type="submit" name="register" value="注册" />
</form>
</li>
</ul>
</div>
<div class="time">你好,欢迎访问贵美商城!<span id="welcome_time"></span> </div>
<div id="nav">
<ul>
<li><a href="index.html">首 页</a></li>
<li><a href="product%20list.html">家用电器</a></li>
<li><a href="product%20list.html">数码相机</a></li>
<li><a href="product%20list.html">日用百货</a></li>
<li><a href="product%20list.html">书 籍</a></li>
<li><a href="help%20center.html">帮助中心</a></li>
<li><a href="help%20center.html">免费开店</a></li>
<li><a href="help%20center.html">全球咨询</a></li>
<form name="search" action="#" method="post">
<li>
<input class="searchbox" type="text" name="searchtext" value="" />
</li>
<li>
<input class="search" type="submit" name="search" value="" />
</li>
</form>
</ul>
</div>
</div>
<div id="main">
<div id="left">
<form name="knowledge" action="#" method="post">
<ul>
<li>
<a href="register.html"> <input type="button" name="1" value="注册认证" /></a>
</li>
<li>
<input type="button" name="2" value="卖家帮助" />
</li>
<li>
<input type="button" name="3" value="买家帮助" / >
</li>
<li>
<input type="button" name="4" value="个人资料修改"/>
</li>
</ul>
</form>
</div>
<div id="right">
<h2>知识堂首页>>注册认证</h2>
<hr/>
<p>享受贵美网免费网上交易乐趣,并且在超人气的社区尽情交流您的网上购物经验,您需要先注册成为贵美的会员,具体的步骤如下:</p>
<a href="register.html"> <button style="color:#468AF9">点击免费注册</button></a>
>
<button>输入用户名和邮箱</button>
>
<button>输入验证码</button>
>
<button>确认服务协议</button>
>
<button style="color:#468AF9">登录邮箱激活</button>
<br />
<ul>
<li><img src="images/list_icon.gif" />如何激活会员名?</li>
<li><img src="images/list_icon.gif" />如何注册贵美会员?</li>
<li><img src="images/list_icon.gif" />注册时密码设置有什么要求?</li>
<li><img src="images/list_icon.gif" />贵美认证</li>
<li><img src="images/list_icon.gif" />为什么校验码明明是对的,却提示我输入错误</li>
</ul>
</div>
</div>
<div id="footer">
<div class="siteinfo"> 友情链接: <a href="#">百度|Google|</a> <a href="#">Google|</a> <a href="#">雅虎|</a> <a href="#">淘宝|</a> <a href="#">拍拍||</a> <a href="#">易趣|</a> <a href="#">当当|</a> <a href="#">京东商城|</a> <a href="#">迅雷|</a> <a href="#">新浪|</a> <a href="#">网易|</a> <a href="#">搜狐|</a> <a href="#">猫扑|</a> <a href="#">开心网|</a> <a href="#">新华网|</a> <a href="#">凤凰网|</a>
<hr />
COPYRIGHT@2003-2010北京市贵美商城有限公司 ALL RIGHT RESERVEVED<br />
热线:400-66-13060 email:service@prd.com<br />
ICP:沪ICP备05021104号<br />
<img src="images/img1.gif" /> <img src="images/img2.gif" /> <img src="images/img3.gif" /> <img src="images/img4.gif" /> </div>
</div>
</body>
</html>