-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh_send.html
200 lines (198 loc) · 7.3 KB
/
fresh_send.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
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/signin.css">
<link type="image/x-icon" rel="shortcut icon" href="favicon.ico" />
<title>扬华SMS-招新管理-发送</title>
</head>
<body class="fix-top">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="##" class="navbar-brand">扬华SMS</a>
</div>
<div class="collapse navbar-collapse navbar-responsive-collapse">
<ul class="nav navbar-nav">
<li><a href="console.html">控制台</a></li>
<li><a href="notice_manage.html">通知</a></li>
<li class="active"><a href="fresh_manage.html">招新管理</a></li>
<li><a href="member_manage.html">成员管理</a></li>
<li><a href="send_log.html">历史记录</a></li>
<li><a href="profile.html">个人中心</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-3 col-lg-2">
<div class="list-group">
<a href="fresh_manage.html" class="list-group-item">概述</a>
<a href="fresh_contacts.html" class="list-group-item">通讯录管理</a>
<a href="fresh_send.html" class="list-group-item active">信息发送</a>
</div>
</div>
<div class="col-md-9 col-lg-10">
<div class="panel panel-default">
<div class="panel-body">
<div class="panel panel-primary">
<div class="panel-heading">
<div class="panel-title" >预览
</div>
</div>
<div class="panel-body" id="overview">
<select class="form-control">
<option>第一次面试</option>
<option>第二次面试</option>
</select>
<div id="overview"></div>
</div>
</div>
<input type="text" id="time-fresh-text"class="form-control" placeholder="请输入时间">
<input type="text" id="place-fresh-text"class="form-control" placeholder="请输入地点">
</div>
</div>
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading" data-toggle="collapse" data-parent="#accordion" href="#collapseOne">
<div class="panel-title">
<label for="select-all-1"><input type="checkbox" id="select-all-1" class="form-control cbox select-group" />主编团</label>
</div>
</div>
<div id="collapseOne" class="panel-collapse collapse">
<table class="table table-responsive">
<thead>
<th></th>
<th>姓名</th>
<th>电话号码</th>
</thead>
<tbody>
<tr>
<td><input type="checkbox" class="form-control cbox select-item"></td>
<td>张三</td>
<td>13612341234</td>
</tr>
<tr>
<td><input type="checkbox" class="form-control cbox select-item"></td>
<td>李四</td>
<td>13612341234</td>
</tr>
<tr>
<td><input type="checkbox" class="form-control cbox select-item"></td>
<td>王五</td>
<td>13612341234</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
<div class="panel-title">
<label for="select-all-2"><input type="checkbox" id="select-all-2" class="form-control cbox select-group" />技术研发部</label>
</div>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<table class="table table-responsive">
<thead>
<th>
</th>
<th>姓名</th>
<th>电话号码</th>
</thead>
<tbody>
<tr>
<td><input type="checkbox" class="form-control cbox select-item"></td>
<td>张三</td>
<td>13612341234</td>
</tr>
<tr>
<td><input type="checkbox" class="form-control cbox select-item"></td>
<td>李四</td>
<td>13612341234</td>
</tr>
<tr>
<td><input type="checkbox" class="form-control cbox select-item"></td>
<td>王五</td>
<td>13612341234</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" data-toggle="collapse"data-parent="#accordion" href="#collapseThree">
<div class="panel-title">
<label for="select-all-3"><input type="checkbox" id="select-all-3" class="form-control cbox select-group" />新媒体</label>
</div>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<table class="table table-responsive">
<thead>
<th></th>
<th>姓名</th>
<th>电话号码</th>
</thead>
<tbody>
<tr>
<td><input type="checkbox" class="form-control cbox select-item"></td>
<td>张三</td>
<td>13612341234</td>
</tr>
<tr>
<td><input type="checkbox" class="form-control cbox select-item"></td>
<td>李四</td>
<td>13612341234</td>
</tr>
<tr>
<td><input type="checkbox" class="form-control cbox select-item"></td>
<td>王五</td>
<td>13612341234</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-default">
<div class="panel-body">
<label for="select-all"><input type="checkbox" id="select-all" class="form-control cbox" />全选</label>
<div class="pull-right">
<button class="btn btn-default" data-toggle="modal" data-target="#confirm-modal">发送</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="confirm-modal" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="delete-modal-title">发送确定</h4>
</div>
<div class="modal-body">
<label>确定发送吗?</label>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">取消</button>
<button type="button" class="btn btn-primary">确定</button>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/send.js"></script>
</body>
</html>