diff --git a/proj/map/asset/js/parking.js b/proj/map/asset/js/parking.js index 87f0085..45cedc8 100644 --- a/proj/map/asset/js/parking.js +++ b/proj/map/asset/js/parking.js @@ -114,6 +114,52 @@ let ParkingStephanie = { address: "Rdpt Duboys d'Angers - 06400 Cannes", tel: "+33 9 70 140 111", email: "contact-france@interparking.com", + }, + prix : { + tabtype: "prix", + txt : { + fr: "Pour les forfaits, demander à l'accueil du parking à l'arrivée. Sonner à l'interphone si besoin.", + en: "For packages, ask at the parking lot reception upon arrival. Ring the intercom if necessary.", + it: "Per i pacchetti, chiedere alla reception del parcheggio all'arrivo. Se necessario, suonare il citofono.", + }, + list : { + /* h1 : { + nameFR: "1h", + nameEN: "1h", + nameIT: "1h", + price: "", + },*/ + h24 : { + nameFR: "24h", + nameEN: "24h", + nameIT: "24h", + price: "28 €", + }, + j4 : { + nameFR: "Forfait 4 jours", + nameEN: "4-day package", + nameIT: "Pacchetto 4 giorni", + price: "110 €", + }, + j7 : { + nameFR: "Forfait 7 jours", + nameEN: "7-day package", + nameIT: "Pacchetto 7 giorni", + price: "185 €", + }, + j10 : { + nameFR: "Forfait 10 jours", + nameEN: "10-day package", + nameIT: "Pacchetto 10 giorni", + price: "220 €", + }, + j15 : { + nameFR: "Forfait 15 jours", + nameEN: "15-day package", + nameIT: "Pacchetto 15 giorni", + price: "250 €", + } + } } } } @@ -143,6 +189,46 @@ let ParkingPantiero = { address: "Promenade de La Pantiero - 06400 Cannes", tel: "+33 4 89 82 23 23", email: "cannesparking@ville-cannes.fr", + }, + prix : { + tabtype: "prix", + txt : { + fr: "Pour les forfaits, demander à l'accueil du parking à l'arrivée. Sonner à l'interphone si besoin.", + en: "For packages, ask at the parking lot reception upon arrival. Ring the intercom if necessary.", + it: "Per i pacchetti, chiedere alla reception del parcheggio all'arrivo. Se necessario, suonare il citofono.", + }, + list : { + h24 : { + nameFR: "24h", + nameEN: "24h", + nameIT: "24h", + price: "22,40 €", + }, + j4 : { + nameFR: "Forfait 4 jours", + nameEN: "4-day package", + nameIT: "Pacchetto 4 giorni", + price: "66,70 €", + }, + j7 : { + nameFR: "Forfait 7 jours", + nameEN: "7-day package", + nameIT: "Pacchetto 7 giorni", + price: "89,70 €", + }, + j10 : { + nameFR: "Forfait 10 jours", + nameEN: "10-day package", + nameIT: "Pacchetto 10 giorni", + price: "105,40 €", + }, + j15 : { + nameFR: "Forfait 15 jours", + nameEN: "15-day package", + nameIT: "Pacchetto 15 giorni", + price: "136,90 €", + } + } } } }