File tree Expand file tree Collapse file tree 8 files changed +907
-172
lines changed
jobsdoor360-website/src/main/ejs/main-files/myaccount
jdmasterpanel/users-record
jdmasterpanel/users-record
jdmasterpanel/users-record/remarks Expand file tree Collapse file tree 8 files changed +907
-172
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments