]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/mailsummary_json.html
The 'wiki home' link now contains a go= parameter
[citadel.git] / webcit / static / t / mailsummary_json.html
index 9f2b72e2ee35832081bf0d6cae5ac661973ee236..d6b1c3c3439536238849f973540bc8bcfbf56cc2 100644 (file)
@@ -1,5 +1,6 @@
-{ "nummsgs": <?READLOOP:TOTALMSGS>,
-"startmsg": <?READLOOP:STARTMSG>,
-"roomname": "<?ROOMNAME>",
-"msgs": [ <?ITERATE("MAIL:SUMM:MSGS", "mailsummary_json_section", 0, B("startmsg"), B("maxmsgs"))> ]
+{ "nummsgs": <?BSTR("__READLOOP:TOTALMSGS")>,
+"startmsg": <?BSTR("__READLOOP:STARTMSG")>,
+"roomname": "<?ROOMNAME("J")>",
+"msgs": [ <?ITERATE("MAIL:SUMM:MSGS", ="mailsummary_json_section",
+B("startmsg"), 0, B("stopmsg"))> ]
 }