-
Notifications
You must be signed in to change notification settings - Fork 0
/
onlinesystem.html
105 lines (105 loc) · 2.39 KB
/
onlinesystem.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
<html>
<head>
<title>otbs_18BCD7060</title>
<link rel="stylesheet" href="otbs_style_18bcd7060.css">
</head>
<body>
<form class="abc">
<img src="IMAGE.png">
<h1> VITEE-2019 </h1>
<br>
<h2> Online Test Booking System </h2>
<br>
<br>
<hr>
<strong> Book a seat</strong>
<hr>
<lable> Home :: <p1>Book a seat</p1></lable>
<br>
<br>
<p> Availability displayed here changes every second.please complete your booking quickly.
It is possible that seats that are shown as available may not be available,when you click the book link.
</p>
<br>
<br>
<label>Test name</label>
<input class="inpt" type="text" placeholder="VITEEe-2019">
<select></select>
<label><strong>Booking Start Date</strong>:27-Mar-2019</label>
<label><strong>Booking End Date</strong>:30-Mar-2019</label>
<br>
<br>
<label>State/International</label>
<input class="inpt" type="text" placeholder="DELHI">
<select></select>
<br>
<br>
<label>Test city</label>
<input class="inpt" type="text" placeholder="Delhi">
<select></select>
<br>
<br>
<lable> Subject chooseen for<br> VITEE-2019 </lable>
<input type="radio" value="PCME(Physics,Chemistry,Maths,English)-->Candidates are eligible for all B.Tech programs">
PCME(Physics,Chemistry,Maths,English)-->Candidates are eligible for all B.Tech programs</input>
<br>
<br>
<input type="radio" value="PCBE(Physics,Chemistry,Biology,English)-->Candidates are eligible for all B.Tech Bio-streamprograms">
PCME(Physics,Chemistry,Biology,English)-->Candidates are eligible for all B.Tech Bio-stream programs</input>
<br>
<br>
<lable><p2>Select the appropriate subject for VITEE-2019</p2></lable>
<br>
<br>
<label>Choose your test date preference</label>
<input class="inpt" type="date" placeholder="16-Apr-2019">
<select></select>
<br>
<br>
<label>Test center name</label>
<input class="inpt" type="text">
<select></select>
<br>
<table width=100% border="1">
<thead>
<tr>
<th>Test date</th>
<th>Test day</th>
<th>Test start time</th>
<th>Test end time</th>
<th>Available seats</th>
<th>Book</th>
</tr>
</thead>
<tbody>
<tr>
<th>16-Apr-2019</th>
<th>Tuesday</th>
<th>09:00 AM</th>
<th>11:30 AM</th>
<th>117</th>
<th>Book</th>
</tr>
<tr>
<th>16-Apr-2019</th>
<th>Tuesday</th>
<th>12:30 PM</th>
<th>03:00 PM</th>
<th>123</th>
<th>Book</th>
</tr>
<tr>
<th>16-Apr-2019</th>
<th>Tuesday</th>
<th>04:00 PM</th>
<th>06:30 PM</th>
<th>149</th>
<th>Book</th>
</tr>
</tbody>
</table>
<hr>
<lable> 2019 VIT,Vellore-032014,TamilNadu,India
</form>
</body>
</html>