Skip to content

Commit 2dcd63a

Browse files
Merge pull request #376 from IshikaSoni056/hire
Hire
2 parents 4cd8b98 + 44c4640 commit 2dcd63a

File tree

8 files changed

+907
-172
lines changed

8 files changed

+907
-172
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>All Users Data</title>
7+
<%- include('../../../../../partials/head.ejs') %>
8+
<style>
9+
body {
10+
font-family: Arial, sans-serif;
11+
margin: 20px;
12+
}
13+
h2 {
14+
color: #333;
15+
}
16+
table {
17+
width: 100%;
18+
border-collapse: collapse;
19+
margin-top: 20px;
20+
}
21+
th, td {
22+
border: 1px solid #ccc;
23+
padding: 10px;
24+
text-align: left;
25+
}
26+
th {
27+
background-color: #f4f4f4;
28+
}
29+
img {
30+
border-radius: 50%;
31+
}
32+
.error {
33+
color: red;
34+
font-weight: bold;
35+
}
36+
</style>
37+
38+
</head>
39+
40+
<body>
41+
<%- include('../../../../../partials/navbar.ejs') %>
42+
<div id="userDetails">
43+
<!-- All user data will be displayed here -->
44+
</div>
45+
<%- include('../../../../../partials/footer.ejs') %>
46+
<script type="module" src="/staticfiles/mainfiles/jdmasterpanel/users-record/remarks/script.js"></script>
47+
</body>
48+
</html>

jobsdoor360-website/src/main/ejs/main-files/myaccount/jdmasterpanel/users-record/index.ejs

Lines changed: 1 addition & 1 deletion
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>Jdmasterpanel</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">

0 commit comments

Comments
 (0)