Commit b800f367 authored by Sven Franck's avatar Sven Franck

data: reorganized elements

parent f4fa2458
...@@ -30,12 +30,17 @@ ...@@ -30,12 +30,17 @@
] ]
} }
] ]
},{ },
{
"generate": "widget", "generate": "widget",
"type": "controlbar", "type": "controlbar",
"property_dict": { "property_dict": {
"class_list": "span_3" "class_list": "responsive"
}, },
"children":[
{
"type": "div",
"direct": {"className": "span_3"},
"children": [ "children": [
{ {
"type": "div", "type": "div",
...@@ -73,14 +78,13 @@ ...@@ -73,14 +78,13 @@
"direct": {"className": "ui-btn-inline ui-btn ui-corner-all ui-icon-carat-r ui-btn-icon-right", "href": "#subscription"}, "direct": {"className": "ui-btn-inline ui-btn ui-corner-all ui-icon-carat-r ui-btn-icon-right", "href": "#subscription"},
"attributes": {"data-i18n": "global_dict.subscribe"}, "attributes": {"data-i18n": "global_dict.subscribe"},
"logic": {"text":"J'en profite"} "logic": {"text":"J'en profite"}
}] }
}] ]
}
]
}, { }, {
"generate": "widget", "type": "div",
"type": "controlbar", "direct": {"className": "span_3"},
"property_dict": {
"class_list": "span_3"
},
"children": [{ "children": [{
"type": "div", "type": "div",
"direct": {"className": "offer rose background ui-corner-all"}, "direct": {"className": "offer rose background ui-corner-all"},
...@@ -121,11 +125,8 @@ ...@@ -121,11 +125,8 @@
} }
] ]
}, { }, {
"generate": "widget", "type": "div",
"type": "controlbar", "direct": {"className": "span_3"},
"property_dict": {
"class_list": "span_3"
},
"children": [{ "children": [{
"type": "div", "type": "div",
"direct": {"className": "offer bleu background ui-corner-all"}, "direct": {"className": "offer bleu background ui-corner-all"},
...@@ -148,9 +149,9 @@ ...@@ -148,9 +149,9 @@
"logic": {"text": "Vous représentez une enterprise."} "logic": {"text": "Vous représentez une enterprise."}
}, { }, {
"type": "span", "type": "span",
"direct": {"className": "translate offer_tag_small"}, "direct": {"className": "translate offer_tag"},
"attributes": {"data-i18n": "global_dict.enterprise_price"}, "attributes": {"data-i18n": "global_dict.enterprise_price"},
"logic": {"text": "Cliquez ici pour voir l’offre la plus adaptée à vos besoins"} "logic": {"text": "Cliquez ici"}
}, { }, {
"type": "span", "type": "span",
"direct": {"className": "translate"}, "direct": {"className": "translate"},
...@@ -166,14 +167,11 @@ ...@@ -166,14 +167,11 @@
} }
] ]
}, { }, {
"generate": "widget", "type": "div",
"type": "controlbar", "direct": {"className": "span_1 custom_side_by_side"},
"property_dict": {
"class_list": "span_1"
},
"children":[{ "children":[{
"type": "div", "type": "div",
"direct": {"className": "offer rouge background ui-corner-all"}, "direct": {"className": "offer custom_offer rouge background ui-corner-all"},
"children": [{ "children": [{
"type": "img", "type": "img",
"direct": {"src": "img/website-Logo-offre.png", "alt": "Bip&Go"} "direct": {"src": "img/website-Logo-offre.png", "alt": "Bip&Go"}
...@@ -193,21 +191,18 @@ ...@@ -193,21 +191,18 @@
"logic": {"text": "Passez au Télépéage avec vos Chèques-Vacances"} "logic": {"text": "Passez au Télépéage avec vos Chèques-Vacances"}
}, { }, {
"type": "span", "type": "span",
"direct": {"className": "translate"}, "direct": {"className": "translate custom_find_out"},
"attributes": {"data-i18n": "global_dict.find_out_more"}, "attributes": {"data-i18n": "global_dict.find_out_more"},
"logic": {"text": "En savoir plus"} "logic": {"text": "En savoir plus"}
}] }]
}, { }, {
"type": "a", "type": "a",
"direct": {"className": "ui-btn-inline ui-btn ui-corner-all ui-icon-carat-r ui-btn-icon-right", "href": "#subscription"}, "direct": {"className": "custom_button right ui-btn-inline ui-btn ui-corner-all ui-icon-carat-r ui-btn-icon-right", "href": "#subscription"},
"attributes": {"data-i18n": "global_dict.subscribe"}, "attributes": {"data-i18n": "global_dict.subscribe"},
"logic": {"text":"J'en profite"} "logic": {"text":"J'en profite"}
}] }]
}, { }
"type": "a", ]
"direct": {"href": "#", "className": "translate right ui-btn ui-btn-icon-right ui-icon-carat-r ui-corner-all ui-btn-slapos-active"},
"attributes": {"data-i18n":"global_dict.comparison"},
"logic": {"text": "Comparatif"}
} }
] ]
}, { }, {
......
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