-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHomePage.html
258 lines (191 loc) · 5.5 KB
/
HomePage.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
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
<!DOCTYPE html>
<html>
<head>
<LINK href="style.css" rel="stylesheet" type="text/css">
<!-- THE JS FILE DOING ALL JS PROCESS IN THE PAGE -->
<script src="OrderingProcess.js"></script>
<meta charset = "utf-8">
<title></title>
<script language="JavaScript">
</script>
<style type = "text/css">
</style>
</head>
<body>
<center>
<div class="logo_div">
</div>
<h3><b> Please select your order by clicking on the picture</b> </h3>
</br><h3> Your order will be placed under the menu </h3>
<div class="menu_div">
<table border="1" cellspacing="10" cellpadding="10">
<caption>
Menu
<caption>
<thead>
</thead>
<tbody>
<tr>
<td style='background-color:rgb(153,255,102)'>
Cakes
</td>
<td style='background-color:rgb(153,255,102)'>
Drinks
</td>
<td style='background-color:rgb(153,255,102)'>
Meals
</td>
<td style='background-color:rgb(153,255,102)'>
Pizzas
</td>
<td style='background-color:rgb(153,255,102)'>
Sandwiches
</td>
<td style='background-color:rgb(153,255,102)'>
Vegetables
</td>
</tr>
<tr>
<td>
<img alt="Frosty White Dumplings" src="MenuImages/C1.jpg" width="100px" height="100px" onclick="AddToList('Frosty White Dumplings','6.00');" /></br>
Frosty White Dumplings </br>
$6.00
</td>
<td>
<img alt="Coffee" src="MenuImages/D1.jpg" width="100px" height="100px" onclick="AddToList('Coffee','2.40');"/></br>
Coffee </br>
$2.40
</td>
<td>
<img alt="Beef Teriyaki" src="MenuImages/M1.jpg" width="100px" height="100px" onclick="AddToList('Beef Teriyaki','12.35');"/></br>
Beef Teriyaki </br>
$12.35
</td>
<td>
<img alt="Mushroom Pizza" src="MenuImages/P1.jpg" width="100px" height="100px" onclick="AddToList('Mushroom Pizza','12.00');"/></br>
Mushroom Pizza </br>
$12.00
</td>
<td>
<img alt="Seafood Sandwich" src="MenuImages/S1.jpg" width="100px" height="100px" onclick="AddToList('Seafood Sandwich','4.50');"/></br>
Seafood Sandwich </br>
$4.50
</td>
<td>
<img alt="Fruit Salad" src="MenuImages/V1.jpg" width="100px" height="100px" onclick="AddToList('Fruit Salad','5.35');"/></br>
Fruit Salad </br>
$5.35
</td>
</tr>
<tr>
<td>
<img alt="Jelly Doughnuts" src="MenuImages/C2.jpg" width="100px" height="100px" onclick="AddToList('Jelly Doughnuts','4.00');"/></br>
Jelly Doughnuts </br>
$4.00
</td>
<td>
<img alt="Coffee Latte" src="MenuImages/D2.jpg" width="100px" height="100px" onclick="AddToList('Coffee Latte','4.50');"/></br>
Coffee Latte </br>
$4.50
</td>
<td>
<img alt="Chicken Grill" src="MenuImages/M2.jpg" width="100px" height="100px" onclick="AddToList('Chicken Grill','8.50');"/></br>
Chicken Grill </br>
$8.50
</td>
<td>
<img alt="Veggie Pizza" src="MenuImages/P2.jpg" width="100px" height="100px" onclick="AddToList('Veggie Pizza','13.00');"/></br>
Veggie Pizza </br>
$13.00
</td>
<td>
<img alt="Deli Sandwich" src="MenuImages/S2.jpg" width="100px" height="100px" onclick="AddToList('Deli Sandwich','5.50');"/></br>
Deli Sandwich </br>
$5.50
</td>
<td>
<img alt="Veggie Mix Salad" src="MenuImages/V2.jpg" width="100px" height="100px" onclick="AddToList('Veggie Mix Salad','4.65');"/></br>
Veggie Mix Salad </br>
$4.65
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
<td>
<img alt="Grill Chicken" src="MenuImages/M5.jpg" width="100px" height="100px" onclick="AddToList('Grill Chicken','12.35');"/></br>
Grill Chicken </br>
$12.35
</td>
<td>
<img alt="Seafood and Salad Pizza" src="MenuImages/P3.jpg" width="100px" height="100px" onclick="AddToList('Seafood and Salad Pizza','14.00');"/></br>
Seafood and Salad Pizza </br>
$14.00
</td>
<td>
<img alt="Double Burger" src="MenuImages/S3.jpg" width="100px" height="100px" onclick="AddToList('Double Burger','4.50');"/></br>
Double Burger </br>
$4.50
</td>
<td>
<img alt="Yellow Rice and Salad" src="MenuImages/V3.jpg" width="100px" height="100px" onclick="AddToList('Yellow Rice and Salad','6.45');"/></br>
Yellow Rice and Salad </br>
$6.45
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
<td>
<img alt="Grill Steak" src="MenuImages/M3.jpg" width="100px" height="100px" onclick="AddToList('Grill Steak','11.50');"/></br>
Grill Steak </br>
$11.50
</td>
<td>
<img alt="Avocado Pizza" src="MenuImages/P4.jpg" width="100px" height="100px" onclick="AddToList('Avocado Pizza','14.00');"/></br>
Avocado Pizza </br>
$14.00
</td>
<td>
<img alt="Meat Patty Burger" src="MenuImages/S4.jpg" width="100px" height="100px" onclick="AddToList('Meat Patty Burger','5.50');"/></br>
Meat Patty Burger </br>
$5.50
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
<td>
<img alt="Grill Prawn" src="MenuImages/M4.jpg" width="100px" height="100px" onclick="AddToList('Grill Prawn','5.35');"/></br>
Grill Prawn
$5.35
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
</tbody>
</table>
</div>
<div id="OrderList" class="orderlist_div">
</div>
<div id="TotalPrice" class="totalprice_div">
</div>
<div class="control_div">
<input type='button' value='Delivery' onclick='Delivery()' />
<input type='button' value='Pick Up' onclick='PickUp()'/>
</div>
</center>
</body>
</html>