banners list

This commit is contained in:
CHIEFSOFT\ameye
2024-03-08 12:40:55 -05:00
parent cbd2c0bb7c
commit 8c8d2f8e78
+63 -33
View File
@@ -54,55 +54,85 @@ var banners = {
// });
var bannerArray = {
"pending": {
"thiskey01": {
"banner": {
"image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg",
"icon": "bannerimage.icon",
"style": "style1",
"text": "Ready to Start ?",
"description": "Waiting for you to get started",
"action": "pending"
}
"text": "This is the title text?",
"description": "Some description of this item, ",
"action": "thiskey"
},
},
"current": {
"thiskey02": {
"banner": {
"image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-active.jpg",
"image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg",
"icon": "bannerimage.icon",
"style": "style2",
"text": "Current Activities",
"description": "Your currently active task",
"action": "mytask"
}
"style": "style1",
"text": "This is the title text?",
"description": "Some description of this item, ",
"action": "thiskey"
},
},
"suggested": {
"thiskey03": {
"banner": {
"image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-suggested.jpg",
"image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg",
"icon": "bannerimage.icon",
"style": "style2",
"text": "Waiting for Parent",
"description": "Waiting for parent to get started",
"action": "parentwaiting"
}
"style": "style1",
"text": "This is the title text?",
"description": "Some description of this item, ",
"action": "thiskey"
},
},
"recommend": {
"thiskey04": {
"banner": {
"image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-recommend.jpg",
"image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg",
"icon": "bannerimage.icon",
"style": "style3",
"text": "Recommend to Parent",
"description": "Send to parent to approve",
"action": "familymarket"
}
"style": "style1",
"text": "This is the title text?",
"description": "Some description of this item, ",
"action": "thiskey"
},
},
"pastdue": {
"thiskey05": {
"banner": {
"image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-pastdue.jpg",
"image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg",
"icon": "bannerimage.icon",
"style": "style5",
"text": "Past Due",
"description": "Ask for more time if past due",
"action": "pastdue"
}
"style": "style1",
"text": "This is the title text?",
"description": "Some description of this item, ",
"action": "thiskey"
},
},
"thiskey06": {
"banner": {
"image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg",
"icon": "bannerimage.icon",
"style": "style1",
"text": "This is the title text?",
"description": "Some description of this item, ",
"action": "thiskey"
},
},
"thiskey07": {
"banner": {
"image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg",
"icon": "bannerimage.icon",
"style": "style1",
"text": "This is the title text?",
"description": "Some description of this item, ",
"action": "thiskey"
},
},
"thiskey08": {
"banner": {
"image": "https://www.wrenchboard.com/assets/images/apps/banners/kids/banner-start.jpg",
"icon": "bannerimage.icon",
"style": "style1",
"text": "This is the title text?",
"description": "Some description of this item, ",
"action": "thiskey"
},
}
};