Compare commits
No commits in common. "be51faf351228f0ee441ebc23fbf13037d00eb4a" and "272e26bfc95b41983abc140c7f539dc989a47349" have entirely different histories.
be51faf351
...
272e26bfc9
|
@ -4,7 +4,6 @@
|
||||||
--b9h-color-fg: #b3bfb6;
|
--b9h-color-fg: #b3bfb6;
|
||||||
--b9h-color-accent: #ff5821;
|
--b9h-color-accent: #ff5821;
|
||||||
--b9h-color-green: #1cd95f;
|
--b9h-color-green: #1cd95f;
|
||||||
--b9h-color-red: #f72520;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
|
|
@ -114,52 +114,6 @@ let ParkingStephanie = {
|
||||||
address: "Rdpt Duboys d'Angers - 06400 Cannes",
|
address: "Rdpt Duboys d'Angers - 06400 Cannes",
|
||||||
tel: "+33 9 70 140 111",
|
tel: "+33 9 70 140 111",
|
||||||
email: "contact-france@interparking.com",
|
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 €",
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -189,46 +143,6 @@ let ParkingPantiero = {
|
||||||
address: "Promenade de La Pantiero - 06400 Cannes",
|
address: "Promenade de La Pantiero - 06400 Cannes",
|
||||||
tel: "+33 4 89 82 23 23",
|
tel: "+33 4 89 82 23 23",
|
||||||
email: "cannesparking@ville-cannes.fr",
|
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 €",
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue