Commit c05caa04 authored by Sven Franck's avatar Sven Franck

data: fixed JSON errors

parent 70da246a
[
{"text": "Facture électronique sans surcoût", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.electronic", "class":"translate", "value":"electronic"},
{"text": "Facture papier pour 0,85 € par mois", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.paper", "class":"translate", "value":"paper"},
{"text": "Facture papier pour 0,85 € par mois", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.paper", "class":"translate", "value":"paper"}
]
\ No newline at end of file
......@@ -2,5 +2,5 @@
{"text": "Francaise", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.french", "class":"translate", "value":"F"},
{"text": "Anglaise", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.english", "class":"translate", "value":"EN"},
{"text": "Allemandes", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.german", "class":"translate", "value":"DE"},
{"text": "Nederlands", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.dutch", "class":"translate", "value":"NL"},
{"text": "Nederlands", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.dutch", "class":"translate", "value":"NL"}
]
\ No newline at end of file
[
{"text": "", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.electronic", "class":"translate", "value":"electronic"},
{"text": "", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.paper", "class":"translate", "value":"paper"},
{"text": "", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.paper", "class":"translate", "value":"paper"}
]
\ No newline at end of file
[
{"text": "Mme", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.mrs", "class":"translate", "value":"madame"},
{"text": "Mlle", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.ms", "class":"translate", "value":"monsieur"},
{"text": "M", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.mr", "class":"translate", "value":"mademoiselle"},
{"text": "M", "text_i18n":"portal_type_dict.sales_order_dict.text_dict.mr", "class":"translate", "value":"mademoiselle"}
]
\ No newline at end of file
......@@ -59,7 +59,7 @@
"logic": {"text": "Vous empruntez l’autoroute au moins 1 fois par mois."}
}, {
"type": "span",
"direct": {"className": "translate"},
"direct": {"className": "translate offer_tag"},
"attributes": {"data-i18n": "global_dict.once_price"},
"logic": {"text": "1.25 € par mois"}
}, {
......@@ -79,7 +79,7 @@
"generate": "widget",
"type": "controlbar",
"property_dict": {
"class_list": "span_3 responsive"
"class_list": "span_3"
},
"children": [{
"type": "div",
......@@ -99,11 +99,11 @@
"children": [{
"type": "span",
"direct": {"className": "translate"},
"attributes": {"data-i18n": "global_dict.view_times"},
"attributes": {"data-i18n": "global_dict.view_info"},
"logic": {"text": "Vous ne prenez l’autoroute que quelques fois par an."}
}, {
"type": "span",
"direct": {"className": "translate"},
"direct": {"className": "translate offer_tag"},
"attributes": {"data-i18n": "global_dict.view_times"},
"logic": {"text": "1.6 € par mois"}
}, {
......@@ -124,7 +124,7 @@
"generate": "widget",
"type": "controlbar",
"property_dict": {
"class_list": "span_3 responsive"
"class_list": "span_3"
},
"children": [{
"type": "div",
......@@ -144,12 +144,12 @@
"children": [{
"type": "span",
"direct": {"className": "translate"},
"attributes": {"data-i18n": "global_dict.enterprice"},
"attributes": {"data-i18n": "global_dict.enterprise"},
"logic": {"text": "Vous représentez une enterprise."}
}, {
"type": "span",
"direct": {"className": "translate"},
"attributes": {"data-i18n": "global_dict.enterprice_price"},
"direct": {"className": "translate offer_tag_small"},
"attributes": {"data-i18n": "global_dict.enterprise_price"},
"logic": {"text": "Cliquez ici pour voir l’offre la plus adaptée à vos besoins"}
}, {
"type": "span",
......@@ -159,7 +159,7 @@
}]
}, {
"type": "a",
"direct": {"className": "ui-btn-inline ui-btn ui-corner-all ui-icon-carat-r ui-btn-icon-right", "href": "#subscription"},
"direct": {"className": "pad ui-btn-inline ui-btn ui-corner-all ui-icon-carat-r ui-btn-icon-right", "href": "#subscription"},
"attributes": {"data-i18n": "global_dict.subscribe"},
"logic": {"text":"J'en profite"}
}]
......@@ -169,7 +169,7 @@
"generate": "widget",
"type": "controlbar",
"property_dict": {
"class_list": "span_1 responsive"
"class_list": "span_1"
},
"children":[{
"type": "div",
......@@ -188,7 +188,7 @@
"logic": {"plain_link":true},
"children": [{
"type": "span",
"direct": {"className": "translate"},
"direct": {"className": "translate offer_tag"},
"attributes": {"data-i18n": "global_dict.holiday"},
"logic": {"text": "Passez au Télépéage avec vos Chèques-Vacances"}
}, {
......@@ -221,6 +221,7 @@
"type":"listview",
"property_dict": {
"inset": true,
"class_list": "reverse",
"map_children": "listItem"
},
"children": [
......
......@@ -11,13 +11,13 @@
},
"view_dict": {
"default": [{
"url": "order.json"
"href": "order"
}],
"personal": [{
"url": "personal_data.json"
"href": "personal_data"
}],
"order": [{
"url": "validate_order.json"
"href": "validate_order"
}]
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment