Skip to content

Commit 034d4be

Browse files
Merge pull request #373 from IshikaSoni056/hire
candidates page complete
2 parents 1e137d0 + 8807f0a commit 034d4be

File tree

4 files changed

+161
-86
lines changed

4 files changed

+161
-86
lines changed

jobsdoor360-website/src/main/ejs/main-files/myaccount/hire/candidates/index.ejs

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33

44
<head>
5-
<title>Document</title>
5+
<title>Candidates</title>
66
<link href="https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/css/coreui.min.css" rel="stylesheet"
77
integrity="sha384-u3h5SFn5baVOWbh8UkOrAaLXttgSF0vXI15ODtCSxl0v/VKivnCN6iHCcvlyTL7L" crossorigin="anonymous">
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
@@ -68,7 +68,7 @@
6868
font-weight: bold;
6969
color: #333;
7070
}
71-
.green-checkbox {
71+
/* .green-checkbox {
7272
background-color: #4CAF50;
7373
color: white;
7474
border: none;
@@ -83,7 +83,7 @@
8383
max-width: 150px;
8484
}
8585
86-
86+
*/
8787
8888
8989
</style>
@@ -133,12 +133,12 @@
133133
<option value="5">5</option>
134134
</select>
135135
<button type="button" id="filter_button" onclick="filterByRating()">Search</button>
136-
<div class="form-check" style="display: flex; align-items: center; gap: 8px;">
136+
<!-- <div class="form-check" style="display: flex; align-items: center; gap: 8px;">
137137
<input class="form-check-input " type="checkbox" id="myCompanyCheckbox" />
138138
<label class="form-check-label green-checkbox" for="myCompanyCheckbox">
139139
My Company
140140
</label>
141-
</div>
141+
</div> -->
142142
</div>
143143
<!-- User profiles table -->
144144

@@ -152,12 +152,18 @@
152152
<th>Gender</th>
153153
<th>School</th>
154154
<th>Degree</th>
155+
<th>Resume</th>
155156
<th>Graduation Date</th>
157+
<th>Age</th>
156158
<th>Skills</th>
159+
<th>Social Links</th>
160+
<th>Experience</th>
161+
<th>Address</th>
157162
<th>Rating</th>
158-
<th>Remarks</th>
163+
<!-- <th>Remarks</th> -->
164+
159165
<th>Action</th>
160-
<th>Consultancy Remark</th>
166+
<!-- <th>Consultancy Remark</th> -->
161167
<th>Interview Form</th>
162168
</tr>
163169
</thead>

myaccount/hire/candidates/index.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33

44
<head>
5-
<title>Document</title>
5+
<title>Candidates</title>
66
<link href="https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/css/coreui.min.css" rel="stylesheet"
77
integrity="sha384-u3h5SFn5baVOWbh8UkOrAaLXttgSF0vXI15ODtCSxl0v/VKivnCN6iHCcvlyTL7L" crossorigin="anonymous">
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
@@ -79,7 +79,7 @@
7979
font-weight: bold;
8080
color: #333;
8181
}
82-
.green-checkbox {
82+
/* .green-checkbox {
8383
background-color: #4CAF50;
8484
color: white;
8585
border: none;
@@ -94,7 +94,7 @@
9494
max-width: 150px;
9595
}
9696
97-
97+
*/
9898

9999

100100
</style>
@@ -307,12 +307,12 @@
307307
<option value="5">5</option>
308308
</select>
309309
<button type="button" id="filter_button" onclick="filterByRating()">Search</button>
310-
<div class="form-check" style="display: flex; align-items: center; gap: 8px;">
310+
<!-- <div class="form-check" style="display: flex; align-items: center; gap: 8px;">
311311
<input class="form-check-input " type="checkbox" id="myCompanyCheckbox" />
312312
<label class="form-check-label green-checkbox" for="myCompanyCheckbox">
313313
My Company
314314
</label>
315-
</div>
315+
</div> -->
316316
</div>
317317
<!-- User profiles table -->
318318

@@ -326,12 +326,18 @@
326326
<th>Gender</th>
327327
<th>School</th>
328328
<th>Degree</th>
329+
<th>Resume</th>
329330
<th>Graduation Date</th>
331+
<th>Age</th>
330332
<th>Skills</th>
333+
<th>Social Links</th>
334+
<th>Experience</th>
335+
<th>Address</th>
331336
<th>Rating</th>
332-
<th>Remarks</th>
337+
<!-- <th>Remarks</th> -->
338+
333339
<th>Action</th>
334-
<th>Consultancy Remark</th>
340+
<!-- <th>Consultancy Remark</th> -->
335341
<th>Interview Form</th>
336342
</tr>
337343
</thead>
3.92 KB
Loading

0 commit comments

Comments
 (0)