-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
127 lines (118 loc) · 5.92 KB
/
help.html
File metadata and controls
127 lines (118 loc) · 5.92 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="keywords" content="网络大学,高等教育"/>
<meta name="description" content="万门大学不仅是一所网络大学,它也是一种信仰,这种信仰来自于我们相信每个人内在的价值,相信大学之道的存在;它更是一次中国高等教育改革的践行——在符合时代特征和发展规律的基础上,对大学精神以及大学教育进行深入的思考和尝试。"/>
<title>帮助中心 | 万门大学</title>
<link rel="stylesheet" href="css/bootstrap.css" media="screen"/>
<link rel="stylesheet" href="css/wm-default.css" media="screen"/>
<link rel="icon" type="image/png" href="img/favicon.png"/>
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="css/bootstrap-ie7.css"/>
<![endif]-->
</head>
<body>
<header class="navbar navbar-default navbar-fixed-top" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">万门大学</a>
</div>
<nav class="collapse navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li class="active">
<a class="dropdown-toggle" data-toggle="dropdown" href="books.html">知识库<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="books.html"><span class="glyphicon glyphicon-book"></span> 图书</a>
</li>
<li>
<a href="videos.html"><span class="glyphicon glyphicon-facetime-video"></span> 视频</a>
</li>
<li>
<a href="articles.html"><span class="glyphicon glyphicon-edit"></span> 经验贴</a>
</li>
<li class="divider"></li>
<li class="dropdown-header">其它分类</li>
<li>
<a href="tags.html"><span class="glyphicon glyphicon-tags"></span> 标签</a>
</li>
</ul>
</li>
</ul>
<a class="navbar-right navbar-btn btn btn-primary" href="sign_in.html">登录</a>
<form class="navbar-right navbar-form" action="search.html" role="search">
<div class="input-group">
<input class="form-control" type="search" placeholder="图书,视频,经验贴" title="请输入关键词进行搜索"/>
<span class="input-group-btn">
<button class="btn btn-default" type="submit">
<span class="glyphicon glyphicon-search"></span>
</button>
</span>
</div>
</form>
</nav>
</div>
</header>
<main class="container" role="main">
<article class="col-sm-8">
<h3 class="page-header">
<span class="wm-title">帮助中心</span>
<span class="wm-quick-link">
<a href="JavaScript:window.history.back();">返回</a>
</span>
</h3>
<section>
<dl>
<dt>如何登录万门大学网站?</dt>
<dd>在页面导航条的右上角可以看见 <a class="btn btn-primary btn-xs" href="sign_in.html">登录</a> 按钮,点击将跳转到登录页面,输入注册邮箱和密码即可。你还可以用第三方账号(人人、豆瓣或者新浪微博)登录。</dd>
<dt>如何在万门注册新账号?</dt>
<dd>在 <a class="btn btn-primary btn-xs" href="sign_up.html">注册</a> 页面填写相关信息提交注册后,万门会发送一封注册确认信到你的邮箱,以确认你的唯一身份,你需要通过确认信的链接地址激活帐号完成注册。</dd>
<dt>登录密码忘记了,如何找回?</dt>
<dd>请在登录页面点击 <a class="btn btn-default btn-xs" href="sign_in.html">忘记密码</a> 按钮,系统会发一封重置密码的信到你的注册邮箱。</dd>
<dt>如何使用万门网站上的编辑器?</dt>
<dd>我们支持 Markdown 语法,请首先阅读 <a class="btn btn-default btn-xs" href="help/editor.html">编辑器</a> 使用说明。</dd>
<dt>为什么我看到的页面显示不正常?</dt>
<dd>可能你需要更新一下你的浏览器。对于IE用户,推荐使用IE9以上版本。</dd>
<dt>我还有问题怎么办?</dt>
<dd>你可以给我们发邮件(support<span class="wm-hidden">.extra</span>@wanmen.org)来寻求帮助。</dd>
</dl>
</section>
</article>
<aside class="col-sm-4">
<section>
<h3 class="page-header">
<span class="glyphicon glyphicon-envelope"></span> 联系方式
</h3>
<p>电子邮箱: support<span class="wm-hidden">.extra</span>@wanmen.org</p>
</section>
</aside>
</main>
<footer class="navbar-default" role="contentinfo">
<div class="container">
<address>
© 2013 万门公益   京ICP备13038614号-1
<div class="pull-right">
<a href="about.html">关于万门</a> |
<a href="join_us.html">加入我们</a> |
<a href="help.html">帮助中心</a> |
<a href="terms.html">免责声明</a>
</div>
</address>
</div>
</footer>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/wm-dom.js"></script>
</body>
</html>