/var/www/hkosl.com/jobsreader/seeker/view/candidates_preview.php


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
<!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 p-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 d-inline-block  mb-0">

                            <select id="JobDetailStatus" class="form-control">
                                <option selected>Not Suitable</option>
                                <option>Uncategorized</option>
                                <option>Shortlisted</option>
                                <option>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" data-toggle="modal" data-target=".deletCandidates"><i
                            class="far fa-times-circle"></i> Delete</a>
                    <a href="#" class="link mr-4"><i class="fas fa-print"></i> Print</a>
                    <a href="#" class="link mr-4"><i class="fas fa-share"></i> Forward</a>
                    <a href="#" class="link"><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">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="fieldWord 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>
                    <p class="font09 mb-0"><span class="mr-4 fieldWord">Job function </span>HR supporting Staff
                    </p>
                    <p class="font09"><span class="mr-4 fieldWord">Industry</span>Human Resources Management /
                        Consultancy</p>

                    <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='fieldWord 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">
                    <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">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">
                    <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
                    </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> Award Name<br>
                        <span class="fieldWord"> 2019 - Present</span><br>
                        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> Award Name<br>
                        <span class="fieldWord"> 2019 - Present</span><br>
                        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
                    </p>
                    <p> Patents
                    </p>
                    <p> Professional Media
                    </p>
                    <p> Publications
                    </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" 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_n.php';?>
    <!-- end of footer -->
    <!-- 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">Delete</button>

                </div>
            </div>
        </div>
    </div>
    <!-- custom JS -->
    
</body>

<script>
$('#JobDetailStatus').multiselect({
    includeSelectAllOption: false,
    buttonWidth: 140,
    enableFiltering: false,
    numberDisplayed: 100
});
$('#JobDetailFolder').multiselect({
    includeSelectAllOption: true,
    numberDisplayed: 100,
    buttonWidth: 140,
    enableFiltering: true
});
</script>

</html>