-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusermanagement.html
187 lines (182 loc) · 7.11 KB
/
usermanagement.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
176
177
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<!-- <link rel="icon" href="../../favicon.ico"> -->
<title>Forum</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/main.css" rel="stylesheet">
<!-- jQuery -->
<script src="js/jquery-2.1.4.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="nav-wrapper">
<div class="container-fluid">
<ul class="nav navbar-nav ">
<li class="divider-vertical"></li>
<li><a href="index.php"><b>论坛首页</b></a></li>
</ul>
<form class="navbar-form navbar-left" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="帖子主题">
</div>
<button type="submit" class="btn btn-default">搜索</button>
</form>
<ul class="nav navbar-nav navbar-right">
<li>
<div class="navbar-header">
<img alt="avatar" src="images/Akari.png" class="img-nav img-rounded">
</div>
</li>
<li class="dropdown">
<a href="#" id="username-nav" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">用户名
<!-- <span class="caret"></span> -->
</a>
<ul class="dropdown-menu" role="menu">
<li><a href="editinfo.php">编辑信息</a></li>
<li><a href="message.php">短消息</a></li>
<li class="divider"></li>
<li><a href="logout.php">注销</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="divider-vertical"></li>
<li class="active"><a href="#">浏览 <span class="sr-only">(current)</span></a></li>
<li class="divider-vertical"></li>
<li><a href="top10.php">热门帖子</a></li>
<li class="divider-vertical"></li>
<li><a href="#">公告</a></li>
<li class="divider-vertical"></li>
<li class="divider-vertical-invisable"></li>
<li class="divider-vertical-invisable"></li>
<li class="divider-vertical-invisable"></li>
<li class="divider-vertical-invisable"></li>
<li class="divider-vertical-invisable"></li>
</ul>
</div>
</div>
</nav>
<div class="panel panel-default panel-size">
<div class="panel-heading">
<ol class="breadcrumb breadcrumb-post">
<li class="active">用户管理</li>
</ol>
</div>
<div class="panel-body" style="padding-bottom: 0px">
<table class="table table-striped table-hover table-content">
<thead>
<tr>
<th>用户ID</th>
<th>用户名</th>
<th>密码</th>
<th>最近上线</th>
<th>用户邮箱</th>
<th>QQ</th>
<th>发帖数</th>
<th>组别</th>
<th>状态</th>
</tr>
</thead>
<tbody>
<tr class="table-hover">
<td width="10%">
<a href="#">用户ID</a>
</td>
<td width="10%">
<a href="#">长门有希</a>
</td>
<td width="10%">
<p style="margin-bottom: 0px">asfdansfkjn</p>
</td>
<td width="15%">
<p style="margin-bottom: 0px">2015/6/7 20:20:20</p>
</td>
<td width="15%">
<p style="margin-bottom: 0px">12345678@qq.com</p>
</td>
<td width="10%">
<p style="margin-bottom: 0px">123456789</p>
</td>
<td width="10%">
<p style="margin-bottom: 0px">12345</p>
</td>
<td width="10%">
<p style="margin-bottom: 0px">学生</p>
</td>
<td width="10%" align="center">
<button class="btn btn-danger btn-xs btn-admit">禁言</button>
</td>
</tr>
<tr class="table-hover">
<td width="10%">
<a href="#">用户ID</a>
</td>
<td width="10%">
<a href="#">长门有希</a>
</td>
<td width="10%">
<p style="margin-bottom: 0px">asfdansfkjn</p>
</td>
<td width="15%">
<p style="margin-bottom: 0px">2015/6/7 20:20:20</p>
</td>
<td width="15%">
<p style="margin-bottom: 0px">12345678@qq.com</p>
</td>
<td width="10%">
<p style="margin-bottom: 0px">123456789</p>
</td>
<td width="10%">
<p style="margin-bottom: 0px">12345</p>
</td>
<td width="10%">
<p style="margin-bottom: 0px">学生</p>
</td>
<td width="10%" align="center">
<button class="btn btn-success btn-xs btn-forbid">正常</button>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<nav>
<div class="paginator-wrapper">
<ul class="pagination paginator">
<li class="disabled"><a href="#" aria-label="Previous"><span aria-hidden="true">«</span></a></li>
<li class="active"><a href="#">1 <span class="sr-only">(current)</span></a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li> <a href="#" aria-label="Next"> <span aria-hidden="true">»</span> </a> </li>
</ul>
</div>
</nav>
<script type="text/javascript">
$(".btn-forbid").mouseover(function () {
this.innerHTML = "禁言"
})
$(".btn-forbid").mouseout(function () {
this.innerHTML = "正常"
})
$(".btn-admit").mouseover(function () {
this.innerHTML = "恢复"
})
$(".btn-admit").mouseout(function () {
this.innerHTML = "禁言"
})
</script>
</body>
</html>