forked from Kowshikreddy007/Botswithdots-SeatingAllotment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lhwise.php
50 lines (48 loc) · 1.72 KB
/
lhwise.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
<!--class wise arrangement-->
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Exam Seating Arrangement
</title>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/bootstrap.css"/>
<link rel="stylesheet" href="css/lh.css"/>
</head>
<body>
<a href="selectoneof3.php" class="btn btn-sm"><span class="glyphicon glyphicon-chevron-left"></span>back</a>
<div class="container ">
<div class="row">
<div class="col-xs-4 col-xs-push-4" style="background-color: #ffffff;">
<div class="panel panel-default">
<div class="panel-body">
<form class="form-horizontal content" action="lecturehallwisedata.php" method="post" role="form">
<div class="form-group">
<label class=" control-label"for="name"> Select Branch :</label>
<br/>
<!--branch selection -->
<select class="form-control" name="classroom[]">
<option>LH001</option>
<optioN>LH002</option>
<option>LH003</option>
<option>LH004</option>
<option>LH005</option>
<option>LH006</option>
<option>LH101</option>
<optioN>LH102</option>
<option>LH210</option>
</select>
</div>
</div>
<center><input type="submit" name="submit" value="search" class="btn btn-lg btn-success"></input></center>
<form>
</form>
</div>
</div>
</div>
</div>
</div>
</body>
</html>