-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathview_bus_schedule.php
More file actions
152 lines (137 loc) · 5.88 KB
/
Copy pathview_bus_schedule.php
File metadata and controls
152 lines (137 loc) · 5.88 KB
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
<!DOCTYPE html>
<head>
<title>View Vehicle Schedule</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
</head>
<body class="p-3 mb-2 bg-dark text-white">
<h1 class="d-flex justify-content-center">University Bus Management System</h1>
<h2 class="d-flex justify-content-center pb-4 pt-2">View Vehicle Schedule</h2>
<form>
<!-- ROW-1 Search by bus number -->
<div class="form-group row pt-4 mb-0 ">
<div class="col-lg-1 pt-0">
<!-- empty div to add space to left and right of col-2-->
</div>
<!-- setting mb-0 to remove space b/w rows to make admin session block-->
<div class="col-lg-2 ">
<h1>Admin</h1>
</div>
<div class="col-lg-1 pt-0">
<!-- empty div to add space b/w col-2 and col-4-->
</div>
<div class="col-lg-4 pl-4">
<!-- pd to separate col-2 from under row AND pl to push col-2 to right-->
</div>
<div class="col-lg-4 ">
</div>
</div>
<!--ROW-2 Search by bus Timing -->
<div class="form-group row mb-0 ">
<!-- setting mb-0 to remove space b/w rows to make admin session block-->
<div class="col-lg-1 pt-0">
<!-- empty div to add space to left and right of col-2-->
</div>
<div class="col-lg-2 ">
<a href="./add_bus_s.html" class="link-warning">Add Bus Schedule</a>
</div>
<div class="col-lg-1 pt-0">
<!-- empty div to add space b/w col-2 and col-4-->
</div>
<div class="col-lg-4 pb-4 pl-4">
<!-- pd to separate col-2 from under row AND pl to push col-2 to right-->
<p>Click the button to see vehicle schedule</p>
</div>
<div class="col-lg-1 ">
</div>
<div class="col-lg-2 pt-0 pb-4">
<a href="./add_bus_s.html">Add Bus Schedule</a>
</div>
</div>
<!--ROW-3 Search by bus route -->
<div class="form-group row mb-0 ">
<div class="col-lg-1 pt-0">
<!-- empty div to add space to left and right of col-2-->
</div>
<div class="col-lg-2 pb-4">
<a href="./add_bus_s.html">Add Bus Schedule</a>
</div>
<div class="col-lg-1 pt-0">
<!-- empty div to add space b/w col-2 and col-4-->
</div>
<div class="col-lg-4 pl-4 pb-4">
<!-- pd to separate col-2 from under row AND pl to push col-2 to right-->
<!-- <p>Use any of the following search bar </p> -->
</div>
<div class="col-lg-1 ">
</div>
<div class="col-lg-2 pt-0 pb-4">
<a href="./add_bus_s.html">Add Bus Schedule</a>
</div>
</div>
<!--ROW-4 Search by bus route -->
<div class="form-group row mb-0 ">
<div class="col-lg-1 pt-0">
<!-- empty div to add space to left of col-2-->
</div>
<div class="col-lg-2 pb-3">
<a href="./add_bus_s.html">Add Bus Schedule</a>
</div>
<div class="col-lg-1 pt-0">
<!-- empty div to add space b/w col-2 and col-4-->
</div>
<div class="col-lg-4 pl-4 pb-4">
<!-- pd to separate col-2 from under row AND pl to push col-2 to right-->
<button type="button" class="btn btn-secondary btn-lg btn-block">View Bus Schedule</button>
</div>
<div class="col-lg-1 ">
</div>
<div class="col-lg-2 pt-0 pb-4">
<a href="./add_bus_s.html">Add Bus Schedule</a>
</div>
</div>
<!--ROW-5 Search by bus route -->
<div class="form-group row mb-0 ">
<div class="col-lg-1 pt-0">
<!-- empty div to add space to left of col-2-->
</div>
<div class="col-lg-2 pt-0 pb-3">
<a href="./add_bus_s.html">Add Bus Schedule</a>
</div>
<div class="col-lg-1 pt-0">
<!-- empty div to add space b/w col-2 and col-4-->
</div>
<div class="col-lg-4 pb-4 pl-4">
<!-- pd to separate col-2 from under row AND pl to push col-2 to right-->
<button type="button" class="btn btn-secondary btn-lg btn-block">View Van Schedule</button>
</div>
<div class="col-lg-1 ">
</div>
<div class="col-lg-2 pt-0 pb-4">
<a href="./add_bus_s.html">Add Bus Schedule</a>
</div>
</div>
<!--ROW-6 Search by bus route -->
<div class="form-group row mb-0 pt-0 pb-0 ">
<div class="col-lg-1 pt-0">
<!-- empty div to add space to left of col-2-->
</div>
<div class="col-lg-2 pt-0 pb-3">
<a href="./add_bus_s.html">Add Bus Schedule</a>
</div>
<div class="col-lg-1 pt-0">
<!-- empty div to add space b/w col-2 and col-4-->
</div>
<div class="col-lg-4 pl-4 pb-4">
<!-- pd to separate col-2 from under row AND pl to push col-2 to right-->
<button type="button" class="btn btn-secondary btn-lg btn-block">View Carry Schedule</button>
</div>
<div class="col-lg-1 ">
</div>
<div class="col-lg-2 pt-0 pb-4">
<a href="./add_bus_s.html">Add Bus Schedule</a>
</div>
</div>
</form>
</body>
</html>