-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrecommendations.php
More file actions
347 lines (333 loc) · 13.3 KB
/
Copy pathrecommendations.php
File metadata and controls
347 lines (333 loc) · 13.3 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
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="img\studylah_logo.jpg" type="image/jpg">
<link rel="stylesheet" href="css\recommend.css">
<link rel="stylesheet" href="css\navbar.css">
<title>StudyLah</title>
</head>
<body>
<?php include('header.php');?>
<div class="all">
<div class="but">
<a href="studylocation.php"><button>Study Location</button></a>
<a href="recommendations.php"><button>Food</button></a>
</div>
<style>
.filterDiv { /*hide all items by default*/
display: none;
}
.show {
display: block;
}
.container {
margin-top: 20px;
overflow: hidden;
}
/* Style the buttons */
.btn {
border: none;
outline: none;
padding: 12px 16px;
background-color: #f1f1f1;
cursor: pointer;
color:black;
}
.btn:hover {
background-color: #ddd;
}
.btn.active {
background-color: #666;
color: white;
}
</style>
<div class="selection">
<div id="myBtnContainer">
<button id="mybutton" class="btn active" onclick="filterSelection('all')"> Show all</button>
<button class="btn" onclick="filterSelection('air')"> Air-Conditioned</button>
<button class="btn" onclick="filterSelection('non-ac')"> Non Air-Conditioned</button>
<button class="btn" onclick="filterSelection('halal')"> Have Halal Food</button>
<button class="btn" onclick="filterSelection('utown')"> UTown</button>
<button class="btn" onclick="filterSelection('drinks')"> Drinks</button>
<button class="btn" onclick="filterSelection('24')"> Operate 24/7</button>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function(event) {
document.getElementById("mybutton").click();
});
filterSelection("all")
function filterSelection(c) {
var x, i;
x = document.getElementsByClassName("filterDiv");
if (c == "all") c = "";
for (i = 0; i < x.length; i++) {
w3RemoveClass(x[i], "show");
if (x[i].className.indexOf(c) > -1) w3AddClass(x[i], "show");
}
}
function w3AddClass(element, name) {
var i, arr1, arr2;
arr1 = element.className.split(" ");
arr2 = name.split(" ");
for (i = 0; i < arr2.length; i++) {
if (arr1.indexOf(arr2[i]) == -1) {element.className += " " + arr2[i];}
}
}
function w3RemoveClass(element, name) {
var i, arr1, arr2;
arr1 = element.className.split(" ");
arr2 = name.split(" ");
for (i = 0; i < arr2.length; i++) {
while (arr1.indexOf(arr2[i]) > -1) {
arr1.splice(arr1.indexOf(arr2[i]), 1);
}
}
element.className = arr1.join(" ");
}
// Add active class to the current button (highlight it)
var btnContainer = document.getElementById("myBtnContainer");
var btns = btnContainer.getElementsByClassName("btn");
for (var i = 0; i < btns.length; i++) {
btns[i].addEventListener("click", function(){
var current = document.getElementsByClassName("active");
current[0].className = current[0].className.replace(" active", "");
this.className += " active";
});
}
</script>
<div class="middle container">
<div class="pictures filterDiv air halal"><img src="reco/BistroBox.JPG" alt="Bistro Box" ></div>
<div class="info filterDiv air halal">
<h2>Bistro Box</h2></br>
<p> Location: Faculty of Engineering / School of Design & Environment</br></br>
Operating Hours:</br>
Mon-Fri, 7.30am-9.00pm</br>
Sat, 7.30-am-3.00pm</br>
Sun/PH closed
</p>
</div>
<div class="pictures filterDiv air"><img src="reco/CentralSquare.JPG" alt="Central Square"></div>
<div class="info filterDiv air">
<h2>Central Square</h2></br>
<p>
Location: Yusof Ishak House Level 2 </br></br>
Operating Hours: </br>
Mon-Fri, 8.00am-8.00pm </br>
Sat, 8.00am-3.00pm </br>
Sun/PH closed
</p>
</div>
<div class="pictures filterDiv air halal utown"><img src="reco/FineFood.JPG" alt="Fine Food"></div>
<div class="info filterDiv air halal utown">
<h2>Fine Food</h2></br>
<p>
Location: Town Plaza (Utown)</br></br>
Operating Hours:</br>
Mon-Sun, 7.00am-10.00pm
</p>
</div>
<div class="pictures filterDiv air halal 24 utown"><img src="reco/Flavors.JPG" alt="Flavors"></div>
<div class="info filterDiv air halal 24 utown">
<h2>Flavors @ Utown</h2></br>
<p>
Location: UTown Stephen Riady Centre</br></br>
Operating Hours:</br>
Mon-Sun: 24 hours
</p>
</div>
<div class="pictures filterDiv non-ac halal"><img src="reco/foodclique.JPG" alt="Foodclique"></div>
<div class="info filterDiv non-ac halal">
<h2>Foodclique</h2></br>
<p>
Location: PGPR </br></br>
Operating Hours: </br>
Mon-Sun, 7.00am-9.30pm
</p>
</div>
<div class="pictures filterDiv non-ac halal"><img src="reco/frontier.JPG" alt="Frontier"></div>
<div class="info filterDiv non-ac halal">
<h2>Frontier</h2></br>
<p>
Location: Faculty of Science </br></br>
Operating Hours:</br>
Mon-Fri, 7.30am-4.00pm/8.00pm*</br>
Sat, 7.30-am-3.00pm</br>
Sun/PH closed
</p>
</div>
<div class="pictures filterDiv air utown"><img src="reco/Hwangs.JPG" alt="Hwang's Korean Restaurant"></div>
<div class="info filterDiv air utown">
<h2>Hwang's Korean Restaurant</h2></br>
<p>
Location: Town Plaza (Utown) </br></br>
Operating Hours:</br>
Mon-Sat, 10.00am-10.00pm</br>
Contact No: 9833 0603</br>
Sun/PH closed
</p>
</div>
<div class="pictures filterDiv air halal drinks"><img src="reco/maxxCoffee.JPG" alt="Maxx Coffee"></div>
<div class="info filterDiv air halal drinks">
<h2>Maxx Coffee</h2></br>
<p>
Location: Central Library </br></br>
Term Time Operating Hours: </br>
Mon-Fri: 9.00am-7.00pm</br>
Sat: 9.00am to 75.00pm</br>
Sun/PH: Closed</br></br>
Vacation Operating Hours:</br>
Mon-Fri: 9.00am to 5.00pm</br>
Sat-Sun/PH: Closed
</p>
</div>
<div class="pictures filterDiv drinks non-ac"><img src="reco/ninefresh.JPG" alt="Ninefresh" ></div>
<div class="info filterDiv non-ac drinks">
<h2>Ninefresh</h2></br>
<p>
Location: Faculty of Science</br></br>
Term Time Operating Hours:</br>
Mon-Sat, 11.00am – 8.00pm</br>
Sun/PH closed</br></br>
Vacation Operating Hours:</br>
Mon-Sat, 11.00am – 3.00pm</br>
Sun/PH closed
</p>
</div>
<div class="pictures filterDiv air halal"><img src="reco/PGPRAircon.JPG" alt="PGPR Aircon Food Court"></div>
<div class="info filterDiv air halal">
<h2>PGPR Aircon Food Court</h2></br>
<p>
Location: PGPR</br></br>
Operating Hours:</br>
Mon-Fri, 7.00am-8.30pm</br>
Sat, 8.00am-8.30pm</br>
Sun/PH, 8.00am-8.00pm
</p>
</div>
<div class="pictures filterDiv air drinks"><img src="reco/reedzCafe.JPG" alt="Reedz Cafe" ></div>
<div class="info filterDiv air drinks">
<h2>Reedz Cafe</h2></br>
<p>
Location: Shaw Foundation Alumni House</br></br>
Operating Hours:</br>
Mon-Fri, 8.30am-5.30pm</br>
Sat/Sun, 8.00am-3.00pm</br>
PH closed</br>
Contact No: 6774 5898
</p>
</div>
<div class="pictures filterDiv air utown"><img src="reco/sapro.JPG" alt="Sapore Italian Restaurant" ></div>
<div class="info filterDiv air utown">
<h2>Sapore Italian Restaurant</h2></br>
<p>
Location: Town Plaza (Utown)</br></br>
Operating Hours:</br>
Mon-Sun, 11.00am-10.00pm</br>
Contact No: 6262 0287
</p>
</div>
<div class="pictures filterDiv air halal drinks"><img src="reco/Starbucks.JPG" alt="Starbucks"></div>
<div class="info filterDiv air halal drinks">
<h2>Starbucks</h2></br>
<p>
Location: S9</br>
Operating Hours:</br>
Mon-Fri: 7.30am to 9.00pm</br>
Sat – Sun: Closed</br></br>
Location: Faculty of Engineering / School of Design & Environment</br>
Operating Hours:</br>
Mon-Fri: 7.30am to 8.00pm</br>
Sat-Sun: Closed
</p>
</div>
<div class="pictures filterDiv non-ac halal"><img src="reco/Subway.JPG" alt="Subway"></div>
<div class="info filterDiv non-ac halal">
<h2>Subway</h2></br>
<p>
Location: Yusof Ishak House</br></br>
Halal Certified</br>
Term Time Operating Hours:</br>
Mon-Sun, 10.00am-10.00pm</br>
Vacation Operating Hours:</br>
Mon-Sun, 10.00am-4.00pm
</p>
</div>
<div class="pictures filterDiv non-ac halal"><img src="reco/TechnoEdge.JPG" alt="Techno Edge"></div>
<div class="info filterDiv non-ac halal">
<h2>Techno Edge</h2></br>
<p>
Location: Faculty of Engineering / School of Design & Environment</br></br>
Operating Hours:</br>
Mon-Fri, 7.30am-4.00pm/8.00pm*</br>
Sat, 7.30-am-3.00pm</br>
Sun/PH closed
</p>
</div>
<div class="pictures filterDiv air drinks"><img src="reco/TheCoffeeRoaster.JPG" alt="The Coffee Roaster"></div>
<div class="info filterDiv air drinks">
<h2>The Coffee Roaster</h2></br>
<p>
Location: Blk AS8</br></br>
Term Time Operating Hours:</br>
Mon-Fri, 7.30am-7.00pm</br>
Sat, 9.00am-5.00pm</br>
Sun/PH closed</br></br>
Vacation Operating Hours:</br>
Mon-Fri, 7.30am-5.30pm</br>
Sat/Sun/PH closed
</p>
</div>
<div class="pictures filterDiv non-ac halal"><img src="reco/TheDeck.jpg" alt="The Deck"></div>
<div class="info filterDiv non-ac halal">
<h2>The Deck</h2></br>
<p>
Location: Faculty of Arts & Social Sciences</br></br>
Operating Hours: </br>
Mon-Fri, 7.30am-4.00pm/8.00pm*</br>
Sat,7.30am-3.00pm</br>
Sun/PH closed
</p>
</div>
<div class="pictures filterDiv air halal utown"><img src="reco/TheRoyalBistrol.jpg" alt="The Royal Bistro"></div>
<div class="info filterDiv air halal utown">
<h2>The Royal Bistro</h2></br>
<p>
Location: Town Plaza (UTown)</br></br>
Halal Certified </br>
Operating Hours: </br>
Mon-Sat, 11.00am-8.30pm</br>
Sun/PH closed
</p>
</div>
<div class="pictures filterDiv air utown"><img src="reco/TheUdonBar.jpg" alt="Udon Don Bar"></div>
<div class="info filterDiv air utown">
<h2>Udon Don Bar</h2></br>
<p>
Location: Town Plaza (UTown)</br></br>
Operating Hours: </br>
Mon-Sat, 11.00am-10.00pm</br>
Sun/PH closed
</p>
</div>
<div class="pictures filterDiv air utwon"><img src="reco/WaaCow.jpg" alt="Waa Cow"></div>
<div class="info filterDiv air utwon">
<h2>Waa Cow</h2></br>
<p>
Location: Stephen Riady Centre (SRC) (UTown)</br></br>
Term Time Operating Hours:</br>
Mon-Thu, 11.30am-7.30pm</br>
Fri, 11.30am-9.30pm</br>
Sat, 12.00pm-3.00pm</br>
Sun/PH closed</br>
Vacation Operating Hours:</br>
Mon-Fri, 11.30am-5.30pm</br>
Sat, 12.00pm-3.00pm</br>
Sun/PH closed
</p>
</div>
</div>
</div>
</body>