-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchoosespace.html
109 lines (103 loc) · 3.37 KB
/
choosespace.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
<!DOCTYPE html>
<html>
<head>
<title>Parking Lot</title>
<link rel="stylesheet" type="text/css" href="styles1.css">
</head>
<body>
<title>Choosing parking slot</title>
<div class="container">
<div class="floor-selector">
<button class="floor-button active">1st Floor</button>
<button class="floor-button">2nd Floor</button>
<button class="floor-button">3th Floor</button>
<button class="floor-button">4th F</button>
</div>
<div class="parking-lot">
<div class="slot" data-slot-number="1"><form action="Payment.html">
<button type="submit">
<img src="images/car.jpg" alt="1">
</button>
</form></div>
<div class="slot" data-slot-number="2">
<form action="Payment.html">
<button type="submit">
<img src="images/car.jpg" alt="1">
</button>
</form></div>
<div class="slot" data-slot-number="3"><form action="Payment.html">
<button type="submit">
<img src="images/car.jpg" alt="1">
</button>
</form></div>
<div class="slot" data-slot-number="3"><form action="Payment.html">
<button type="submit">
<img src="images/car.jpg" alt="1">
</button>
</form></div>
<div class="slot" data-slot-number="4"> <form action="Payment.html">
<button type="submit">
<img src="images/car.jpg" alt="1">
</button>
</form></div>
<div class="slot" data-slot-number="5"><form action="Payment.html">
<button type="submit">
<img src="images/car.jpg" alt="1">
</button>
</form></div>
<div class="slot" data-slot-number="6"><form action="Payment.html">
<button type="submit">
<img src="images/car.jpg" alt="1">
</button>
</form></div>
<div class="slot" data-slot-number="7"><form action="Payment.html">
<button type="submit">
<img src="images/car.jpg" alt="1">
</button>
</form></div>
<div class="slot" data-slot-number="8"><form action="Payment.html">
<button type="submit">
<img src="images/car.jpg" alt="1">
</button>
</form></div>
<div class="slot" data-slot-number="8"><form action="Payment.html">
<button type="submit">
<img src="images/car.jpg" alt="1">
</button>
</form></div>
<div class="slot" data-slot-number="8"><form action="Payment.html">
<button type="submit">
<img src="images/car.jpg" alt="1">
</button>
</form></div>
<div class="slot" data-slot-number="8"><form action="Payment.html">
<button type="submit">
<img src="images/car.jpg" alt="1">
</button>
</form></div>
<div class="slot" data-slot-number="8"><form action="Payment.html">
<button type="submit">
<img src="images/car.jpg" alt="1">
</button>
</form>></div>
<div class="slot" data-slot-number="8">
<form action="Payment.html">
<button type="submit">
<img src="images/car.jpg" alt="1">
</button>
</form>
</div>
</div>
<!-- Add more slots as needed -->
</div>
<!-- Add more levels and spaces as needed -->
</div>
</div>
<div class="pagination">
<button class="prev">Previous</button>
<span>1/3</span>
<button class="next">Next</button>
</div>
</div>
</body>
</html>