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
|
<!DOCTYPE html> <html lang="en-HK" prefix="og: http://ogp.me/ns#">
<head> <title>JobReader - Profile</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 justify-content-center"> <div class="form-steps__item formStep0 form-steps__item--completed"> <div class="form-steps__item-content"> <span class="form-steps__item-icon"></span> </div> </div> <div class="form-steps__item formStep1"> <div class="form-steps__item-content"> <span class="form-steps__item-icon"></span> <span class="form-steps__item-line"></span>
</div> </div> <div class="form-steps__item formStep2"> <div class="form-steps__item-content"> <span class="form-steps__item-icon"></span> <span class="form-steps__item-line"></span>
</div> </div> <div class="form-steps__item formStep3"> <div class="form-steps__item-content"> <span class="form-steps__item-icon"></span> <span class="form-steps__item-line"></span> </div> </div> <div class="form-steps__item formStep4"> <div class="form-steps__item-content"> <span class="form-steps__item-icon"></span> <span class="form-steps__item-line"></span>
</div> </div> <div class="form-steps__item formStep5"> <div class="form-steps__item-content"> <span class="form-steps__item-icon"></span> <span class="form-steps__item-line"></span>
</div> </div> </div> </div> <div class="d-flex stepDetailBar"> <a class="blueWord mr-1 mb-0 stepTitle text-left" href="#basic_info">Basic Info: </a> <p class="mb-0 stepDetail text-left">Add personal details.</p> <div class="ml-auto nowrap"> <a href="#" class="mr-2 disabled prevStepBtn step01" readonly><i class="fas fa-chevron-left"></i></a> <a href="#" class="step01 nextStepBtn"><i class="fas fa-chevron-right"></i></a> </div> </div> <a href="javascript:void(0);" class="warningCloseBtn fieldWord"><i class="fas fa-times"></i></a> </div>
</div> </div> </div>
<div class="container"> <div class="row subMenuWrap noborder"> <div class="ml-auto mt-2"> <!-- <a href="#" class="link mr-4" data-toggle="modal" data-target=".deletCandidates"><i class="far fa-times-circle"></i> Preview</a>--> <a href="profile_preview.php" class="link mr-4"><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="basic_info" id="basic_info"> <?php include 'page/basic_info.html'; ?>
</div>
<div class="employment" id="employment"> <?php include 'page/employment.html'; ?>
</div> <div class="education" id="education"> <?php include 'page/education.html'; ?>
</div> <div class="skill" id="skill"> <?php include 'page/skill.html'; ?>
</div> <div class="language" id="language"> <?php include 'page/language.html'; ?>
</div> </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> $(function() {
loopMonth(); loopYear(); loopExp(); loopGraYear();
$('[data-toggle="tooltip"]').tooltip(); }); $(".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();
});
$('.stepTitle[href^="#"]').click(function() { $('html, body').animate({ scrollTop: $($.attr(this, 'href')).offset().top }, 500);
return false; });
$(document).on("click", ".step01.nextStepBtn", function() { $(this).attr("class", "step02 nextStepBtn"); $(".formStep0").removeClass("form-steps__item--completed").addClass("form-steps__item--active"); $(".formStep1").addClass("form-steps__item--completed"); $(".prevStepBtn").removeClass("disabled").attr("readonly", false); $(".prevStepBtn").attr("class", "step01 prevStepBtn mr-2"); $(".stepTitle").text("Employment Summary:"); $(".stepTitle").attr("href", "#employment"); $(".stepDetail").text("Add work experiences and job description.");
}); $(document).on("click", ".step02.nextStepBtn", function() { $(".formStep1").removeClass("form-steps__item--completed").addClass("form-steps__item--active"); $(".formStep2").addClass("form-steps__item--completed"); $(this).attr("class", "step03 nextStepBtn"); $(".prevStepBtn").attr("class", "step02 prevStepBtn mr-2"); $(".stepTitle").text("Education Summary:"); $(".stepTitle").attr("href", "#education"); $(".stepDetail").text("Add education & field of study."); // Does some stuff and logs the event to the console }); $(document).on("click", ".step03.nextStepBtn", function() { $(".formStep2").removeClass("form-steps__item--completed").addClass("form-steps__item--active"); $(".formStep3").addClass("form-steps__item--completed"); $(this).attr("class", "step04 nextStepBtn"); $(".prevStepBtn").attr("class", "step03 prevStepBtn mr-2"); $(".stepTitle").text("Skills:"); $(".stepTitle").attr("href", "#skill"); $(".stepDetail").text("Add skills to show your strength points."); // Does some stuff and logs the event to the console }); $(document).on("click", ".step04.nextStepBtn", function() { $(".formStep3").removeClass("form-steps__item--completed").addClass("form-steps__item--active"); $(".formStep4").addClass("form-steps__item--completed"); $(this).attr("class", "step05 nextStepBtn"); $(".prevStepBtn").attr("class", "step04 prevStepBtn mr-2"); $(".stepTitle").text("Languages:"); $(".stepTitle").attr("href", "#language"); $(".stepDetail").text("Add languages you know."); // Does some stuff and logs the event to the console }); $(document).on("click", ".step05.nextStepBtn", function() { $(".formStep4").removeClass("form-steps__item--completed").addClass("form-steps__item--active"); $(".formStep5").addClass("form-steps__item--finished"); $(this).attr("class", "step06 nextStepBtn disabled"); $(".prevStepBtn").attr("class", "step05 prevStepBtn mr-2"); $(".stepTitle").text("Complete!");
$(".stepDetail").text("Your profile is ready."); // Does some stuff and logs the event to the console }); $(document).on("click", ".step05.prevStepBtn", function() { $(".formStep4").addClass("form-steps__item--completed").removeClass("form-steps__item--active"); $(".formStep5").removeClass("form-steps__item--finished"); $(".nextStepBtn").attr("class", "step05 nextStepBtn"); $(this).attr("class", "step04 prevStepBtn mr-2"); $(".stepTitle").text("Languages:"); $(".stepTitle").attr("href", "#language"); $(".stepDetail").text("Add languages you know."); // Does some stuff and logs the event to the console }); $(document).on("click", ".step04.prevStepBtn", function() { $(".formStep3").addClass("form-steps__item--completed").removeClass("form-steps__item--active"); $(".formStep4").removeClass("form-steps__item--completed"); $(".nextStepBtn").attr("class", "step04 nextStepBtn"); $(this).attr("class", "step03 prevStepBtn mr-2"); $(".stepTitle").text("Skills:"); $(".stepTitle").attr("href", "#skill"); $(".stepDetail").text("Add skills to show your strength points."); // Does some stuff and logs the event to the console }); $(document).on("click", ".step03.prevStepBtn", function() { $(".formStep2").addClass("form-steps__item--completed").removeClass("form-steps__item--active"); $(".formStep3").removeClass("form-steps__item--completed"); $(".nextStepBtn").attr("class", "step03 nextStepBtn"); $(this).attr("class", "step02 prevStepBtn mr-2"); $(".stepTitle").text("Education Summary:"); $(".stepTitle").attr("href", "#education"); $(".stepDetail").text("Add education & field of study."); // Does some stuff and logs the event to the console }); $(document).on("click", ".step02.prevStepBtn", function() { $(".formStep1").addClass("form-steps__item--completed").removeClass("form-steps__item--active"); $(".formStep2").removeClass("form-steps__item--completed"); $(".nextStepBtn").attr("class", "step02 nextStepBtn"); $(this).attr("class", "step01 prevStepBtn mr-2"); $(".stepTitle").text("Employment Summary:"); $(".stepTitle").attr("href", "#employment"); $(".stepDetail").text("Add work experiences and job description."); // Does some stuff and logs the event to the console }); $(document).on("click", ".step01.prevStepBtn", function() { $(".formStep0").addClass("form-steps__item--completed").removeClass("form-steps__item--active"); $(".formStep1").removeClass("form-steps__item--completed"); $(".nextStepBtn").attr("class", "step01 nextStepBtn"); $(this).addClass("disabled").attr("readonly", true); $(".stepTitle").text("Basic Info:"); $(".stepTitle").attr("href", "#basic_info"); $(".stepDetail").text("Add personal details."); // Does some stuff and logs the event to the console }); </script>
</html>
|