-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathfacultyprofile.php
426 lines (400 loc) · 14.2 KB
/
facultyprofile.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
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
<?php
include 'core.inc1.php';
include 'connect.inc.php';
$first_name=getuserfields('Firstname');
$last_name=getuserfields('Lastname');
$email_id=getuserfields('Email_id');
$username=getuserfields('Username');
$gender=getuserfields('Gender');
$department=getuserfields('Department');
$designation=getuserfields('Designation');
$date_of_birth=getuserfields('Date_of_birth');
$college=getuserfields('College');
$address=getuserfields('Address');
$contact=getuserfields('Contact');
$date_of_joining=getuserfields('Date_of_joining');
$higher_studies1=getuserfields('Higherstudies1');
$higher_studies2=getuserfields('Higherstudies2');
$specialization=getuserfields('Specialization');
$graduate_teach=getuserfields('Graduateteach');
$pg_teach=getuserfields('PGteach');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Theme Made By Chandan Prusty - No Copyright -->
<title>Faculty Profile-Write Up!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href="http://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
</head>
<style>
.container-fluid {
padding:60px 50px;
}
.navbar {
margin-bottom: 0;
background-color: transparent;
z-index: 9999;
border: 0;
font-size: 12px !important;
line-height: 1.42857143 !important;
letter-spacing: 4px;
border-radius: 0;
}
.navbar li a, .navbar .navbar-brand {
color: #C94B4B !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
color: #fff !important;
background-color: #C94B4B !important;
}
.navbar-default .navbar-toggle {
border-color: transparent;
color: #C94B4B !important;
}
body {
font: 400 15px Lato, sans-serif;
line-height: 1.8;
color: #818181;
}
.jumbotron {
font-family: Montserrat, sans-serif;
}
.navbar {
font-family: Montserrat, sans-serif;
}
h2 {
font-size: 24px;
text-transform: uppercase;
color: #303030;
font-weight: 600;
margin-bottom: 30px;
}
h4 {
font-size: 19px;
line-height: 1.375em;
color: #303030;
font-weight: 400;
margin-bottom: 30px;
}
p1 {
color: #A0522D;
font-size:40px;
}
.button {
position: relative;
background-color: #C94B4B;
border: none;
font-size: 20px;
color: #FFFFFF;
padding: 20px;
width: 230px;
text-align: center;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
text-decoration: none;
overflow: hidden;
cursor: pointer;
margin: 5px;
}
.button:hover {
color: #C94B4B;
background-color:#FFFFFF;
box-shadow:5px 5px rgba(0,0,0,0.75);
}
.button:active:after {
padding: 0;
margin: 0;
opacity: 1;
transition: 0s
}
.button1 {
position: relative;
background-color: lightgreen;
border: none;
font-size: 20px;
color: #FFFFFF;
padding: 20px;
width: 230px;
text-align: center;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
text-decoration: none;
overflow: hidden;
cursor: pointer;
margin: 5px;
}
.button1:hover {
color: green;
background-color:#FFFFFF;
box-shadow:5px 5px rgba(0,0,0,0.75);
}
.button1:active:after {
padding: 0;
margin: 0;
opacity: 1;
transition: 0s
}
footer {
text-align:center;
color:#fff;
background-color:#2F4F4F;
padding:20px;
margin:0.5px;
}
h3 {
color:#C94B4B;
}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
font-size:18px;
border: 1px solid #888;
width: 80%;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s;
}
/* Add Animation */
@-webkit-keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}
@keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
}
/* The Close Button */
.close {
color: gray;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.modal-header {
padding: 2px 16px;
background-color: #F0F8FF;
color: white;
}
.modal-body {
padding: 2px 16px;
text-align:center;
}
.modal-footer {
padding: 2px 16px;
background-color: #F0F8FF;
color: white;
}
</style>
<body style="background-color:#F0F8FF";>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="" style="font-size:20px; color:#C94B4B";><span class="glyphicon glyphicon-pencil" style="color:#000"></span>Write Up!</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="loginfac.php"> HOME</a></li>
<li><a href="logoutfac.php"><span class="glyphicon glyphicon-log-out"></span> LOGOUT</a></li>
</ul>
</div>
</div>
</nav>
<br><br><br>
<div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" style="width:25%">
</div>
<div class="progress-bar progress-bar-info" role="progressbar" style="width:25%">
</div>
<div class="progress-bar progress-bar-warning" role="progressbar" style="width:25%">
</div>
<div class="progress-bar progress-bar-danger" role="progressbar" style="width:25%">
</div>
</div>
<div class="container" style="background:#fff";>
<header style="text-align:center;">
<p1>Your Profile</p1>
</header>
<div class="row">
<section class="col col-sm-4" style="padding:30px";>
<h1><?php echo $first_name.' '.$last_name; ?></h1>
<p><strong>Designation: </strong><?php if(!empty($designation)){echo $designation;} else{ echo ' ';} ?></p>
<p><strong>Email id: </strong><?php if(!empty($email_id)){echo $email_id;} else{ echo ' ';} ?></p>
<p><strong>Contact: </strong><?php if(!empty($contact)){echo $contact;} else{ echo ' ';} ?></p>
<p><strong>Department: </strong><?php if(!empty($department)){echo $department;} else{ echo ' ';} ?></p>
</section>
<section class="col col-sm-6"></section>
<section class="col col-sm-2" style="padding:15px;"><br><button class="btn btn-danger btn-lg" id="myBtn"><span class="glyphicon glyphicon-pencil"></span> Edit Profile</button></section>
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<div class="modal-header">
<span class="close">×</span>
<h2>Edit Profile</h2>
</div>
<div class="modal-body">
<form action="update1.php" method="POST">
<strong>First Name: </strong>
<input type="text" name="firstname" value="<?php echo $first_name; ?>" maxlength=40 required>
<br><br>
<strong>Last Name: </strong>
<input type="text" name="lastname" value="<?php echo $last_name; ?>" maxlength=40 required>
<br><br>
<strong>Designation: </strong>
<input type="text" name="designation" value="<?php if(!empty($designation)){echo $designation;} else{ echo ' ';} ?>" required>
<br><br>
<strong>Email Id: </strong>
<input type="text" name="email_id" value="<?php if(!empty($email_id)){echo $email_id;} else{ echo ' ';} ?>" required>
<br><br>
<strong>Contact: </strong>
<input type="text" name="contact" value="<?php if(!empty($contact)){echo $contact;} else{ echo ' ';} ?>" maxlength=11 required>
<br><br>
<strong>Dept: </strong>
<input type="text" name="department" value="<?php if(!empty($department)){echo $department;} else{ echo ' ';} ?>" maxlength=10 required>
<br><br>
<strong>Graduation:</strong>
<input type="text" name="college" value="<?php if(!empty($college)){echo $college;} else{ echo ' ';} ?>">
<br><br>
<strong>Higher Studies:</strong>
<input type="text" name="higher_studies1" value="<?php if(!empty($higher_studies1)){echo $higher_studies1;} else{ echo ' ';} ?>">
<input type="text" name="higher_studies2" value="<?php if(!empty($higher_studies2)){echo $higher_studies2;} else{ echo ' ';} ?>">
<br><br>
<strong>Specialization:</strong>
<input type="text" name="specialization" value="<?php if(!empty($specialization)){echo $specialization;} else{ echo ' ';} ?>">
<br><br>
<strong>Graduate Level Teaching:</strong>
<input type="text" name="graduate_teach" value="<?php if(!empty($graduate_teach)){echo $graduate_teach;} else{ echo ' ';} ?>">
<br><br>
<strong>Post Graduate Teaching:</strong>
<input type="text" name="pg_teach" value="<?php if(!empty($pg_teach)){echo $pg_teach;} else{ echo ' ';} ?>">
<br><br>
<strong>Address:</strong>
<input type="text" name="address" value="<?php if(!empty($address)){echo $address;} else{ echo ' ';} ?>">
<br><br>
<strong>Gender:</strong>
<input type="text" name="gender" value="<?php if(!empty($gender)){echo $gender;} else{ echo ' ';} ?>">
<strong>Date of Birth:</strong>
<input type="date" name="date_of_birth" value="<?php if(!empty($date_of_birth)){echo $date_of_birth;} else{ echo ' Not specified.';} ?>">
<strong>Date of Joining:</strong>
<input type="date" name="date_of_joining" value="<?php if(!empty($date_of_joining)){echo $date_of_joining;} else{ echo ' Not specified.';} ?>">
<br><br>
<input type="submit" class="btn btn-info btn-lg" value="Update">
</form>
</div>
<div class="modal-footer">
</div>
</div>
</div>
<script>
// Get the modal
var modal = document.getElementById('myModal');
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
</div>
<hr>
<div class="row">
<section class="col col-sm-4" style="padding:30px;">
<h2 style="color: lightblue";>EDUCATION</h2>
</section>
<section class="col col-sm-8" style="padding:30px 30px";>
<h3>Graduation:</h3>
<p><?php if(!empty($college)){echo $college;} else{ echo ' ';} ?></p>
<h3>Higher Studies:</h3>
<p><?php if(!empty($higher_studies1)){echo $higher_studies1;} else{ echo ' ';} ?></p>
<p><?php if(!empty($higher_studies2)){echo $higher_studies2;} else{ echo ' ';} ?></p>
</section>
</div>
<hr>
<div class="row">
<section class="col col-sm-4" style="padding:30px;">
<h2 style="color: lightblue";>SPECIALIZATION</h2>
</section>
<section class="col col-sm-8" style="padding:30px 30px";>
<p><?php if(!empty($specialization)){echo $specialization;} else{ echo ' ';} ?></p>
</section>
</div>
<hr>
<div class="row">
<section class="col col-sm-4" style="padding:30px;">
<h2 style="color: lightblue";>TEACHING</h2>
</section>
<section class="col col-sm-8" style="padding:30px 30px";>
<h3>Graduate Level:</h3>
<p><?php if(!empty($graduate_teach)){echo $graduate_teach;} else{ echo ' ';} ?></p>
<h3>Post Graduate Level:</h3>
<p><?php if(!empty($pg_teach)){echo $pg_teach;} else{ echo ' ';} ?></p>
</section>
</div>
<div class="row">
<section class="col col-sm-4" style="padding:30px;">
<h2 style="color: lightblue";>OTHER DETAILS</h2>
</section>
<section class="col col-sm-8" style="padding:30px 30px";>
<h3>Address: </h3>
<p><?php if(!empty($address)){echo $address;} else{ echo ' ';} ?></p>
<h3>Gender: </h3>
<p><?php if(!empty($gender)){echo $gender;} else{ echo ' ';} ?></p>
<h3>Date of Birth: </h3>
<p><?php if(!empty($date_of_birth)){echo $date_of_birth;} else{ echo 'No Data.';} ?></p>
<h3>Year of Passing: </h3>
<p><?php if(!empty($date_of_joining)){echo $date_of_joining;} else{ echo ' ';} ?></p>
</section>
</div>
</div>
<footer>
<p>© Copyright <a href="http://github.com/chandan2801"><span style="color:lightblue";>Chandan Prusty</a></span> : Faculty Profile</p>
</footer>
</body>
</html>