-
Notifications
You must be signed in to change notification settings - Fork 0
/
candidate-details.html
537 lines (526 loc) · 31.7 KB
/
candidate-details.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Anisha GLobal - Candidate Details</title>
<link rel="shortcut icon" type="image/x-icon" sizes="32x32" href="favicon.png">
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
<link href="https://cdn.datatables.net/1.10.20/css/dataTables.bootstrap4.min.css" rel="stylesheet" crossorigin="anonymous" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/js/all.min.js" crossorigin="anonymous"></script>
</head>
<body class="sb-nav-fixed">
<!-- Header Nav start from here -->
<nav class="sb-topnav navbar navbar-expand navbar-dark bg-dark">
<a class="navbar-brand" href="index.html">
<img src="img/anisha-global-logo-w.png" alt="Anisha Global Admin" title="Anisha Global Admin" width="160px">
</a>
<button class="btn btn-link btn-sm order-1 order-lg-0" id="sidebarToggle" href="#"><i class="fas fa-bars"></i></button>
<!-- Navbar Search-->
<form class="d-none d-md-inline-block form-inline ml-auto mr-0 mr-md-3 my-2 my-md-0">
<div class="input-group" style="width: 500px;">
<input class="form-control" type="text" placeholder="Search by Name, Job, Email & Company" aria-label="Search" aria-describedby="basic-addon2" />
<div class="input-group-append">
<button class="btn btn-primary" type="button"><i class="fas fa-search"></i></button>
</div>
</div>
</form>
<!-- Navbar-->
<ul class="navbar-nav ml-auto ml-md-0">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="notiDropdown" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fas fa-bell fa-fw"></i></a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="notiDropdown" style="width:250px;">
<p class="px-3">Notifications</p>
<table class="table">
<tr>
<td>First Notification</td>
</tr>
<tr>
<td>Second Notification</td>
</tr>
<tr>
<td>Third Notification</td>
</tr>
</table>
</div>
</li>
</ul>
<ul class="navbar-nav ml-auto ml-md-0">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="userDropdown" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fas fa-user fa-fw"></i></a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="userDropdown">
<a class="dropdown-item" href="my-profile.html"><i class="far fa-user"></i> My Profile</a>
<a class="dropdown-item" href="feedback.html"><i class="far fa-thumbs-up"></i> Give Us Feedback</a>
<a class="dropdown-item" href="help-center.html"><i class="far fa-question-circle"></i> Help Center</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="login.html"><i class="fas fa-sign-out-alt"></i> Logout</a>
</div>
</li>
</ul>
</nav>
<!-- Header Nav end here -->
<!-- Whole Page Content Start from here -->
<div id="layoutSidenav">
<div id="layoutSidenav_nav">
<nav class="sb-sidenav accordion sb-sidenav-dark" id="sidenavAccordion">
<div class="sb-sidenav-menu">
<div class="nav">
<div class="sb-sidenav-menu-heading">Core</div>
<a class="nav-link" href="index.html">
<div class="sb-nav-link-icon"><i class="fas fa-tachometer-alt"></i></div>
Dashboard
</a>
<div class="sb-sidenav-menu-heading">Primary</div>
<a class="nav-link active" href="candidates.html">
<div class="sb-nav-link-icon"><i class="fas fa-users"></i></div>
Candidates
<div class="sb-sidenav-collapse-arrow"></div>
</a>
<a class="nav-link" href="companies.html">
<div class="sb-nav-link-icon"><i class="fas fa-building"></i></div>
Companies
<div class="sb-sidenav-collapse-arrow"></div>
</a>
<a class="nav-link" href="contacts.html">
<div class="sb-nav-link-icon"><i class="fas fa-user-circle"></i></div>
Contacts
</a>
<a class="nav-link" href="jobs.html">
<div class="sb-nav-link-icon"><i class="fas fa-briefcase"></i></div>
Jobs
</a>
<a class="nav-link" href="task-and-meetings.html">
<div class="sb-nav-link-icon"><i class="fas fa-calendar-check"></i></div>
Task & Meetings
</a>
<div class="sb-sidenav-menu-heading">Secondary</div>
<a class="nav-link" href=".html">
<div class="sb-nav-link-icon"><i class="fas fa-credit-card"></i></div>
Placements & Invoices
</a>
<a class="nav-link" href=".html">
<div class="sb-nav-link-icon"><i class="fas fa-cogs"></i></div>
Settings
</a>
</div>
</div>
<div class="sb-sidenav-footer">
<div class="small">Logged in as:</div>
Candidates or Companies
</div>
</nav>
</div>
<!-- Jobs Content Start from Here -->
<div id="layoutSidenav_content">
<main>
<div class="container-fluid">
<h1 class="my-4">Candidate Details</h1>
<ol class="breadcrumb mb-4">
<li class="breadcrumb-item"><a href="index.html">Dashboard</a></li>
<li class="breadcrumb-item active">Candidate Details</li>
</ol>
<div class="row d-flex justify-content-center" id="">
<div class="col-md-9 bg-light p-4 my-4">
<!-- Personal Information -->
<div><h4 class="text-primary"><i class="fa fa-users"></i> Candidate Details</h4></div>
<hr>
<div class="row mb-3">
<div class="col-md-2">
<p><b>Name :</b></p>
</div>
<div class="col-md-4">
<p>Arun</p>
</div>
<div class="col-md-2">
<p><b>Willing To Relocate:</b></p>
</div>
<div class="col-md-4">
<form>
<div class="formrow">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="customSwitch1">
<!-- <input type="checkbox" class="custom-control-input" id="customSwitch1"> -->
<label class="custom-control-label" for="customSwitch1">Toggle this switch for YES</label>
</div>
</div>
</form>
</div>
</div>
<div class="row mb-4">
<div class="col-md-2">
<p><b>Email :</b></p>
</div>
<div class="col-md-4">
<p>abcdef@google.com</p>
</div>
<div class="col-md-2">
<p><b>Number :</b></p>
</div>
<div class="col-md-4">
<p>9876543210</p>
</div>
</div>
<div class="row mb-4">
<div class="col-md-2">
<p><b>Locality :</b></p>
</div>
<div class="col-md-4">
<p>Not Available</p>
</div>
<div class="col-md-2">
<p><b>City :</b></p>
</div>
<div class="col-md-4">
<p>Pune</p>
</div>
</div>
<div class="row mb-4">
<div class="col-md-2">
<p><b>Current Organization :</b></p>
</div>
<div class="col-md-4">
<p>Not Available</p>
</div>
<div class="col-md-2">
<p><b>Current Salary :</b></p>
</div>
<div class="col-md-4">
<p>Not Available</p>
</div>
</div>
<div class="row mb-4">
<div class="col-md-2">
<p><b>Skills :</b></p>
</div>
<div class="col-md-4">
<p>Not Available</p>
</div>
<div class="col-md-2">
<p><b>Salary Expectation :</b></p>
</div>
<div class="col-md-4">
<p>Not Available</p>
</div>
</div>
<div class="row mb-4">
<div class="col-md-2">
<p><b>Resume :</b></p>
</div>
<div class="col-md-4">
<p><a href="#"><i class="fas fa-file-download"></i> Download</a></p>
</div>
<div class="col-md-2">
<p><b>Educational Qualification :</b></p>
</div>
<div class="col-md-4">
<p>Not Available</p>
</div>
</div>
<div class="row mb-4">
<div class="col-md-2">
<p><b>Source :</b></p>
</div>
<div class="col-md-4">
<p>Jobspace</p>
</div>
<div class="col-md-2">
<p><b>Total Experience :</b></p>
</div>
<div class="col-md-4">
<p>0 Year</p>
</div>
</div>
<div class="row mb-4">
<div class="col-md-2">
<p><b>Relevant Experience :</b></p>
</div>
<div class="col-md-4">
<p>0 Year</p>
</div>
<div class="col-md-2">
<p><b>Notice Period (Days) :</b></p>
</div>
<div class="col-md-4">
<p>60</p>
</div>
</div>
<div class="row mb-4">
<div class="col-md-2">
<p><b>Full Address :</b></p>
</div>
<div class="col-md-4">
<p>Not Available</p>
</div>
<div class="col-md-2">
<p><b>Current Employment Status :</b></p>
</div>
<div class="col-md-4">
<p>Not Available</p>
</div>
</div>
<div class="row mb-4">
<div class="col-md-2">
<p><b>Available From :</b></p>
</div>
<div class="col-md-4">
<p>Not Available</p>
</div>
<div class="col-md-2">
<p><b>Language Skills :</b></p>
</div>
<div class="col-md-4">
<p>English(Native/Bilingual)</p>
</div>
</div>
<div class="row mb-4">
<div class="col-md-2">
<p><b>Educational Specialization :</b></p>
</div>
<div class="col-md-4">
<p>Not Available</p>
</div>
<div class="col-md-2">
<p><b>Salary Type :</b></p>
</div>
<div class="col-md-4">
<p>Annual Salary</p>
</div>
</div>
</div>
</div>
<hr>
<div class="row d-flex justify-content-center" id="">
<div class="col-md-9 bg-light p-4 my-4">
<!-- Personal Information -->
<div><h4><i class="fa fa-briefcase"></i> Assigned Jobs</h4></div>
<hr>
<div class="card mb-4">
<div class="card-header bg-success text-white">
<i class="fas fa-briefcase mr-1"></i>
Jobs List
</div>
<div class="card-body">
<div class="table-responsive">
<table id="candidatesDataTable" class="table table-striped table-bordered" width="100%" cellspacing="0">
<thead>
<tr>
<th><input type="checkbox" onclick="checkAll(this)"></th>
<th>Id</th>
<th>Name</th>
<th>Status</th>
<th>Company</th>
<th>Opening</th>
<th>Contact Name</th>
<th>Contact Number</th>
<th>Hiring Stage</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="checkbox" name=""></td>
<td>1</td>
<td><a href="job-details.html"><b>Web Developer</b></a></td>
<td>Open</td>
<td>Posistrength Software Solution</td>
<td>1</td>
<td>Anand</td>
<td>9876543210</td>
<td><a href="#" data-toggle="modal" data-target="#hiringstagemodal"><i class="far fa-edit mr-1"></i><b>Assigned</b></a></td>
</tr>
<tr>
<td><input type="checkbox" name=""></td>
<td>2</td>
<td><a href="job-details.html"><b>Web Developer</b></a></td>
<td>Open</td>
<td>Posistrength Software Solution</td>
<td>1</td>
<td>Anand</td>
<td>9876543210</td>
<td><a href="#" data-toggle="modal" data-target="#hiringstagemodal"><i class="far fa-edit mr-1"></i><b>Interview Scheduled</b></a></td>
</tr>
<tr>
<td><input type="checkbox" name=""></td>
<td>3</td>
<td><a href="job-details.html"><b>Web Developer</b></a></td>
<td>Open</td>
<td>Posistrength Software Solution</td>
<td>1</td>
<td>Anand</td>
<td>9876543210</td>
<td><a href="#" data-toggle="modal" data-target="#hiringstagemodal"><i class="far fa-edit mr-1"></i><b>Interview Not Attended</b></a></td>
</tr>
<tr>
<td><input type="checkbox" name=""></td>
<td>4</td>
<td><a href="job-details.html"><b>Web Developer</b></a></td>
<td>Open</td>
<td>Posistrength Software Solution</td>
<td>1</td>
<td>Anand</td>
<td>9876543210</td>
<td><a href="#" data-toggle="modal" data-target="#hiringstagemodal"><i class="far fa-edit mr-1"></i><b>Interview Rescheduled</b></a></td>
</tr>
<tr>
<td><input type="checkbox" name=""></td>
<td>5</td>
<td><a href="job-details.html"><b>Web Developer</b></a></td>
<td>Open</td>
<td>Posistrength Software Solution</td>
<td>1</td>
<td>Anand</td>
<td>9876543210</td>
<td><a href="#" data-toggle="modal" data-target="#hiringstagemodal"><i class="far fa-edit mr-1"></i><b>Rejected</b></a></td>
</tr>
<tr>
<td><input type="checkbox" name=""></td>
<td>6</td>
<td><a href="job-details.html"><b>Web Developer</b></a></td>
<td>Open</td>
<td>Posistrength Software Solution</td>
<td>1</td>
<td>Anand</td>
<td>9876543210</td>
<td><a href="#" data-toggle="modal" data-target="#hiringstagemodal"><i class="far fa-edit mr-1"></i><b>On Hold</b></a></td>
</tr>
<tr>
<td><input type="checkbox" name=""></td>
<td>7</td>
<td><a href="job-details.html"><b>Web Developer</b></a></td>
<td>Open</td>
<td>Posistrength Software Solution</td>
<td>1</td>
<td>Anand</td>
<td>9876543210</td>
<td><a href="#" data-toggle="modal" data-target="#hiringstagemodal"><i class="far fa-edit mr-1"></i><b>Selected</b></a></td>
</tr>
<tr>
<td><input type="checkbox" name=""></td>
<td>8</td>
<td><a href="job-details.html"><b>Web Developer</b></a></td>
<td>Open</td>
<td>Posistrength Software Solution</td>
<td>1</td>
<td>Anand</td>
<td>9876543210</td>
<td><a href="#" data-toggle="modal" data-target="#hiringstagemodal"><i class="far fa-edit mr-1"></i><b>Offered</b></a></td>
</tr>
</tbody>
<!-- <tfoot>
<tr>
<th><input type="checkbox" onclick="checkAll(this)"></th>
<th>Name</th>
<th>Email</th>
<th>Phone</th>
<th>Resume</th>
<th>Gender</th>
<th>City</th>
<th>Owner</th>
<th>Hiring Stage</th>
</tr>
</tfoot> -->
</table>
</div>
</div>
</div>
</div>
</main>
<footer class="py-4 bg-light mt-auto">
<div class="container-fluid">
<div class="d-flex align-items-center justify-content-between small">
<div class="text-muted">Copyright © 2020 JOBS PORTAL. All Rights Reserved. Design by: <a href="https://www.posistrength.com/Posistrength_plan.pdf" target="_blank">Posistrength Software Solution Pvt.Ltd</a></div>
<div>
<a href="#">Privacy Policy</a>
·
<a href="#">Terms & Conditions</a>
</div>
</div>
</div>
</footer>
</div>
<!-- Jobs Content End Here -->
</div>
<!-- Whole Page Content End here -->
<!-- Modal -->
<div class="modal fade" id="hiringstagemodal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content px-4">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Update Hiring Stage</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="formrow mb-4">
<label for=""><b>Stage</b></label>
<select class="form-control" id="" name="" required>
<option value="" selected="selected">Assigned</option>
<option value="">Interview Scheduled</option>
<option value="">Interview Not Attended</option>
<option value="">Interview Rescheduled</option>
<option value="">Rejected</option>
<option value="">On Hold</option>
<option value="">Selected</option>
<option value="">Offered</option>
<option value="">Did Not Join</option>
<option value="">Placed</option>
</select>
</div>
<div class="formrow mb-4">
<label for=""><b>Stage Date</b></label>
<input class="form-control" name="" type="date">
</div>
<div class="formrow mb-4">
<label for="">Remark/Feedback</label>
<textarea class="form-control" placeholder="Write Remark" name="" cols="50" rows="5"></textarea>
</div>
<div class="form-group">
<div class="custom-control custom-checkbox">
<input class="custom-control-input" id="followuptask" type="checkbox" />
<label class="custom-control-label" for="followuptask">Create a follow up task </label>
</div>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-success">Submit</button>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<script src="js/scripts.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js" crossorigin="anonymous"></script>
<script src="assets/demo/chart-area-demo.js"></script>
<script src="assets/demo/chart-bar-demo.js"></script>
<script src="assets/demo/chart-pie-demo.js"></script>
<script src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js" crossorigin="anonymous"></script>
<script src="assets/demo/datatables-demo.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#companiesDataTable').DataTable(
{
"aLengthMenu": [[5, 10, 25, -1], [5, 10, 25, "All"]],
"iDisplayLength": 5
}
);
} );
function checkAll(bx) {
var cbs = document.getElementsByTagName('input');
for(var i=0; i < cbs.length; i++) {
if(cbs[i].type == 'checkbox') {
cbs[i].checked = bx.checked;
}
}
}
</script>
</body>
</html>