-
Notifications
You must be signed in to change notification settings - Fork 0
/
register.html
333 lines (317 loc) · 16.4 KB
/
register.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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<title>UMUNC | 2014 Conference</title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- CSS Global Compulsory-->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/headers/header1.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<link rel="shortcut icon" href="favicon.ico">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="assets/plugins/font-awesome/css/font-awesome.css">
<!-- CSS Page Style -->
<link rel="stylesheet" href="assets/css/pages/page_log_reg_v2.css">
<!-- CSS Theme -->
<link rel="stylesheet" href="assets/css/themes/blue.css" id="style_color">
<link rel="stylesheet" href="assets/css/themes/headers/header1-blue.css" id="style_color-header-1">
</head>
<body>
<!--=== Content Part ===-->
<div class="container">
<!--Reg Block-->
<div class="reg-block">
<div class="reg-block-header">
<h2>Register for the UMUNC National Conference 2014</h2>
</div>
<div class="col-md-12" id="error_banner"></div>
<form name="info_form" class="form-horizontal" role="form" method="post" action="" accept-charset="utf-8" id="info">
<div class="form-group">
<label class="col-lg-2 control-label">姓名 Name</label>
<div class="col-lg-10">
<input type='text' name='del_name' maxlength='40' required class="form-control" placeholder="Name">
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">性别 Sex</label>
<div class="col-lg-10">
<select name='del_sex' required class="form-control">
<option value='none'> <请选择 Select One> </option>
<option value='male'>男 Male</option>
<option value='female'>女 Female</option>
</select>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">年龄 Age</label>
<div class="col-lg-10">
<input type='text' name='del_age' maxlength='3' required class="form-control" placeholder="Age">
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">身份证号码 ID Number</label>
<div class="col-lg-10">
<input type="text" name="del_id" maxlength="18" required class="form-control" placeholder="ID Number">
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">在读学校 School</label>
<div class="col-lg-10">
<input type='text' name='del_school' maxlength='150' required class="form-control" placeholder="School">
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">在读年级 Grade</label>
<div class="col-lg-10">
<select name='del_grade' required class="form-control">
<option value='none'> <请选择 Select One> </option>
<option value='mid-school'>初中及以下 Middle school and under</option>
<option value='g10'>高一 Grade 10</option>
<option value='g11'>高二 Grade 11</option>
<option value='g12'>高三 Grade 12</option>
<option value='college'>大学及以上 College and above</option>
</select>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">代表类别 Delegation Class</label>
<div class="col-lg-10">
<select name='del_class' required class="form-control">
<option value='none'> <请选择 Select One> </option>
<option value='group'>代表团-首席代表 Group Delegation-Chief Delegate</option>
<option value="group_member">代表团-非首席代表(成员) Group Delegation-Member Delegate</option>
<option value='single'>个人代表 Single Delegation</option>
</select>
</div>
</div>
<!-- For team -->
<div class="form-group" id="name_team">
<label class="col-lg-2 control-label">代表团名称 Name of Delegation</label>
<div class="col-lg-10">
<input type="text" name="team_name" maxlength="150" class="form-control" placeholder="Name of Delegation">
</div>
</div>
<!-- End of For team -->
<hr>
<p>联系方式 Contact</p>
<p style="color: #ff0000">紧急联系方式 Emergency Contact (注意:该项内容用于为代表购买会议期间内的保险 请如实填写)</p>
<div class="form-group">
<label class="col-lg-2 control-label">监护人姓名 Name of Guardian</label>
<div class="col-lg-10">
<input type="text" name="del_emg" maxlength="50" class="form-control" placeholder="Name of Emergency Contact" required>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">监护人手机 Mobile of Guardian</label>
<div class="col-lg-10">
<input type="text" name="del_emg_mob" maxlength="30" class="form-control" placeholder="Mobile of Emergency Contact" required>
</div>
</div>
<!-- For team -->
<p id="team_label">团队联系方式 Contact for Team</p>
<div class="form-group" id="leader">
<label class="col-lg-2 control-label">领队(首席代表)姓名 Name of Leader</label>
<div class="col-lg-10">
<input type="text" name="team_leader" maxlength="50" class="form-control" placeholder="Name of Leader">
</div>
</div>
<div class="form-group" id="sup">
<label class="col-lg-2 control-label">指导老师姓名 Name of Supervisor</label>
<div class="col-lg-10">
<input type="text" name="team_su" maxlength="150" class="form-control" placeholder="Name of Supervisor(如果有多个请用逗号隔开)">
</div>
</div>
<div class="form-group" id="sup_mob">
<label class="col-lg-2 control-label">指导老师联系电话 Mobile of Supervisor</label>
<div class="col-lg-10">
<input type="text" name="team_su_mob" maxlength="450" class="form-control" placeholder="Mobile of Supervisor(如果有多个请用逗号隔开, 和上一栏对应)">
</div>
</div>
<!-- End of For team -->
<p>个人联系方式 Contact for Self</p>
<div class="form-group">
<label class="col-lg-2 control-label">手机 Mobile Phone</label>
<div class="col-lg-10">
<input type='text' name='del_mob1' maxlength='30' required class="form-control" placeholder="Mobile Phone">
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">备选手机 Alternative Mobile Phone</label>
<div class="col-lg-10">
<input type='text' name='del_mob2' maxlength='30' class="form-control" placeholder="Alternative Mobile Phone">
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">QQ</label>
<div class="col-lg-10">
<input type='text' name='del_qq' maxlength='20' required class="form-control" placeholder="QQ">
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">微信 WeChat</label>
<div class="col-lg-10">
<input type='text' name='del_wechat' maxlength='60' class="form-control" placeholder="WeChat">
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">邮箱 Email</label>
<div class="col-lg-10">
<input type='email' name='del_email' maxlength='40' required class="form-control" placeholder="Email">
</div>
</div>
<hr>
<p>模联相关信息 MUN-related Information</p>
<div class="form-group">
<label class="col-lg-2 control-label">模联年龄 (接触模联的时间) Time in ModelUN</label>
<div class="col-lg-10">
<input type='text' name='del_time' maxlength='30' required class="form-control" placeholder="Time in ModelUN">
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">模联履历 ModelUN Resume</label>
<div class="col-lg-10">
<textarea name='del_resume' cols='50' rows='15' class="form-control"></textarea>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">是否参加过UMUNC组织过的会议 Have you ever attended a UMUNC Conference?</label>
<div class="col-lg-10">
<div class="radio">
<label>
<input type='radio' name='del_ever_attend' value='yes' id="attend_yes">
是 Yes
</label>
</div>
</div>
<div class="col-md-10" id="attend_name">
<label>
<input type="checkbox" name="del_attend_name[]" value="2011_jinan">
2011年UMUNC济南分会
</label>
<label>
<input type="checkbox" name="del_attend_name[]" value="2012_qingzhou">
2012年UMUNC青州分会
</label>
<label>
<input type="checkbox" name="del_attend_name[]" value="2012_national">
2012年UMUNC全国总会
</label>
<label>
<input type="checkbox" name="del_attend_name[]" value="2013_chicago">
2013年UMUNC芝加哥分会
</label>
<label>
<input type="checkbox" name="del_attend_name[]" value="2013_huazhong">
2013年UMUNC华中分会
</label>
<label>
<input type="checkbox" name="del_attend_name[]" value="2013_huabei">
2013年UMUNC华北分会
</label>
<label>
<input type="checkbox" name="del_attend_name[]" value="2013_jiangzhe">
2013年UMUNC江浙分会
</label>
<label>
<input type="checkbox" name="del_attend_name[]" value="2013_xinan">
2013年UMUNC西南分会
</label>
<label>
<input type="checkbox" name="del_attend_name[]" value="2013_national">
2013年UMUNC全国总会
</label>
<label>
<input type="checkbox" name="del_attend_name[]" value="2014_xibei">
2014年UMUNC西北分会
</label>
<label>
<input type="checkbox" name="del_attend_name[]" value="2014_jiangnan">
2014年UMUNC江南分会
</label>
</div>
<div class="col-lg-10">
<div class="radio">
<label>
<input type='radio' name='del_ever_attend' value='no' checked id="attend_no">
否 No
</label>
</div>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label">委员会志愿 Choice of Committee</label>
<div class="col-lg-10">
<select name='del_choice' required class="form-control">
<option value='none'> <请选择 Select One> </option>
<option value='cabinet_cab'>内阁联动体系 - 内阁</option>
<option value='cabinet_sc'>内阁联动体系 - 安全理事会</option>
<option value='cabinet_mpc'>内阁联动体系 - 主媒体中心</option>
<option value='eu'>欧洲体系</option>
<option value='gaus'>"GAUS"体系 General Assembly United System</option>
</select>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<button type="submit" class="btn-u btn-block">注册会议 Register</button>
</div>
</div>
</form>
<div class="row">
<div class="col-md-10 col-md-offset-1" id="success_message" style="text-align: center;">
<h2>会议注册完成</h2>
<p>
你的信息已经提交给秘书处<br>
感谢你对UMUNC的关注!<br>
It's time we make it better together
</p>
<a href="2014_nat.html" class="btn-u btn-block" id="button_back">返回UMUNC2014总会页面 Go Back</a>
<br>
<br>
<a href="register.html" class="btn-u btn-block" id="button_go">继续报名 Go to Registration</a>
</div>
</div>
</div>
<!--End Reg Block-->
</div><!--/container-->
<!--=== End Content Part ===-->
<!-- JS Global Compulsory -->
<script type="text/javascript" src="assets/plugins/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/hover-dropdown.min.js"></script>
<script type="text/javascript" src="assets/plugins/back-to-top.js"></script>
<!-- JS Implementing Plugins -->
<script type="text/javascript" src="assets/plugins/countdown/jquery.countdown.js"></script>
<script type="text/javascript" src="assets/plugins/backstretch/jquery.backstretch.min.js"></script>
<script type="text/javascript">
$.backstretch([
"assets/img/bg/5.jpg",
"assets/img/bg/4.jpg",
], {
fade: 1000,
duration: 7000
});
</script>
<!-- JS Page Level -->
<script type="text/javascript" src="assets/js/app.js"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
App.init();
});
</script>
<!-- Custom Javascript -->
<script type="text/javascript" src="assets/js/scripts.js"></script>
<!--[if lt IE 9]>
<script src="assets/plugins/respond.js"></script>
<![endif]-->
</body>
</html>