-
Notifications
You must be signed in to change notification settings - Fork 0
/
account.php
268 lines (238 loc) · 8.52 KB
/
account.php
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
<?php
include('authentication.php');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<?php
include('locationguard.php');
?>
<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>Arfun | Student</title>
<link href="https://cdn.jsdelivr.net/npm/simple-datatables@latest/dist/style.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
<!-- <link href="css/quiz-edit.css" rel="stylesheet" /> -->
<!-- <link href="css/student.css" rel="stylesheet" /> -->
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<style>
.base {
display: grid;
grid-template-rows: auto;
grid-template-columns: 1fr;
grid-gap: 1em;
}
.floating-window {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.8);
z-index: 10;
display: none;
}
.floating-window > .window {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 350px;
height: 225px;
background-color: #198754;
z-index: 11;
border-radius: 4px;
padding: 20px;
}
.window button{
position: relative;
left:22%;
background: rgb(3, 20, 97);
border: none;
color: white;
font-weight: 300;
border-radius: 3px;
margin:3px;
}
.window button:hover{
background:blue;
}
.window #uDp{
margin:3px;
}
.window span{
margin:3px;
}
.window .progress{
height: 3%;
}
.window .dp{
position: relative;
left:35%;
}
.add-body #upload-btn{
background: rgb(3, 20, 97);
border: none;
color: white;
font-weight: 300;
border-radius: 3px;
margin:3px;
}
.add-body{
color:#fff;
text-align:center;
}
</style>
</head>
<body class="sb-nav-fixed">
<nav class="sb-topnav navbar navbar-expand navbar-dark bg-dark">
<!-- Navbar Brand-->
<a class="navbar-brand ps-3" href="index.php">
<img src="assets/img/logo.png" alt="logo" width="50" height="50" class="logo">ArFun E-Learning</a>
<!-- Sidebar Toggle-->
<button class="btn btn-link btn-sm order-1 order-lg-0 me-4 me-lg-0" id="sidebarToggle" href="#!"><i
class="fas fa-bars"></i></button>
<!-- Navbar Search-->
<form class="d-none d-md-inline-block form-inline ms-auto me-0 me-md-3 my-2 my-md-0">
<div class="input-group">
<!-- <input class="form-control" type="text" placeholder="Search for..." aria-label="Search for..."
aria-describedby="btnNavbarSearch" />
<button class="btn btn-primary" id="btnNavbarSearch" type="button"><i class="fas fa-search"></i></button> -->
</div>
</form>
<!-- Navbar-->
<ul class="navbar-nav ms-auto ms-md-0 me-3 me-lg-4">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdown" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false"><i class="fas fa-user fa-fw"></i> <span id="dispName">User</span></a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown">
<!-- <li><a class="dropdown-item" href="#!">Settings</a></li>
<li><a class="dropdown-item" href="#!">Activity Log</a></li> -->
<li>
<hr class="dropdown-divider" />
</li>
<li><a class="dropdown-item" href="logout.php">Logout</a></li>
</ul>
</li>
</ul>
</nav>
<div id="layoutSidenav">
<?php
include('side-nav.php');
?>
<div id="layoutSidenav_content">
<main class="main-content">
<div class="container-fluid px-4">
<div class="row mt-4">
<div class="container">
<div class="row">
<div class="col-md-6 mb-2">
</div>
</div>
</div>
<div class="form-body">
<div class="card w-50 p-3">
<div class="card-header">
<h4>
Edit User Profile
<!-- <a href="index.php" class="btn btn-danger float-end btn-sm">Back</a> -->
</h4>
</div>
<div id="main-form" class="add-body">
<!-- <div class="col-xs-4">
<p>Profile Picture</p>
<img width="100px" src="" class="dp">
<button id="upload-btn" disabled>Upload Photo</button>
</div><br> -->
<p>Profile Picture</p>
<div class="col-xs-4">
<label for="firstName">First Name</label>
<input type="text" class="form-control" id="firstName" placeholder="First name" name="firstName"
required disabled>
</div><br>
<div class="col-xs-4">
<label for="midName">Middle Name</label>
<input type="text" class="form-control" id="midName" placeholder="Middle name" name="midName"
required disabled>
</div><br>
<div class="col-xs-4">
<label for="lastName">Last Name</label>
<input type="text" class="form-control" id="lastName" placeholder="Last name" name="lastName"
required disabled>
</div><br>
<div class="col-xs-4">
<label for="lastName">Email</label>
<input type="text" class="form-control" id="email" placeholder="Email" name="email"
required disabled>
</div><br>
<div class="col-xs-4">
<label for="lastName">Mobile Number</label>
<input type="number" class="form-control" id="mnos" placeholder="Mobile Number" name="mnos"
required disabled>
</div>
<div class="form-group col-xs-4"><br>
<span class="section">section</span>
<!-- <span class="uid">uid</span> -->
</div>
<button type="button" class="btn btn-primary submitEdits mt-4 btn-sm" name="submit_edits"
id="submitEdits" disabled>Submit Edits</button>
<button type="button" class="btn btn-primary startEdits mt-4 btn-sm" name="start_edits"
id="startEdits">Edit Data</button>
</div>
</div>
</div>
<?php
if (isset($_SESSION['role']) && $_SESSION['role'] == 'teacher') {
echo '';
}
?>
<!-- Student list table starts here... -->
</div>
</main>
<footer class="py-4 bg-light mt-auto">
<div class="container-fluid px-4">
<div class="d-flex align-items-center justify-content-between small">
<div class="text-muted">ArFun E-Learning Copyright 2022</div>
<div>
</div>
</div>
</div>
</footer>
</div>
</div>
<div class="floating-window">
<div class="window">
<img src="" width="100px" class="dp">
<form id="submitFDP" action="javascript:void(0)">
<input type="file" name="profilePicture" id="uDp">
<span class="progress"><span id="upd-bytes">0</span>b/<span id="tt-bytes">0</span>b</span>
<span id="perc-prog">0%</span>
<span id="up-status">Waiting</span>
</form>
<button id="changeDp">Confirm</button>
<button id="resetDp">Reset</button>
<button id="closeSectionSort">Close</button>
</div>
</div>
<script>
var sessionData = <?php echo json_encode($_SESSION);?>;
</script>
<div id="sessionDataContainer" data-session="<?php echo htmlentities(json_encode($_SESSION)); ?>"></div>
<div id="section-sdc" data-session-section=""></div>
<script>
var sessionData = document.getElementById("sessionDataContainer").dataset.session;
sessionData = JSON.parse(sessionData);
</script>
<script src="js/getUserData.js" type="module"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.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="https://cdn.jsdelivr.net/npm/simple-datatables@latest" crossorigin="anonymous"></script>
</body>
</html>