-
Notifications
You must be signed in to change notification settings - Fork 0
/
enroll.html
190 lines (173 loc) · 6.09 KB
/
enroll.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<!--Bootstrap Integration-->
<title>MAS</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/box.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Nav Bar Toggle-->
<div>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<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="index.php">MAS</a>
</div>
<!-- Main Navbar-->
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li> <a href="mas.html"><span class="glyphicon glyphicon-home"></span>Home</a></li>
<li><a href="checkattendance.html"><i class="fa fa-bars"></i>Check Attendence</a></li>
<li class="active"><a href="TeacherLogin.html"><i class="fa fa-bars"></i>Enroll Attendence</a></li>
<li><a href="#"><i class="fa fa-users"></i>About</a></li>
<li><a href="#"><i class="fa fa-envelope"></i>Contact Us</a></li>
<li><a href="#"><i class="fa fa-users"></i>Help</a></li>
</ul>
<!--Nav bar Right-->
<ul class="nav navbar-nav navbar-right">
<li><a href="registration.html"><span class="glyphicon glyphicon-user"></span>Sign Up</a></li>
<li><a href="login.html"><span class="glyphicon glyphicon-log-in"></span>Login</a></li>
</ul>
</div>
</div>
</nav>
</div>
<br>
<br>
<div class="container">
<center>
<h2 align="center">ENROLL ATTENDENCE</h2>
<p>select subject:-  
<select>
<option value="sub1">sub1</option>
<option value="sub2">Sub2</option>
<option value="sub3">sub3</option>
<option value="sub4">sub4</option>
<option value="sub5">Sub5</option>
<option value="sub6">sub6</option>
</select>
</p>
<form action="">
<table class="table table-striped">
<thead>
<tr>
<th>Roll no</th>
<th>Name</th>
<th>Present/Absent</th>
</tr>
</thead>
<tbody>
<tr>
<td>16191A0518</td>
<td>JILANI</td>
<td>
<input type="radio" name="Attendence" value="present"> present
<input type="radio" name="Attendence" value="absent">absent
</td>
</tr>
<tr>
<td>16191A0527</td>
<td>PRANEETH</td>
<td>
<input type="radio" name="Attendence" value="present"> present
<input type="radio" name="Attendence" value="absent">absent
</td>
</tr>
<tr>
<td>16191A0534</td>
<td>NANDA VIKAS</td>
<td>
<input type="radio" name="Attendence" value="present"> present
<input type="radio" name="Attendence" value="absent">absent
</td>
</tr>
<tr>
<td>16191A0543</td>
<td>SHALEM RAJU</td>
<td>
<input type="radio" name="Attendence" value="present"> present
<input type="radio" name="Attendence" value="absent">absent
</td>
</tr><tr>
<td>16191A0544</td>
<td>BRAMHA TEJA</td>
<td>
<input type="radio" name="Attendence" value="present"> present
<input type="radio" name="Attendence" value="absent">absent
</td>
</tr><tr>
<td>16191A0548</td>
<td>DHEERAJ</td>
<td>
<input type="radio" name="Attendence" value="present"> present
<input type="radio" name="Attendence" value="absent">absent
</td>
</tr>
</tbody>
</table>
<input type="submit" value="submit">
</form>
</center>
</div>
<br>
<footer id="myFooter">
<div class="container">
<div class="row">
<div class="col-sm-3 myCols">
<h5>Get started</h5>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Sign up</a></li>
<li><a href="#">Downloads</a></li>
</ul>
</div>
<div class="col-sm-3 myCols">
<h5>About us</h5>
<ul>
<li><a href="#">Company Information</a></li>
<li><a href="#">Contact us</a></li>
<li><a href="#">Reviews</a></li>
</ul>
</div>
<div class="col-sm-3 myCols">
<h5>Support</h5>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">Help desk</a></li>
<li><a href="#">Forums</a></li>
</ul>
</div>
<div class="col-sm-3 myCols">
<h5>Legal</h5>
<ul>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
</div>
</div>
<div class="social-networks">
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="facebook"><i class="fa fa-facebook-official"></i></a>
<a href="#" class="google"><i class="fa fa-google-plus"></i></a>
</div>
<div class="footer-copyright">
<p>© 2016 Copyright Text </p>
</div>
</footer>
</body>
</html>