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
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>JobReader - Candidates Preview</title> <!-- css --> <?php include 'inc/headlinks.php';?> <!-- js --> <?php include 'inc/link-js.php';?> </head>
<body>
<!-- header --> <?php include 'inc/header.php';?> <!-- end of header-->
<div class="grayBg pt-4 pb-4"> <div class="container"> Applied to <a href="#" class="link">Administration Officer / Administration Assistant (5 day)</a><br /> (Posted 04 Aug 2020) on 04 Aug 2020 </div>
</div>
<section class="wrapper">
<div class="container">
<div class="d-flex flex-lg-row flex-column"> <div class="mr-4 mb-2 mobileNoMR"> <div class="d-flex align-items-center">
<span class="d-inline-block mr-2">Status: </span>
<div class="form-group singleSelectGroup singleSelectStatusGroup01 d-inline-block mb-0">
<select id="JobDetailStatus" class="form-control">
<option value="uncategorized">Uncategorized </option> <option value="shortlisted">Shortlisted</option> <option value="not suitable">Not Suitable</option> </select> </div> </div> </div> <div class="mb-2"> <div class="d-flex align-items-center">
<span class="d-inline-block mr-2">Folder: </span>
<div class="form-group multiselectGroupIcon addSelectGroup d-inline-block mb-0"> <i class="far fa-folder"></i> <select id="JobDetailFolder" class="form-control"> <option selected>[No Folder]</option> <option>[No Folder]</option> <option>Folder A</option> <option>Folder B</option> <option>Folder C</option> <option>Folder D</option> </select> <a class="addBtn link" href="#">Add</a> </div>
</div>
</div> <div class="ml-auto mt-2 mobileLeft"> <a href="#" class="link mr-4 deleteCan" title="Delete" data-toggle="modal" data-target=".deletCandidates"><i class="far fa-times-circle"></i> Delete</a> <a href="#" class="link mr-4" title="Print"><i class="fas fa-print"></i> Print</a> <a href="#" class="link mr-4" title="Forward"><i class="fas fa-share"></i> Forward</a> <a href="#" class="link" title="Save"><i class="far fa-file-pdf"></i> Save</a> </div> </div>
<hr />
<div class="row"> <div class="col-md-3"> <p class="unbold h3 mb-2 mobileHide">Basic Information</p> <p class="mb-4 font09 fieldWord">Last updated: 04 Aug 2020 </p> </div> <div class="col-md-9"> <div class="d-flex mb-4"> <div> <p class="h2">Linda Ing</p> <ul class="iconList mt-4"> <li><i class="fas fa-envelope"></i> <a href="#" class="link">daddwdwd@gmail.com</a> </li> <li><i class="fas fa-phone-square"></i> +852 1234 5678 </li> <li><i class="fas fa-map-marker-alt"></i> Tseung kwan O , New Territories </li> <li><i class="fas fa-user"></i> Female </li> <li><i class="fas fa-birthday-cake"></i> Jan 2001 </li> <li><i class="fas fa-globe-asia"></i> Hong Kong permanent resident </li> <li><i class="fas fa-dollar-sign"></i> Expected salary : HK $15,000 /month </li> <li><i class="fas fa-clock"></i> Immediate Available </li> </ul> </div>
</div> <p>Message from candidate </p> <div class="warpBox border-radius"> Dear Sir/Madam,<br /><br />
I am experienced promoter and well knowledge<br /> I am available to work at Kwun Tong </div>
</div>
</div>
<hr /> <div class="row"> <div class="col-md-3"> <p class="unbold h3">Employment Summary </p> <p class="garyLightFont mb-4">Total work experience: 1 year </p>
</div> <div class="col-md-9"> <p> <b>Web Designer</b><br> Belt Collins International (HK) Limited<br> <span class="fieldWord">Mar 2018 - Aug 2018</span> </p> <dl class="row"> <dt class="col-2 font09 unbold fieldWord">Job function</dt> <dd class="col-10 font09 unbold">HR supporting Staff</dd> <dt class="col-2 font09 unbold fieldWord">Industry</dt> <dd class="col-10 font09 unbold">Human Resources Management / Consultancy</dd> </dl>
<ul class="pointList mb-4"> <li>Assist to monitor team operation and financial performance of project team </li> <li>Responsible for coordination and consolidation of financial & management reporting and various aspects of financial planning & analysis
</li> <li>To prepare accurate reports for top management in a timely manner. </li> <li>Provide analytical assistance to our top management for their critical business decision making.
</li> <li>Attend project team meetings to ensure smooth project progress and operation. </li> </ul>
</div>
</div> <hr /> <div class="row"> <div class="col-md-3"> <p class="unbold h3">Education Summary </p> <p class='garyLightFont mb-4'>Highest education: Degree </p>
</div> <div class="col-md-9"> <p> <b>Degree, Marketing</b><br> HKU <br> <span class="fieldWord">Mar 2018 - Aug 2018</span> </p> <hr class="nomral mobileHide"> <p> <b>Degree, Marketing</b><br> HKU <br> <span class="fieldWord">Mar 2018 - Aug 2018</span> </p> </div> </div> <hr /> <div class="row"> <div class="col-md-3"> <p class="unbold h3 mb-4">Qualifications & Certifications </p>
</div> <div class="col-md-9"> <p> <b>Professional Beauty Treatment (QF Level 2 )</b><br>
Monita international group <br> <span class="fieldWord">Issued Jan 2004 - Jan 2019</span> </p> <hr class="nomral mobileHide"> <p> <b>Driver License #1, #2, M </b><br> Monita international group <br> <span class="fieldWord">Issued Jan 2004 - Jan 2019</span> </p> </div> </div> <hr /> <div class="row"> <div class="col-md-3"> <p class="unbold h3 mb-4">Skills </p>
</div> <div class="col-md-9"> <p> Ms office - fair Ms office - fair Ms office - fair Ms office - fairMs office - fairMs office - fairMs office - fairMs office - fair Ms office - fairMs office - fairMs office - fairMs office - fairMs office - fairMs office - fairMs office - fairMs office - fairMs office - fair </p>
</div> </div> <hr /> <div class="row"> <div class="col-md-3"> <p class="unbold h3 mb-4">Languages </p>
</div> <div class="col-md-9"> <p> English, Cantonese (native), Mandarin </p>
</div> </div> <hr /> <div class="row"> <div class="col-md-3"> <p class="unbold h3 mb-4">Honors & Awards </p>
</div> <div class="col-md-9"> <p> <b>Award Name</b><br> [Issued by]<br /> <span class="fieldWord"> 2019 - Present</span><br><br> Work with development team on creating mobile app for new product launch Work with development team on creating mobile app for new product launch Work with development team on creating mobile app for new product launch Work with development team on creating mobile app for new product launch Work with development team on creating mobile app for new product launch Work with development team on creating mobile app for new product launch </p>
</div> </div> <hr /> <div class="row"> <div class="col-md-3"> <p class="unbold h3 mb-4">Memberships </p>
</div> <div class="col-md-9"> <p> <b>Award Name</b><br> [Issued by]<br /> <span class="fieldWord"> 2019 - Present</span><br><br> Work with development team on creating mobile app for new product launch Work with development team on creating mobile app for new product launch Work with development team on creating mobile app for new product launch Work with development team on creating mobile app for new product launch Work with development team on creating mobile app for new product launch </p>
</div> </div> <hr /> <div class="row"> <div class="col-md-3"> <p class="unbold h3 mb-4">Additional Information
</p>
</div> <div class="col-md-9"> <p> Cover Letter<br /> <a href="#" class="link"> Letter.docx</a><br /> <span class="fieldWord m-0">Uploaded 14 May 2020 12:06PM</span> </p> <hr class="nomral" /> <p> Protfolio<br><a href="#" title="">abc.com</a> </p> <!-- <p> Patents </p> <p> Professional Media </p>--> <p> Publications<br><a href="#" title="">abc.com</a> </p> <!-- <p> Letter of Recommendation </p> <p> Other </p>--> <hr class="nomral" /> <p> Other information: </p> <p> Work with development team on creating mobile app for new product launch Work with development team on creating mobile app for new product launch Work with development team on creating mobile app for new product launch Work with development team on creating mobile app for new product launch
</p>
</div> </div> <hr /> <div class="row"> <div class="col-md-3"> <p class="unbold h3 mb-4">CV</p>
</div> <div class="col-md-9"> <p> <a href="#" class="link"> CV.docx</a><br /> <span class="fieldWord"> Uploaded 14 May 2020 12:06PM</span> </p>
</div> </div> <hr /> </div>
<div class="btnWrap text-center">
<button class="btn btn-outline-primary mr-4 deskTopHideBtn" onClick="location.href='candidates_list.php';">Back</button> <button class="btn btn-primary">Email Candidate</button> </div>
</section>
<!-- end #section -->
<!-- footer --> <?php include 'inc/footer_p.php';?> <!-- end of footer -->
<div class="warningBg succseeMessage"> <div class="expenContainer delectCandidateMessage"> <div class="font09 updateMessages bold"> 1 candidate(s) deleted. <a href="javascript:void(0);" class="succseeCloseBtn"><i class="fas fa-times"></i></a> </div> </div> <div class="expenContainer delectNotCandidateMessage"> <div class="font09 updateMessages bold"> 1 candidate(s) could not be deleted (from listing job ad). <a href="javascript:void(0);" class="succseeCloseBtn"><i class="fas fa-times"></i></a> </div> </div> <div class="expenContainer statusCandidateMessage"> <div class="font09 updateMessages bold"> This candidate moved to <span class="countStatusText"></span>. <a href="javascript:void(0);" class="succseeCloseBtn"><i class="fas fa-times"></i></a> </div> </div>
<div class="expenContainer moveFolderMessage"> <div class="font09 updateMessages bold"> This candidate moved to <span class="countFolderText"></span>. <a href="javascript:void(0);" class="succseeCloseBtn"><i class="fas fa-times"></i></a> </div> </div> </div>
<!-- Modal --> <div class="modal fade deletCandidates" tabindex="-1" role="dialog" aria-labelledby="eventDateModal" aria-hidden="true"> <div class="modal-dialog modal-md modal-dialog-centered" role="document"> <div class="modal-content">
<div class="modal-body"> <p class="h3 mb-4">Delete Candidates?</p> <p class="font09">You are about to delete 1 candidate(s).
<br /> Deleting candidate(s) is permanent and cannot be undone.
</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-outline-primary" data-dismiss="modal">Cancel</button> <button type="button" class="btn btn-primary delectCandidateModalBtn">Delete</button>
</div> </div> </div> </div>
<!-- custom JS --> </body>
<script> let time = 0;
$(".delectCandidateModalBtn").click(function() { $('.deletCandidates').modal("hide"); $('.delectNotCandidateMessage').fadeIn(); $('.delectCandidateMessage').fadeIn(); clearTimeout(time);
time = setTimeout(function() { $('.delectNotCandidateMessage').fadeOut(); $('.delectCandidateMessage').fadeOut(); }, 8000);
});
$('#JobDetailStatus').multiselect({ includeSelectAllOption: false, buttonWidth: 140, enableFiltering: false, numberDisplayed: 100 }); $("#JobDetailStatus").change(function() { var value = $(this).val(); $(".countStatusText").text(value);
$('.statusCandidateMessage').fadeIn(); clearTimeout(time);
time = setTimeout(function() { $('.statusCandidateMessage').fadeOut(); }, 2000);
switch (value) { case "uncategorized": $(this).parent().find(".multiselect-selected-text").css("color", "#1f1f1f"); break; case "not suitable": $(this).parent().find(".multiselect-selected-text").css("color", "#ea2423"); break; case "shortlisted": $(this).parent().find(".multiselect-selected-text").css("color", "#309c47"); break;
}
}); $('#JobDetailFolder').multiselect({ includeSelectAllOption: true, numberDisplayed: 100, buttonWidth: 140, enableFiltering: true }); $("#JobDetailFolder").change(function() { var value = $(this).val(); $(".countFolderText").text(value);
$('.moveFolderMessage').fadeIn(); clearTimeout(time);
time = setTimeout(function() { $('.moveFolderMessage').fadeOut(); }, 8000);
}); </script>
</html>
|