Commit 57c4b054 authored by Sven Franck's avatar Sven Franck

data: updated global/storage app configuration

parent a3eb363d
...@@ -46,70 +46,42 @@ ...@@ -46,70 +46,42 @@
"type": "header", "type": "header",
"property_dict": { "property_dict": {
"theme": "slapos-white", "theme": "slapos-white",
"class_list": "override_header ", "add_content": 0,
"image": { "title":"Job Board",
"src": "img/logo.jpg", "title_i18n": "global_dict.job_board"
"alt": "Bip&Go"
}
}, },
"children": [{ "children": [
"generate": "widget", {
"type": "controlgroup", "generate": "widget",
"property_dict": { "type": "controlgroup",
"direction": "horizontal" "property_dict": {
}, "direction": "horizontal"
"children":[ },
{"type":"a", "direct": {"href": "#global-menu", "className":"responsive translate"}, "attributes": {"data-rel":"panel", "data-icon":"bars", "data-i18n":"global_dict.menu"}, "logic": {"text":"Menu"}} "children": [
] {"type":"select", "direct": {"id": "switch_language", "className":"action responsive translate"}, "attributes": {"data-action":"translate", "data-icon":"flag-fr"}, "logic": {"wrapper_class_list":"flag", "options": [{"value": "en-EN", "text":"English", "text_i18n":"global_dict.english"}, {"value": "fr-FR", "text": "Chinese", "text_i18n":"global_dict.french", "selected": true}]}},
}, { {"type":"a", "direct": {"href": "#global-user", "className":"responsive translate"}, "attributes": {"data-rel":"panel", "data-icon":"user", "data-i18n":"global_dict.login"}, "logic": {"text":"Connexion"}}
"generate": "widget", ]
"type": "controlgroup", }
"property_dict": { ]
"direction": "horizontal"
},
"children": [
{"type":"select", "direct": {"id": "switch_language", "className":"responsive translate"}, "attributes": {"data-icon":"flag-fr"}, "logic": {"wrapper_class_list":"flag", "options": [{"value": "en-EN", "text":"English", "text_i18n":"global_dict.english"}, {"value": "fr-FR", "text": "Chinese", "text_i18n":"global_dict.french", "selected": true}]}},
{"type":"a", "direct": {"href": "#", "className":"responsive translate"}, "attributes": {"data-icon":"envelope", "data-i18n":"global_dict.contact"}, "logic": {"text":"Contact"}},
{"type":"a", "direct": {"href": "#global-user", "className":"responsive translate"}, "attributes": {"data-rel":"panel", "data-icon":"user", "data-i18n":"global_dict.login"}, "logic": {"text":"Connexion"}}
]
}, {
"generate": "widget",
"type": "controlbar",
"property_dict": {
"class_list": "responsive ui-subheader"
},
"children": [{
"type": "p",
"direct": {"className": "translate beeper_text"},
"attributes": {"data-i18n": "global_dict.badges"},
"logic": {"text": "Le plus malin pour avoir un badge"}
}, {
"type": "img",
"direct": {"src": "img/logo-libert-t.jpg", "alt": ""}
}
]
}
]
}, },
{ {
"generate": "widget", "generate": "widget",
"type": "panel", "type": "panel",
"property_dict": { "property_dict": {
"id": "global-menu", "id": "global-user",
"theme": "slapos-white", "theme": "slapos-black",
"position": "left" "position": "right"
}, },
"children": [{ "children": [{
"generate": "widget", "generate": "widget",
"type": "header", "type": "header",
"property_dict": { "property_dict": {
"id": "menu-header", "id": "search-header",
"theme": "slapos-black", "theme": "slapos-black",
"class_list": "vert",
"add_content": 0, "add_content": 0,
"section_list":["last"], "section_list":["last"],
"title": "Info", "title": "Connexion",
"title_i18n": "global_dict.info" "title_i18n": "global_dict.login"
}, },
"children":[{ "children":[{
"type": "a", "type": "a",
...@@ -123,128 +95,8 @@ ...@@ -123,128 +95,8 @@
}, },
"logic": {"text": "Close"} "logic": {"text": "Close"}
}] }]
}, {
"generate": "widget",
"type": "collapsible",
"property_dict": {
"text": "No Offres",
"text_i18n": "global_dict.our_offers",
"title": "Click to open and select",
"title_i18n": "global_dict.click",
"collapsed_icon": "caret-down",
"expanded_icon": "caret-up"
},
"children": [
{
"generate": "widget",
"type": "listview",
"property_dict": {
"theme": "slapos-white",
"map_children": "listItem"
},
"children": [
{"type": "item", "href": "#", "center": [{"type": "h3","text": "Au forfait", "text_i18n":"global_dict.fixed"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "A la carte", "text_i18n": "global_dict.pay_as_you_go"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Liber-T vacances", "text_i18n": "global_dict.vacances"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Pour Le Pro", "text_i18n": "global_dict.pro"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Comparatif", "text_i18n": "global_dict.comparison"}]}
]
}
]
}
]
},
{
"generate": "widget",
"type": "panel",
"property_dict": {
"id": "global-user",
"theme": "slapos-black",
"position": "right"
},
"children": [{
"generate": "widget",
"type": "header",
"property_dict": {
"id": "search-header",
"class_list": "vert",
"theme": "slapos-black",
"add_content": 0,
"section_list":["last"],
"title": "Espace Abonné",
"title_i18n": "global_dict.login"
},
"children":[{
"type": "a",
"direct": {
"href": "#",
"className": "ui-panel-close ui-icon-remove ui-btn ui-btn-icon-notext ui-shadow ui-corner-all"
},
"attributes": {
"data-enhanced": true,
"data-rel": "close"
},
"logic": {"text": "Close"}
}]
}]
},
{
"generate":"widget",
"type": "footer",
"property_dict": {
"fixed": false,
"theme": "slapos-black"
},
"children": [{
"generate": "widget",
"type": "navbar",
"children": [{
"generate": "widget",
"type": "listview",
"property_dict": {
"inset": true,
"theme": "slapos-white",
"map_children": "listItem"
},
"children": [
{"type": "divider", "center": [{"type": "h3", "text": "Nous connaître", "text_i18n": "global_dict.about"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "A propos de bip&go", "text_i18n": "global_dict.about_beep"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Groupe sanef", "text_i18n": "global_dict.about_sanef"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Nos agences", "text_i18n": "global_dict.about_agents"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Nos partenaires", "text_i18n": "global_dict.about_partners"}]}
]
}, {
"generate": "widget",
"type": "listview",
"property_dict": {
"inset": true,
"theme": "slapos-white",
"map_children": "listItem"
},
"children": [
{"type": "divider", "center": [{"type": "h3", "text": "Comprendre le télépéage", "text_i18n": "global_dict.understand"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Comment ça marche", "text_i18n": "global_dict.why"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Trucs et astuces", "text_i18n": "global_dict.statutes"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Foire aux questions", "text_i18n": "global_dict.faq"}]}
]
}, {
"generate": "widget",
"type": "listview",
"property_dict": {
"inset": true,
"theme": "slapos-white",
"map_children": "listItem"
},
"children": [
{"type": "divider", "center": [{"type": "h3", "text": "Infos légales", "text_i18n": "global_dict.legal"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Conditions générales", "text_i18n": "global_dict.conditions"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "De vente", "text_i18n": "global_dict.sales"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Mentions légales", "text_i18n": "global_dict.terms"}]},
{"type": "item", "href": "#", "center": [{"type": "h3", "text": "Plan du site", "text_i18n": "global_dict.sitemap"}]}
]
}] }]
}] }]
}]
} }
] ]
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
}, },
"storage": true, "storage": true,
"allow_sample_data": true, "allow_sample_data": true,
"force_sync": true,
"force_field_definitions": true "force_field_definitions": true
}, },
"scheme": [{ "scheme": [{
......
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