-
Notifications
You must be signed in to change notification settings - Fork 1
/
myinfor.html
175 lines (147 loc) · 5.79 KB
/
myinfor.html
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="en">
<head>
<title>Single Page</title>
<!-- for-mobile-apps -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //for-mobile-apps -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" media="all" />
<!-- js -->
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<!-- //js -->
<!-- start-smoth-scrolling -->
</head>
<body>
<!-- banner -->
<div class="banner two">
<div class="container">
<nav class="navbar navbar-default">
<div class="navbar-header navbar-left">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<h1><a class="navbar-brand" href="index.html">SU<span>F</span>EP<span>A</span>TN<span>E</span>R</a></h1>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html"></i>首页</a></li>
<li><a class="active" href="ask.html">问问</a></li>
<li><a class="active" href="search_teacher.html">课程辅导</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">我的历史 <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="mytch.html">我的发布</a></li>
<li><a href="myrec.html">我的接受</a></li>
<li><a href="myques.html">我的提问</a></li>
<li><a href="myans.html">我的回答</a></li>
</ul>
</li>
<li><a href="myinfor.html">我的资料</a></li>
<li><a href="contact.html">联系我们</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
<script>
$('ul.nav li.dropdown').hover(function() {
$(this).find('.dropdown-menu').stop(true, true).delay(200).fadeIn(500);
}, function() {
$(this).find('.dropdown-menu').stop(true, true).delay(200).fadeOut(500);
});
</script>
</div>
<div class="clearfix"></div>
<div class="w3l-sub-head">
<h2 class="tittle">我的资料</h2>
</div>
</div>
<!-- //banner -->
<!-- /single-page -->
<div class="single w3-agile" style="margin-bottom: 100px">
<div class="container" style="margin-top: 10px">
<div style="float: right">
<a href="myinformation.html"><input class="abb" type="button" value="修改"> </a>
<form action="re/logout.php"> <input class="abb" type="submit" value="登出"></form>
</div>
<div style="margin-bottom: 0px" class="single-grids">
<div class="col-md-8 single-grid-left">
<h3 class="head-top">我的信息</h3>
<ul class="newinfor">
<li>
<div class="newshow">
<span class="newhead ">昵称</span>
<span class="newdetail myname"></span>
</div>
</li>
<li>
<div class="newshow">
<span class="newhead ">邮箱</span>
<span class="newdetail mymail"></span>
</div></li>
<li>
<div class="newshow">
<span class="newhead ">手机</span>
<span class="newdetail mytel">fsfsfdsf</span>
</div></li>
<li>
<div class="newshow">
<span class="newhead ">头像</span>
<span class="newdetail "><img src="images/2.png" alt=" " class="img-responsive mypic"/></span>
</div></li>
<li>
<div class="newshow">
<span class="newhead ">擅长</span>
<span class="newdetail mytag">fdssfsdfds</span>
</div></li>
<!-- <li>
<div class="newshow">
<span class="newhead">兴趣</span>
<span class="newdetail"></span>
</div></li> -->
<li>
<div class="newshow">
<span class="newhead ">性别</span>
<span class="newdetail mygender"></span>
</li>
</ul>
</div>
<div class="col-md-4 single-grid-right" style="margin-top: 0px">
<div style=" float:right" class="categories">
<h3>我的其他</h3>
<ul>
<li><a href="mytch.html"><i class="glyphicon glyphicon-arrow-right"></i> 我教过的</a></li>
<li><a href="myrec.html"><i class="glyphicon glyphicon-arrow-right"></i> 我学过的</a></li>
<li><a href="myques.html"><i class="glyphicon glyphicon-arrow-right"></i> 我的提问</a></li>
<li><a href="myans.html"><i class="glyphicon glyphicon-arrow-right"></i> 我的回答</a></li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<div class="clearfix"> </div>
</div>
<!-- //single -->
<div class="w3l-footer">
<div class="container">
<div class="footer-info-agile">
</div>
</div>
</div>
</div>
<!-- for bootstrap working -->
<script src="js/bootstrap.js"></script>
<script src="js/my.js"></script>
<!-- //for bootstrap working -->
</body>
</html>