UNPKG

jsharmony-cms

Version:
29 lines 900 B
{ "Dashboard_NewContentPieChart": { "layout":"form", "title":"", "caption":["","New Content","New Content"], "roles": {"*":"B"}, "actions":"B", "menu":"Dashboard", "unbound":true, "oninit":"_this.oninit(xmodel);", "fields":[ {"control":"html","value":"<div class='clear chart_<%=model.class%>'><div class='key'></div></div>"} ] }, "Dashboard_NewContentPieChart_Data": { "layout": "exec", "title": "New Content Pie Chart Data", "actions": "U", "roles": {"*":"U"}, "sqlexec": [ "foreach(%%%cms.branch_items%%%, union all , \"", "select '{item_caption_2}' code_txt, count(*) cnt from {tbl_item} where site_id={schema}.my_current_site_id() and {item}_orig_id is null and {item}_etstmp > $addDays(jsharmony.my_now(),-30)", "\")", "order by cnt", ], "fields": [ ] }, }