forked from prameshbajra/BVC-Student-Portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstud.php
60 lines (52 loc) · 2.43 KB
/
stud.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
<!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>
</head>
ssss
</br></br>
<div align="right">
<form action="admin.php" method="POST" class="form form--login">
<div class="viewupdate animated bounce">
<input type="submit" value="Exit">
</div>
</form></div>
</br></br>
<form action="stu_table_criteria.php" method="POST" class="form form--login">
<p id="search"><u style="color: gray">Advanced search</u></p>
<div class="dibba">
<div class="new">
<label class="fontawesome-user" for="login__username"><span class="hidden" style="color: gray">Percentage Greater Than</span></label>
</div>
<input id="login__rollno" type="text" class="form__input" placeholder="" name="field_1">
</div>
<div class="searchbottom animated bounce ">
<input type="submit" value="Search">
</div>
</form>
</br></br>
<form action="details_admin.php" method="POST" class="form form--login">
<div class="form__fieldRoll">
<div class="new">
<label class="fontawesome-user" for="login__username"><span class="hidden" style="color: gray">Roll no</span></label></div>
<input id="login__rollno" type="text" class="form__input" placeholder="" name="roll_no" required> *
</div>
<div class="viewupdate animated bounce">
<input type="submit" value="View/Update">
</div>
</form>
<form action="stu_table.php" method="POST" class="form form--login">
<div class="form__fieldRoll">
<div class="studentlist animated bounce">
<input type="submit" value="View student list">
</div>
</div>
</form>