/var/www/hkosl.com/jobsreader/employer_bk/view/st_company_profile.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
<!DOCTYPE html>
<html lang="en-HK" prefix="og: http://ogp.me/ns#">

<head>
    <title>JobReader - Setting</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/setting_nav.php';?>

    <section class="wrapper">

        <div class="container">
            <div class="d-flex align-items-center mb-4">
                <div class="h1">
                    Company Profile
                </div>

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

                </div>
                <div class="col-md-9">

                    <div class="form-group">
                        <div class="selectionSelecter">
                            <select class="form-control" id="employerCompanySelect">
                                <option selected>Belt Collins International (HK) Limited</option>
                                <option>2</option>
                                <option>3</option>
                                <option>4</option>
                                <option value="5">Hidden company name and logo</option>
                            </select>
                        </div>
                    </div>
                    <div class="showLogo">

                        <div class="grayBg editBox  mt-4">
                            <div class="companyLogo mb-4">
                                <img src="../assets/images/compLogo.png" class="img-fluid" title="company Logo"
                                    alt="company Logo">
                            </div>
                            <p>Belt Collins International (HK) Limited</p>
                            <div class="readMore mb-4">
                                <p id="collapseExample" class="collapse loadMoreDetail m-0" aria-expanded="false">Belt
                                    Collins
                                    International (HK) Limited is a well-established planning, landscape design
                                    and consulting firm with worldwide recognition of our quality works. Our team
                                    specializes in
                                    delivering value-adding services to leading...
                                    International (HK) Limited is a well-established planning, landscape design
                                    and consulting firm with worldwide recognition of our quality works. Our team
                                    specializes in
                                    delivering value-adding services to leading...
                                </p>
                                <a role="button" class="collapsed" data-toggle="collapse" href="#collapseExample"
                                    aria-expanded="false" aria-controls="collapseExample"></a>
                            </div>
                            <a href="#" class="link">www.abc.com</a>
                            <a href="#" class="link editBtn" data-toggle="modal" data-target=".editCompanyInfo">Edit</a>
                        </div>
                        <div class="form-check text-right mt-4">
                            <input class="form-check-input" type="checkbox" id="benefits01" value="option1">
                            Set as default employer profille

                        </div>
                    </div>
                    <div class="hideLogo">
                        <div class="editBox border  mt-4">

                            <p>Company Confidential
                            </p>
                            <div class="readMore mb-4">
                                <p id="collapseExample" class="collapse loadMoreDetail m-0" aria-expanded="false">Belt
                                    Collins
                                    International (HK) Limited is a well-established planning, landscape design
                                    and consulting firm with worldwide recognition of our quality works. Our team
                                    specializes in
                                    delivering value-adding services to leading...
                                </p>
                                <a role="button" class="collapsed" data-toggle="collapse" href="#collapseExample"
                                    aria-expanded="false" aria-controls="collapseExample"></a>
                            </div>
                            <p>Phone number for enquiries: +852 12345678</p>
                            <a href="#" class="link editBtn" data-toggle="modal"
                                data-target=".editHiddenCompany">Edit</a>
                        </div>
                    </div>

                </div>



            </div>

            <hr />
            <div class="row">
                <div class="col-md-3">
                    <p class="unbold h3">Company Information
                    </p>
                    <p class='fieldWord mb-4'>(primary)</p>

                </div>
                <div class="col-md-9">
                    <p class="garyLightFont mb-2">Company name</p>
                    <p class="mb-4">Ar Technology Engineering Co. Limied</p>
                    <p class="garyLightFont mb-2"> Address</p>
                    <p class="mb-4"> 8/f, Times Square,<br />
                        1 Matheson Street, Causeway Bay<br />
                        Hong Kong</p>
                    <div class="row">
                        <div class="col-md-6">
                            <p class="garyLightFont mb-2">Contact number</p>
                            <p class="mb-4">+852 8765 4321</p>
                            <p class="garyLightFont mb-2">Company industry</p>
                            <p class="mb-4">Wholesale / Retail</p>
                        </div>
                        <div class="col-md-6">
                            <p class="garyLightFont mb-2">Fax (optinal)</p>
                            <p class="mb-4">+852 8765 4321</p>
                            <p class="garyLightFont mb-2">Business registration no. (optional)
                            </p>
                            <p class="mb-4">9898465468</p>
                        </div>
                    </div>
                    <p class="garyLightFont mb-2">Company type
                    </p>
                    <p class="mb-4">Private Company - Limited Laiability</p>
                </div>



            </div>
            <hr />
            <div class="row">
                <div class="col-md-3">
                    <p class="unbold h3">Billing
                        Information
                    </p>
                    <p class='fieldWord mb-4'>(primary)</p>

                </div>
                <div class="col-md-9">
                    <div class="d-flex mb-4 flex-md-row flex-column">
                        <div class="mb-2 mr-4">Same company information as the above?</div>
                        <div class="d-flex">
                            <div class="form-check form-check-inline align-top">

                                <label class="form-check-label customRadio">
                                    Yes
                                    <input class="form-check-input" type="radio" name="companyInformation"
                                        id="inlineRadio1" value="Yes">
                                    <span class="checkmark"></span>
                                </label>
                            </div>
                            <div class="form-check form-check-inline ml-4 align-top">
                                <label class="form-check-label customRadio">
                                    No
                                    <input class="form-check-input" type="radio" name="companyInformation" value="No">
                                    <span class="checkmark"></span>
                                </label>
                            </div>
                        </div>
                    </div>
                    <div class="billingInformationDetail">
                        <p class="garyLightFont mb-2">Company name</p>
                        <p class="mb-4">Ar Technology Engineering Co. Limied</p>
                        <p class="garyLightFont mb-2"> Address</p>
                        <p class="mb-4"> 8/f, Times Square,<br />
                            1 Matheson Street, Causeway Bay<br />
                            Hong Kong</p>
                    </div>
                </div>
            </div>
        </div>





    </section>

    <!-- end #section -->


    <!-- Modal -->
    <div class="modal fade editCompanyInfo" tabindex="-1" role="dialog" aria-labelledby="eventDateModal"
        aria-hidden="true">
        <div class="modal-dialog modal-lg modal-dialog-centered" role="document">
            <div class="modal-content">


                <div class="modal-body">
                    <p class="h3 mb-4">Change Employer Profile</p>
                    <div class="form-group mb-4">
                        <label for="company" class="blackDeepWord">Company name</label>
                        <input type="email" class="form-control" id="company" placeholder="" value="ABCcompany"
                            disabled>
                    </div>
                    <p class="mb-0"><span class="mr-1">Your company logo</span>
                        <a href="#" class="link red-tooltip" data-toggle="tooltip" data-placement="top" title=""
                            data-original-title="Image format: JPEG, PNG, Minimum height or width: 512px, Maximum file size: 2MB "><i
                                class="fas fa-question-circle"></i>
                        </a>
                    </p>
                    <p class="mb-1">Brand your company with your logo.
                        <label class="link">
                            Upload company logo <i class="fas fa-chevron-right"></i>
                            <input type="file" id="files" name="files[]" multiple style="display: none;" />
                        </label>
                    </p>
                    <div class="uploadBox mb-2">
                        <img src="../assets/images/logotemp.jpg" class="img-fluid">
                    </div>
                    <p class="redWord mb-4">Your new company logo will be approved within 1-2 business days.</p>
                    <div class="form-group">
                        <label for="companyWeb" class="blackDeepWord">Company website</label>
                        <input type="text" class="form-control" id="companyWeb" placeholder="">
                    </div>

                    <div class="form-group">
                        <label for="companyDes" class="blackDeepWord">Company description:</label>
                        <textarea class="form-control" id="companyDes" rows="4"></textarea>
                    </div>

                </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">Save Changes</button>

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

    <!-- Modal -->
    <div class="modal fade editHiddenCompany" tabindex="-1" role="dialog" aria-labelledby="eventDateModal"
        aria-hidden="true">
        <div class="modal-dialog modal-lg modal-dialog-centered" role="document">
            <div class="modal-content">


                <div class="modal-body">
                    <p class="h3 mb-4">Change Employer Profile</p>
                    <ul>
                        <li>Displayed without company name and logo
                        </li>
                        <li>Displayed with company description
                        </li>
                    </ul>

                    <div class="grayBg editBox  mt-4">

                        <p><b>Attention</b></p>
                        <p class="font09">You should not collect any personal data from job seekers when you hide your
                            company
                            identity.
                        </p>
                        <p class="font09">To comply with the Personal Data (Privacy) Ordinance in Hong Kong, please
                            provide a phone
                            number on the job ad for further enquiries before you collect any personal data.
                        </p>
                        <p class="font09">For details, please visit the website of The Office of the Privacy
                            Commissioner for Personal
                            Data at <a href="#" class="link">http://www.pcpd.org.hk</a>
                        </p>

                    </div>

                    <div class="form-group mt-4">
                        <label for="enquirePhoneNo" class="blackDeepWord">Phone number for enquiries: <span
                                class="font09 garyFont">(will be
                                shown
                                in
                                the job ad)</span></label>
                        <input type="text" class="form-control" id="enquirePhoneNo" placeholder="">
                    </div>


                    <div class="form-group">
                        <label for="companyDes" class="blackDeepWord">Company description:</label>
                        <textarea class="form-control" id="companyDes" rows="4"></textarea>
                    </div>
                </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">Save Changes
                    </button>

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


    <!-- footer -->
    <?php include 'inc/footer_p.php';?>
    <!-- end of footer -->
    <script src="https://cdn.ckeditor.com/4.14.1/standard/ckeditor.js"></script>
    <script src="../assets/js/bootstrap-datetimepicker.js"></script>
    <script type="text/javascript" src="../assets/js/select2.js"></script>
    <script type="text/javascript" src="../assets/js/bootstrap-select.js"></script>
    <!-- custom JS -->
    <script type="text/javascript" src="../assets/js/custom.js"></script>
</body>

<script>
$(function() {

    if (window.File && window.FileList && window.FileReader) {
        $("#files").on("change", function(e) {
            var files = e.target.files,
                filesLength = files.length;
            for (var i = 0; i < filesLength; i++) {
                var f = files[i]
                var fileReader = new FileReader();
                fileReader.onload = (function(e) {
                    var file = e.target;
                    $("<div class=\"pip\">" +
                        "<img class=\"imageThumb img-fluid\" src=\"" + e.target.result +
                        "\" title=\"" + file.name + "\"/>" +
                        "<br/><span class=\"removeupLoadImg link\">Remove</span>" +
                        "</div>").appendTo(".uploadBox");


                    $(".removeupLoadImg").click(function() {
                        $(this).parent(".pip").remove();
                    });

                    // Old code here
                    /*$("<img></img>", {
                      class: "imageThumb",
                      src: e.target.result,
                      title: file.name + " | Click to remove"
                    }).insertAfter("#files").click(function(){$(this).remove();});*/

                });
                fileReader.readAsDataURL(f);
            }
        });
    } else {
        alert("Your browser doesn't support to File API")
    }


    $('[data-toggle="tooltip"]').tooltip()
})
CKEDITOR.replace('editor2');
$("#employerCompanySelect").change(function() {
    if ($(this).val() == "5") {
        $(".hideLogo").fadeIn();
        $(".showLogo").hide();
    } else {
        $(".hideLogo").hide();
        $(".showLogo").fadeIn();
    }

});

$('input[type=radio][name=companyInformation]').change(function() {
    if (this.value == 'No') {
        $(".billingInformationDetail").fadeIn();
    } else {
        $(".billingInformationDetail").hide();
    }

});
</script>

</html>