-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
173 lines (161 loc) · 5.99 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Setores do Allianz Parque</title>
<link rel="stylesheet" type="text/css" href="estilos.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
</head>
<body>
<div class="container" onclick="toggleContainer('setores')">
<h2>SETORES DO ALLIANZ PARQUE</h2>
<table id="setores" class="escondido">
<thead>
<tr>
<th>Setor</th>
<th>Blocos</th>
<th>Acesso</th>
</tr>
</thead>
<tbody>
<tr>
<td data-label="Setor">CENTRAL OESTE</td>
<td data-label="Blocos">101-106</td>
<td data-label="Acesso">Portão A - Rua Palestra Itália</td>
</tr>
<tr>
<td data-label="Setor">GOL NORTE</td>
<td data-label="Blocos">107-119</td>
<td data-label="Acesso">Portão B - Av. Francisco Matarazzo</td>
</tr>
<tr>
<td data-label="Setor">CENTRAL LESTE</td>
<td data-label="Blocos">120-125</td>
<td data-label="Acesso">Portão C - Rua Padre Antônio Tomás</td>
</tr>
<tr>
<td data-label="Setor">GOL SUL</td>
<td data-label="Blocos">126-138</td>
<td data-label="Acesso">Portão A - Rua Palestra Itália</td>
</tr>
<tr>
<td data-label="Setor">SUPERIOR OESTE</td>
<td data-label="Blocos">501-507</td>
<td data-label="Acesso">Portão A - Rua Palestra Itália</td>
</tr>
<tr>
<td data-label="Setor">SUPERIOR NORTE</td>
<td data-label="Blocos">508-519</td>
<td data-label="Acesso">Portão B - Av. Francisco Matarazzo</td>
</tr>
<tr>
<td data-label="Setor">SUPERIOR LESTE</td>
<td data-label="Blocos">520-525</td>
<td data-label="Acesso">Portão B - Av. Francisco Matarazzo</td>
</tr>
<tr>
<td data-label="Setor">VISITANTE</td>
<td data-label="Blocos">526-530</td>
<td data-label="Acesso">Portão D - Rua Padre Antônio Tomás</td>
</tr>
<tr>
<td data-label="Setor">SUPERIOR SUL</td>
<td data-label="Blocos">531-537</td>
<td data-label="Acesso">Portão A - Rua Palestra Itália</td>
</tr>
</tbody>
</table>
</div>
<div class="container" onclick="toggleContainer('portoes')">
<h2>PORTÕES</h2>
<table id="portoes" class="escondido">
<thead>
<tr>
<th>Portão</th>
<th>Descrição</th>
</tr>
</thead>
<tbody>
<tr>
<td data-label="Portão">Portão A</td>
<td data-label="Descrição">Gol Sul, Central Oeste, Superior Sul, Superior Oeste</td>
</tr>
<tr>
<td data-label="Portão">Portão A1</td>
<td data-label="Descrição">Imprensa</td>
</tr>
<tr>
<td data-label="Portão">Portão B</td>
<td data-label="Descrição">Gol Norte, Superior Norte, Superior Leste</td>
</tr>
<tr>
<td data-label="Portão">Portão B1</td>
<td data-label="Descrição">Credenciamento</td>
</tr>
<tr>
<td data-label="Portão">Portão C</td>
<td data-label="Descrição">Central Leste, Camarote Fanzone</td>
</tr>
<tr>
<td data-label="Portão">Portão C1</td>
<td data-label="Descrição">Camarotes (Business Club, Premium Lounge, Camarotes 3º (301-378), Camarotes 4º (401-496) e Lounge A1)</td>
</tr>
<tr>
<td data-label="Portão">Portão D</td>
<td data-label="Descrição">Visitante</td>
</tr>
</tbody>
</table>
</div>
<div class="container" onclick="toggleContainer('informacoes')">
<h2>INFORMAÇÕES ÚTEIS</h2>
<table id="informacoes" class="escondido">
<thead>
<tr>
<th>Item</th>
<th>Descrição</th>
</tr>
</thead>
<tbody>
<tr>
<td data-label="Item">Ambulatórios</td>
<td data-label="Descrição">Setores 103 e 115</td>
</tr>
<tr>
<td data-label="Item">PNE</td>
<td data-label="Descrição">124 - Central Leste, 128 - Gol Sul, 137 - Gol Sul, 105 - Central Oeste</td>
</tr>
<tr>
<td data-label="Item">Ouvidoria</td>
<td data-label="Descrição">Setor 118</td>
</tr>
</tbody>
</table>
</div>
<div class="img-container">
<img id="myImg" src="mapa-allianz-parque.png" alt="Mapa Allianz Parque" style="max-width:300px;">
<div id="myModal" class="modal">
<span class="close">×</span>
<img class="modal-content" id="img01">
</div>
</div>
<script>
function toggleContainer(containerId) {
var container = document.getElementById(containerId);
container.classList.toggle('escondido');
}
// Modal Image script
var modal = document.getElementById("myModal");
var img = document.getElementById("myImg");
var modalImg = document.getElementById("img01");
var span = document.getElementsByClassName("close")[0];
img.onclick = function() {
modal.style.display = "block";
modalImg.src = this.src;
}
span.onclick = function() {
modal.style.display = "none";
}
</script>
</body>
</html>