]> code.citadel.org Git - citadel.git/blob - webcit/static/t/mailsummary_json.html
! Remove the "0" padding in iterate params, not needed thanks to last commit
[citadel.git] / webcit / static / t / mailsummary_json.html
1 { "nummsgs": <?READLOOP:TOTALMSGS>,
2 "startmsg": <?READLOOP:STARTMSG>,
3 "roomname": "<?ROOMNAME>",
4 "msgs": [ <?ITERATE("MAIL:SUMM:MSGS", "mailsummary_json_section", B("startmsg"), B("maxmsgs"))> ]
5 }