-
Notifications
You must be signed in to change notification settings - Fork 0
/
PannelloModificaCasa.html
286 lines (272 loc) · 8.16 KB
/
PannelloModificaCasa.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="css/FoglioDiStile.css" />
<title>Nuova casa</title>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favicon/android-chrome-192x192.png"
/>
<link rel="stylesheet" type="text/css" href="css/FoglioDiStile.css" />
<meta name="”description”" content="””" />
<meta name="”keywords”" content="””" />
<!-- Fonte per le icone-> https://ionicons.com/ -->
<!-- Fonte per le immagini (copyright free)-> https://www.pexels.com/ -->
</head>
<!--Inizio header-->
<header>
<!--menu di navigazione-->
<nav>
<ul>
<div class="barraDiRicerca">
<li>
<input
class="testo_nero"
type="search"
placeholder="Cerca nel sito"
/><button class="bottoneRicerca" type="submit">Cerca</button>
</li>
</div>
<li>
<a href="./SchermataPrincipale.html"
><ion-icon name="home"></ion-icon> Home</a
>
</li>
<li>
<a href="#"
><ion-icon name="log-in"></ion-icon>Entra nel sito<span
style="font-size: 8px"
>∇</span
></a
>
<ul>
<li>
<form action="/reindirizzamentoAccesso" method="GET">
<button
id="btnTrasparente"
type="submit"
style="margin-left: 4%"
>
<a style="color: black">Accedi</a>
</button>
</form>
</li>
<li>
<form action="/reindirizzamentoIscrizione" method="GET">
<button
id="btnTrasparente"
type="submit"
style="margin-left: 4%"
>
<a style="color: black">Iscriviti</a>
</button>
</form>
</li>
</ul>
</li>
<li>
<a href="./Dove_siamo.html"
><ion-icon name="locate"></ion-icon> Dove siamo</a
>
</li>
<li>
<a href="./Contatti.html"
><ion-icon name="mail"></ion-icon> Contatti</a
>
</li>
</ul>
</nav>
<!-- Fine menu di navigazione-->
</header>
<!--Fine header-->
<body>
<div class="contenutoPannelli">
<h1>PANNELLO NUOVA CASA</h1>
<div class="modulo">
<form action="/modificaCasa" method="POST">
<label for="nome_casa_nc">Nome Casa</label>
<input
class="testo_nero"
type="text"
name="nome_casa_nc"
id=""
required
/>
<br />
<label for="indirizzo_nc">Indirizzo Casa</label>
<input
class="testo_nero"
type="text"
name="indirizzo_nc"
id=""
required
/>
<br />
<label for="citta_nc">Città</label>
<input
class="testo_nero"
type="text"
name="citta_nc"
id=""
required
/>
<br />
<label for="beb_nc">B&B</label>
<input class="testo_nero" type="checkbox" name="beb_nc" id="" />
<br />
<label for="casa_vacanza_nc">Casa Vacanza</label>
<input
class="testo_nero"
type="checkbox"
name="casa_vacanza_nc"
id=""
/>
<br />
<label for="camere_nc">Numero Camere</label>
<input
class="testo_nero"
type="number"
name="camere_nc"
id=""
required
/>
<br />
<label for="bagni_nc">Numero Bagni</label>
<input
class="testo_nero"
type="number"
name="bagni_nc"
id=""
required
/>
<br />
<label for="perimetro_nc">Perimetro Casa (metri quadri)</label>
<input
class="testo_nero"
type="number"
name="perimetro_nc"
id=""
required
/>
<br />
<label for="tariffa_nc">Tariffa Giornaliera (euro)</label>
<input
class="testo_nero"
type="number"
name="tariffa_nc"
id=""
required
/>
<br />
<label for="capienza_nc">Numero massimo residenti</label>
<input
class="testo_nero"
type="number"
name="capienza_nc"
id=""
required
/>
<br />
<label for="tasse_nc">Tasse di soggiorno (euro)</label>
<input
class="testo_nero"
type="number"
name="tasse_nc"
id=""
required
/>
<br />
<label for="fasciatoio_nc">Fasciatoio</label>
<input type="checkbox" name="fasciatoio_nc" id="" />
<br />
<label for="segnalatore_fumo_nc">Segnalatori Fumo</label>
<input type="checkbox" name="segnalatore_fumo_nc" id="" />
<br />
<label for="servizi_disabili_nc">Servizi Disabili</label>
<input type="checkbox" name="servizi_disabili_nc" id="" />
<br />
<label for="animali_nc">Animali</label>
<input type="checkbox" name="animali_nc" id="" />
<br />
<label for="cucina_nc">Cucina</label>
<input type="checkbox" name="cucina_nc" id="" />
<br />
<label for="prima_data_nc">Primo giorno di disponibilità</label>
<input
class="testo_nero"
type="date"
name="prima_data_nc"
id=""
required
/>
<br />
<label for="ultima_data_nc">Ultimo giorno di disponibilità</label>
<input class="testo_nero" type="date" name="ultima_data_nc" id="" />
<br />
<label for="no_last_nc"
>Non c'è un ultimo giorno di disponibilità</label
>
<input class="testo_nero" type="checkbox" name="no_last_nc" id="" />
<br />
<label for="descrizione_nc"
>Una breve descrizione della tua casa...</label
>
<input class="testo_nero; boxDescrizione" type="text" name="descrizione_nc" id="" />
<br />
<br />
<br />
<button id="btnPannello" type="submit">Aggiungi Casa</button>
</form>
</div>
</div>
<!--Inizio footer-->
<footer>
<div class="colonne-footer">
<div class="colonna-sinistra">
<div class="footer-GEDAName">
<small>©GEDA GROUP</small>
</div>
<br />
<!--logo footer-->
<img id="logoFooter" src="img/B&B_LOGO.jpg" alt="B&B LOGO" />
</div>
<div class="colonna-centrale">
<div class="contatti">
<strong><h4>Contattaci:</h4></strong>
<p><a href="[email protected]">[email protected]</a></p>
</div>
<div class="footer-infoSuDiNoi">
<span>
<p>091 123456789</p>
<br /><br />
<p>Dove trovarci:</p>
<br />
<p>Via Esempio n1</p>
</span>
<strong><h4>Note legali</h4></strong>
</div>
</div>
<div class="colonna-destra">
<div class="icone-social">
<h4>Seguici</h4>
<a href="#"
><i> <img src="img/Logo_FB.png" alt="Facebook" /> </i
></a>
<a href="#"
><i><img src="img/Logo_IG.png" alt="Instagram" /> </i
></a>
<a href="#"
><i><img src="img/Logo_whatsapp.png" alt="Whatsapp" /> </i
></a>
</div>
</div>
</div>
</footer>
<!--Fine footer-->
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
</body>
</html>