/var/www/hkosl.com/jobsreader/seeker/view/setp01_basic_info.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
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
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
<!DOCTYPE html>
<html lang="en-HK" prefix="og: http://ogp.me/ns#">

<head>
    <title>JobReader - Basic Information</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-->

    <?php include 'inc/profile_nav.php'?>

    <div class="grayBg">
        <div class="container">
            <div class="font09 text-center setpWrapper">
                <h3 class="mb-4">Strengthen your profile. Let employers know more about you.
                </h3>
                <div class="setpWrap text-center">
                    <div class="stepImg mb-4">
                        <img src="../assets/images/step00.png" class="img-fluid" title="step01" alt="step01 image">
                    </div>
                    <div class="d-flex  stepDetailBar">
                        <p class="blueWord mr-1 mb-0">Basic Info:
                        </p>
                        <p class="mb-0">Add personal details.</p>
                        <div class="ml-auto">
                            <a href="#" class="mr-2 disabled" readonly><i class="fas fa-chevron-left"></i></a>
                            <a href="setp02_employment.php" class="blackDeepWord"><i class="fas fa-chevron-right"></i></a>

                        </div>
                    </div>
                </div>
                <a href="javascript:void(0);" class="warningCloseBtn fieldWord"><i class="fas fa-times"></i></a>
            </div>
        </div>
    </div>

    <div class="container">
        <div class="row subMenuWrap noborder">
            <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> Preview</a>-->
                <a href="#" class="link"><i class="far fa-file-alt"></i> Preview</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 to PDF</a>-->
            </div>
        </div>
    </div>

    <section class="wrapper">

        <div class="container">



            <div class="row">
                <div class="col-md-3">
                    <p class="unbold h3 mb-4">Basic Information</p>
                </div>
                <div class="col-md-9">
                    <div class="previewRowDetail">
                        <div class="d-flex">
                            <div>
                                <h1>Linda Ing</h1>
                                <ul class="iconList">
                                    <li> <i class="fas fa-envelope"></i><a class="link" href="#">daddwdwd@gmail.com</a>
                                    </li>
                                    <li><i class="fas fa-phone"></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-alt"></i> Gender
                                    </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>
                                </ul>
                            </div>
                            <div class="ml-auto">
                                <a href="javascript:void(0);" class='link editProfileBtn'>Edit</a>
                            </div>
                        </div>
                    </div>
                    <div class="editRowDetail">
                        <div class="row">

                            <div class="col-md-6">
                                <div class="form-group err">
                                    <label for="firstName">First name</label>
                                    <input type="text" class="form-control" id="firstName" placeholder="">
                                    <p class="redWord validate mt-1 mb-0"> Please enter this information.
                                    </p>
                                </div>

                            </div>
                            <div class="col-md-6">
                                <div class="form-group err">
                                    <label for="lastName">Last name</label>
                                    <input type="text" class="form-control" id="lastName" placeholder="">
                                    <p class="redWord validate mt-1 mb-0"> Please enter this information.
                                    </p>
                                </div>
                            </div>
                            <div class="col-md-12">

                                <div class="form-group err">
                                    <label for="email">Preferred email (for job application)</label>
                                    <input type="text" class="form-control" id="email" aria-describedby="emailHelp" placeholder="">
                                    <p class="redWord validate mt-1 mb-0"> Please enter this information.
                                    </p>
                                    <p class="redWord validate mt-1 mb-0">Please enter a valid email address.
                                    </p>
                                </div>
                            </div>
                            <div class="col-md-6">
                                <div class="form-group err">
                                    <label for="lastName">Contact number</label>
                                    <input type="text" class="form-control" id="lastName" placeholder="">
                                    <p class="redWord validate mt-1 mb-0"> Please enter a valid phone number.
                                    </p>
                                </div>
                            </div>
                            <div class="col-md-6">
                                <div class="form-group err">
                                    <label for="HKID">HKID card number (optional)</label>
                                    <input type="text" class="form-control" id="HKID" placeholder="Enter first 4 digits">
                                    <p class="redWord validate mt-1 mb-0"> Please enter a valid phone number.
                                    </p>
                                </div>
                            </div>
                            <div class="col-md-12">

                                <div class="form-group multiselectGroup multiselectToggleGroup eventLocationClass err">
                                    <label for="eventLocation">Living area</label>
                                    <select class="form-control" id="eventLocation" multiple="multiple">

                                        <optgroup disabled label="--- Hong Kong Island ---">
                                        </optgroup>
                                        <optgroup label="Central & Western Area">
                                            <option value="eventLocation01a">Central & Western Area
                                            </option>
                                            <option value="eventLocation01">Admiralty
                                            </option>
                                            <option value="eventLocation02">Central
                                            </option>
                                            <option value="eventLocation03">Sai Wan
                                            </option>
                                            <option value="eventLocation04">Sai Ying Pun
                                            </option>
                                            <option value="eventLocation05">Sheung Wan
                                            </option>
                                        </optgroup>
                                        <optgroup label="Eastern Area">
                                            <option value="eventLocation06a">Eastern Area
                                            </option>
                                            <option value="eventLocation06">Chai Wan
                                            </option>
                                            <option value="eventLocation07">North Point
                                            </option>
                                            <option value="eventLocation08">Quarry Bay
                                            </option>
                                            <option value="eventLocation09">Sai Wan Ho
                                            </option>
                                            <option value="eventLocation10">Shau Kei Wan
                                            </option>

                                            <option value="eventLocation12">Siu Sai Wan
                                            </option>
                                            <option value="eventLocation13">Tai Koo
                                            </option>
                                            <option value="eventLocation14">Tin Hau
                                            </option>
                                        </optgroup>
                                        <optgroup label="Wan Chai Area">
                                            <option value="eventLocation15a">Wan Chai Area
                                            </option>
                                            <option value="eventLocation15">Causeway Bay
                                            </option>
                                            <option value="eventLocation16">Wan Chai
                                            </option>
                                        </optgroup>

                                        <optgroup label="Southern Area">
                                            <option value="eventLocation17a">Southern Area
                                            </option>
                                            <option value="eventLocation17">Aberdeen
                                            </option>
                                            <option value="eventLocation18">Pok Fu Lam
                                            </option>
                                        </optgroup>

                                        <optgroup disabled label="--- Kowloon ---">
                                        </optgroup>
                                        <optgroup label="Kowloon City Area">
                                            <option value="eventLocation19a">Kowloon City Area
                                            </option>
                                            <option value="eventLocation19">Hung Hom
                                            </option>
                                            <option value="eventLocation20">Kowloon City
                                            </option>
                                            <option value="eventLocation21">To Kwa Wan

                                            </option>

                                        </optgroup>
                                        <optgroup label="Kwun Tong Area">
                                            <option value="eventLocation22a">Kwun Tong Area
                                            </option>
                                            <option value="eventLocation22">Kowloon Bay
                                            </option>
                                            <option value="eventLocation23">Kwun Tong
                                            </option>
                                            <option value="eventLocation24">Ngau Tau Kok
                                            </option>
                                        </optgroup>
                                        <optgroup label="Sham Shui Po Area">
                                            <option value="eventLocation25a">Sham Shui Po Area
                                            </option>
                                            <option value="eventLocation25">Cheung Sha Wan
                                            </option>
                                            <option value="eventLocation26">Lai Chi Kok
                                            </option>
                                            <option value="eventLocation27">Sham Shui Po
                                            </option>
                                        </optgroup>
                                        <optgroup label="Wong Tai Sin Area">
                                            <option value="eventLocation28">Wong Tai Sin Area
                                            </option>
                                        </optgroup>


                                        <optgroup label="Yau Tsim Mong Area">
                                            <option value="eventLocation29a">Yau Tsim Mong Area
                                            </option>
                                            <option value="eventLocation29">Mong Kok
                                            </option>
                                            <option value="eventLocation30">Tsim Sha Tsui
                                            </option>
                                            <option value="eventLocation31">Yau Ma Tei
                                            </option>
                                        </optgroup>


                                        <optgroup disabled label="--- New Territories ---">
                                        </optgroup>

                                        <optgroup label="Kwai Tsing Area">
                                            <option value="eventLocation32a">Kwai Tsing Area
                                            </option>
                                            <option value="eventLocation32">Kwai Fong

                                            </option>
                                            <option value="eventLocation33">Kwai Hing

                                            </option>
                                            <option value="eventLocation34">Tsing Yi


                                            </option>

                                        </optgroup>
                                        <optgroup label="Northern NT Area">
                                            <option value="eventLocation35a">Northern NT Area
                                            </option>
                                            <option value="eventLocation35">Fanling

                                            </option>
                                            <option value="eventLocation36">Sheung Shui

                                            </option>
                                        </optgroup>
                                        <optgroup label="Sai Kung Area">
                                            <option value="eventLocation37a">Sai Kung Area
                                            </option>
                                            <option value="eventLocation37">Sai Kung
                                            </option>
                                            <option value="eventLocation38">Tseung Kwan O
                                            </option>

                                        </optgroup>
                                        <optgroup label="Sha Tin Area">
                                            <option value="eventLocation39">Sha Tin Area
                                            </option>
                                        </optgroup>
                                        <optgroup label="Tai Po Area">
                                            <option value="eventLocation40">Tai Po Area
                                            </option>
                                        </optgroup>
                                        <optgroup label="Tsuen Wan Area">
                                            <option value="eventLocation41">Tsuen Wan Area
                                            </option>
                                        </optgroup>

                                        <optgroup label="Tuen Mun Area">
                                            <option value="eventLocation42">Tuen Mun Area
                                            </option>
                                        </optgroup>


                                        <optgroup label="Yuen Long Area">
                                            <option value="eventLocation43a">Yuen Long Area
                                            </option>
                                            <option value="eventLocation43">Tin Shui Wai
                                            </option>
                                            <option value="eventLocation44">Yuen Long
                                            </option>

                                        </optgroup>

                                        <optgroup disabled label="--- Outlying Islands ---">
                                        </optgroup>

                                        <optgroup label="Cheung Chau Area">
                                            <option value="eventLocation45">Cheung Chau Area

                                            </option>
                                        </optgroup>

                                        <optgroup label="Lantau Island">
                                            <option value="eventLocation46a">Lantau Island
                                            </option>
                                            <option value="eventLocation46">Airport Area

                                            </option>
                                            <option value="eventLocation47">Tung Chung
                                            </option>

                                        </optgroup>

                                        <optgroup disabled label="--- Others ---">
                                        </optgroup>


                                        <optgroup label="Multiple Locations">
                                            <option value="eventLocation48">Multiple Locations
                                            </option>
                                        </optgroup>

                                        <optgroup label="Greater Bay Area">
                                            <option value="eventLocation49">Greater Bay Area
                                            </option>
                                        </optgroup>
                                        <optgroup label="Macau">
                                            <option value="eventLocation50">Macau
                                            </option>
                                        </optgroup>
                                        <optgroup label="Other China">
                                            <option value="eventLocation51">Other China
                                            </option>
                                        </optgroup>
                                        <optgroup label="Oversea">
                                            <option value="eventLocation51">Oversea
                                            </option>
                                        </optgroup>

                                    </select>
                                    <a href="JavaScript:void(0);" class="eventLocationCloseSelectBtn selectCloseBtn"><i class="fas fa-times"></i></a>

                                    <p class="redWord validate mt-1 mb-0"> Please enter this information.
                                    </p>
                                </div>
                            </div>
                            <div class="col-md-4">
                                <div class="form-group">
                                    <label for="Gender">Gender</label>
                                    <div class="selectionSelecter">
                                        <select class="form-control" id="WorkPermit">
                                            <option value="" hidden></option>
                                            <option value="none">---</option>
                                            <option value="Male">Male
                                            </option>
                                            <option value="Female">Female</option>

                                        </select>
                                    </div>

                                </div>
                            </div>
                            <div class="col-md-8">
                                <div class="form-group">
                                    <label>Birth</label>
                                    <div class="d-flex">
                                        <div class="selectionSelecter mr-2 fullWidth">
                                            <select class="form-control month">
                                                <option value="" hidden>Month</option>
                                                <option value="none">---</option>
                                            </select>
                                        </div>
                                        <div class="selectionSelecter fullWidth">
                                            <select class="form-control year">
                                                <option value="" hidden>Year</option>
                                                <option value="none">---</option>
                                            </select>
                                        </div>
                                    </div>

                                </div>
                            </div>
                            <div class="col-md-12">
                                <div class="form-group err">
                                    <label for="WorkPermit">Work permit</label>
                                    <div class="selectionSelecter">
                                        <select class="form-control" id="WorkPermit">
                                            <option value="" hidden></option>

                                            <option value="Hong Kong permanent resident">Hong Kong permanent resident
                                            </option>
                                            <option value="Dependent visa">Dependent visa</option>
                                            <option value="Employment visa with current employer">Employment visa with
                                                current
                                                employer</option>
                                            <option value="Other work permit (QMAS, IANG, etc.)">Other work permit
                                                (QMAS, IANG,
                                                etc.)</option>
                                            <option value="No work permit for Hong Kong">No work permit for Hong Kong
                                            </option>
                                        </select>
                                    </div>
                                    <p class="redWord validate mt-1 mb-0"> Please enter this information.
                                    </p>
                                </div>
                            </div>
                            <div class="col-md-12">
                                <div class="form-group">
                                    <label>Expected salary (This is only visible to you, it will help you to be found by
                                        relevant employers)</label>
                                    <div class="d-flex align-items-center">
                                        <div class="selectionSelecter mr-4 fullWidth">
                                            <select class="form-control">
                                                <option value="" hidden></option>
                                                <option value="none">---</option>
                                                <option value="Monthly">Monthly</option>
                                                <option value="Monthly">Hourly</option>
                                            </select>
                                        </div>
                                        <p class="mb-0 mr-2">HK$</p>
                                        <div class="selectionSelecter fullWidth">
                                            <select class="form-control year">
                                                <option value="" hidden>Year</option>
                                                <option value="none">---</option>
                                            </select>
                                        </div>
                                        <p class="mb-0 mr-2 ml-2">To</p>
                                        <div class="selectionSelecter fullWidth">
                                            <select class="form-control year">
                                                <option value="" hidden>Year</option>
                                                <option value="none">---</option>
                                            </select>
                                        </div>
                                    </div>

                                </div>
                            </div>
                        </div>

                        <div class="d-flex">

                            <button type="button" class="btn btn-outline-primary mt-4 mr-2 cancelEditBtn">Cancel</button>
                            <button type="button" class="btn btn-primary mt-4 saveEditBtn">Save</button>
                        </div>

                    </div>
                </div>





            </div>

            <hr>
            <div class="row">
                <div class="col-md-3">
                    <p class="unbold h3 mb-4">Profile Privacy</p>
                </div>
                <div class="col-md-9">

                    <div class="previewRowDetail">
                        <div class="d-flex">
                            <div>
                                <p class="greenWord">Standard</p>
                                <p>Your profile is visible to employers and recruiters. Employers can
                                    invite you to apply for jobs.</p>
                            </div>
                            <div class="ml-auto">
                                <a href="javascript:void(0);" class='link editProfileBtn'>Edit</a>
                            </div>
                        </div>
                    </div>


                    <div class="editRowDetail">
                        <div class="row">
                            <div class="col-lg-6">
                                <div class="form-check form-check-inline">

                                    <label class="form-check-label customRadio">
                                        Standard
                                        <p class="mb-0">Your profile is visible to employers and recruiters. Your name,
                                            email
                                            address,
                                            contact number, living area and birth are only provided to employers you
                                            apply
                                            or respond to. Your expected salary, salary history, cover letter and cv
                                            file
                                            are visible only to you. Employers may elect to email you a copy of the job
                                            opportunity for which they are recruiting.</p>
                                        <input class="form-check-input" checked type="radio" name="profilePrivacy" value="option1">
                                        <span class="checkmark"></span>
                                    </label>
                                </div>
                            </div>
                            <div class="col-lg-6">
                                <div class="form-check form-check-inline">

                                    <label class="form-check-label customRadio">
                                        Private
                                        <p class="mb-0">Your profile is hidden. Your profile only visible to employers
                                            who you have
                                            applied for jobs directly from Jobs Reader.</p>
                                        <input class="form-check-input" type="radio" name="profilePrivacy" value="option2">
                                        <span class="checkmark"></span>
                                    </label>
                                </div>
                            </div>

                        </div>
                        <div class="d-flex mb-4">

                            <button type="button" class="btn btn-outline-primary mr-2 cancelEditBtn">Cancel</button>
                            <button type="button" class="btn btn-primary saveEditBtn">Save</button>
                        </div>
                        <p>For more information, please see our <a href="#" class="link">Privacy Policy</a>.</p>
                    </div>


                </div>
            </div>
            <hr>

        </div>


    </section>

    <!-- end #section -->




    <!-- footer -->
    <?php include 'inc/footer_n.php'?>




    <!-- end of footer -->


    <script type="text/javascript" src="../assets/js/ajax.js"></script>

    <!--  <script type="text/javascript" src="../assets/js/select2.js"></script>-->
    <!-- <script type="text/javascript" src="../assets/js/selectcheckbox.js"></script> -->
    <script type="text/javascript" src="../assets/js/bootstrap-select.js"></script>
    <!-- custom JS -->
    
</body>






<script>
    $(".editProfileBtn").click(function() {
        $(this).closest(".previewRowDetail").hide();
        $(this).closest(".previewRowDetail").parent().find(".editRowDetail").fadeIn();

    });


    $(".cancelEditBtn").click(function() {
        $(this).closest(".editRowDetail").hide();
        $(this).closest(".editRowDetail").parent().find(".previewRowDetail").fadeIn();

    });

    $(".saveEditBtn").click(function() {
        $(this).closest(".editRowDetail").hide();
        $(this).closest(".editRowDetail").parent().find(".previewRowDetail").fadeIn();

    });




    $(".eventLocationCloseSelectBtn").click(function() {
        $('.multiselectWrongMessage').remove();
        var lastOpenSite = $(".eventLocationClass li").siblings().not('.multiselect-group');
        lastOpenSite.addClass("hidden");
        $(".eventLocationClass .multiselect-container li a").removeClass('disabled');
        $("#eventLocation").multiselect('clearSelection');
        $("#eventLocation").multiselect('refresh');
        $(this).hide();
    });





    $(function() {
        loopMonth();
        loopYear();

        $('#eventLocation').multiselect({
            indentGroupOptions: false,
            enableCollapsibleOptGroups: true,
            selectAllText: ' ',
            selectAllValue: ' ',
            numberDisplayed: 100,
            inheritClass: true,
            includeSelectAllOption: false,
            buttonWidth: 140,
            enableCaseInsensitiveFiltering: false,
            enableFiltering: false,
            enableClickableOptGroups: false,
            enableCollapsibleOptGroups: true,
            nonSelectedText: ' '

        });



        $(document).on("change", "#eventLocation", function() {

            var selectedOptions = $('#eventLocation option:selected');
            var selectVal = selectedOptions.val();

            $(".eventLocationCloseSelectBtn").show();


            if (selectedOptions.length >= 1) {
                // Disable all other checkboxes.

                var nonSelectedOptions = $('.eventLocationClass option').filter(function() {
                    return !$(this).is(':selected');
                });

                nonSelectedOptions.each(function() {
                    var input = $('.eventLocationClass input[value="' + $(this).val() + '"]');
                    input.prop('disabled', true);
                    input.parent().parent().addClass('disabled');
                });

                $('.eventLocationClass .dropdown-menu').removeClass('show');
            } else {
                // Enable all checkboxes.

                $('.multiselectWrongMessage').remove();

                {
                    $('.eventLocationClass option').each(function() {

                        var input = $('input[value="' + $(this).val() + '" ]');

                        input.prop('disabled', false);
                        input.parent().parent().removeClass('disabled');
                    });

                }


            }


        });



        $('[data-toggle="tooltip"]').tooltip()
    })





    // $(".form_date").selectpicker();
</script>

</html>