Commit 7449c9cb authored by Sven Franck's avatar Sven Franck

data: updated JSON API to new layout

parent 4844aab9
......@@ -11,7 +11,7 @@
"property_dict": {
"lng": "fr-FR",
"load": "current",
"fallbackLng": "en-EN",
"fallbackLng": false,
"resGetPath": "lang/__lng__/__ns__.json",
"ns": "dict",
"getAsync": false
......
......@@ -8,7 +8,27 @@
"theme": "slapos-white"
},
"view_dict": {
"default": []
"default": [
{
"type": "p",
"direct": {"className": "translate ui-content-element responsive"},
"attributes": {"data-i18n":"global_dict.info_usage"},
"logic": {"text": "This application contains IT job postings of various US-based companies. You can apply to a position by posting your CV here. After logging in, you can create your CV and store it permanently in this app in order to make applying to multiple positions easier."}
},
{
"generate": "widget",
"type": "listview",
"property_dict": {
"class_list": "responsive ui-icon-grid",
"inset": true,
"map_children":"listItem"
},
"children": [
{"type": "item", "left": [{"type": "icon", "icon": "search"}], "href": "#postings", "center": [{"type": "h1", "text": "Browse Job Postings", "text_i18n": "global_dict.postings"}, {"type": "p", "text": "Search through the list of available job offers.", "text_i18n":"global_dict.postings_info"}]},
{"type": "item", "left": [{"type": "icon", "icon": "clipboard"}], "href": "#cv", "center": [{"type": "h1", "text": "Submit CV", "text_i18n": "global_dict.cv"}, {"type": "p", "text": "You can also apply directly through a job posting.", "text_i18n":"global_dict.cv_info"}]}
]
}
]
}
}
]
......
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