-
Notifications
You must be signed in to change notification settings - Fork 1
/
home.html
181 lines (175 loc) · 6.97 KB
/
home.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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>人事管理控制台</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/dashboard.css" rel="stylesheet">
<link href="css/app.css" rel="stylesheet">
<script src="js/ie-emulation-modes-warning.js"></script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">人事管理控制台</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
<span class="glyphicon glyphicon-user" aria-hidden="true"></span> 庄金鑫 <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Nav header</li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
<li><a href="#">
<span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span> 帮助</a>
</li>
<li><a href="#">
<span class="glyphicon glyphicon-off" aria-hidden="true"></span> 退出</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-sm-3 col-md-2 sidebar">
<ul class="nav nav-sidebar">
<li class="active">
<a href="home.html"><span class="glyphicon glyphicon-home"> 概况</span></a>
</li>
</ul>
<ul class="nav nav-sidebar">
<li><a href="team.html">
<span class="glyphicon glyphicon-list" aria-hidden="true"> 团队管理</a>
</li>
<li><a href="echelon.html">
<span class="glyphicon glyphicon-signal" aria-hidden="true"></span> 梯队管理</a>
</li>
<li><a href="member.html">
<span class="glyphicon glyphicon-user" aria-hidden="true"></span> 队员管理</a>
</li>
</ul>
<ul class="nav nav-sidebar">
<li><a href="">
<span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> 地区统计</a>
</li>
<li><a href="">
<span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> 工作统计</a>
</li>
<li>
<a href=""><span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span> 性别统计</a>
</li>
</ul>
</div>
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
<h4 class="page-header">团队概况</h4>
<div class="row placeholders">
<div class="col-xs-6 col-sm-3 placeholder">
<img data-src="holder.js/200x200/auto/sky" class="img-responsive" alt="梯队数量">
<h3>8</h3>
<span class="text-muted">Something else</span>
</div>
<div class="col-xs-6 col-sm-3 placeholder">
<img data-src="holder.js/200x200/auto/vine" class="img-responsive" alt="队员人数">
<h3>156</h3>
<span class="text-muted">Something else</span>
</div>
<div class="col-xs-6 col-sm-3 placeholder">
<img data-src="holder.js/200x200/auto/sky" class="img-responsive" alt="在校人数">
<h3>63</h3>
<span class="text-muted">Something else</span>
</div>
<div class="col-xs-6 col-sm-3 placeholder">
<img data-src="holder.js/200x200/auto/vine" class="img-responsive" alt="工作人数">
<h3>82</h3>
<span class="text-muted">Something else</span>
</div>
</div>
<h4 class="sub-header">梯队概况</h4>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th>梯队名称</th>
<th>梯队人数</th>
<th>队长姓名</th>
<th>联系方式</th>
</tr>
</thead>
<tbody>
<tr>
<td>第一梯队</td>
<td>13</td>
<td>王勐</td>
<td>13700000000</td>
</tr>
<tr>
<td>第二梯队</td>
<td>18</td>
<td>adipiscing</td>
<td>13700000000</td>
</tr>
<tr>
<td>第三梯队</td>
<td>22</td>
<td>odio</td>
<td>13700000000</td>
</tr>
<tr>
<td>第四梯队</td>
<td>24</td>
<td>cursus</td>
<td>13700000000</td>
</tr>
<tr>
<td>第五梯队</td>
<td>24</td>
<td>Sed</td>
<td>13700000000</td>
</tr>
<tr>
<td>第六梯队</td>
<td>22</td>
<td>sem</td>
<td>13700000000</td>
</tr>
<tr>
<td>第七梯队</td>
<td>25</td>
<td>imperdiet</td>
<td>13700000000</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>