forked from prameshbajra/BVC-Student-Portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcha.php
51 lines (46 loc) · 2.59 KB
/
cha.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>
Student details information.
</title>
<link rel="stylesheet" href="styleadmin.css">
<link rel="stylesheet" href="animate.css">
<link rel="shortcut icon" href="bvc.png" type="image/x-icon" />
<link rel="stylesheet" href="main.css">
<script type="text/javascript" src="date_time.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
</head>
<body>
<form action="admin_update.php" method="POST" class="form form--login" >
<p id="search" ><br><br><u style="color: gray">Change username password</u></p>
<div class="dibba">
<div class="new">
<label class="fontawesome-user" for="login__username"><span class="hidden" style="color: gray">Current Username</span></label>
</div>
<input id="login__rollno" type="text" class="form__input" placeholder="" name="cuname">
</div>
<div class="dibba">
<div class="new">
<label class="fontawesome-user" for="login__username"><span class="hidden" style="color: gray">Current password</span></label></div>
<input id="login__rollno" type="text" class="form__input" placeholder="" name="cpwd">
</div>
<div class="dibba">
<div class="new">
<label class="fontawesome-user" for="login__username"><span class="hidden" style="color: gray">New Username</span></label></div>
<input id="login__rollno" type="text" class="form__input" placeholder="" name="nuname">
</div>
<div class="dibba">
<div class="new">
<label class="fontawesome-user" for="login__username"><span class="hidden" style="color: gray">New Password</span></label></div>
<input id="login__rollno" type="text" class="form__input" placeholder="" name="npwd">
</div></form>
</br></br>
<form action="admin.php" method="POST" class="form form--login" >
<div class="searchbottom animated bounce ">
<input type="submit" value="submit">
</div>
</form><br><br></body>
</html>