## -*- coding: utf_8 -*- <% from fcp import fcpdefs from fcp import mlitem from fcutils import util from fcws.fcweb import webutil from extension import clib import json myMLItem = fcp.MyMLItem thisWebID = myMLItem.WebID() title ="新規チャットルーム" jsonStr = '{"MYMLITEM":'+myMLItem.AsJSONArrayItem(mlitem.sendAll,(client.serverTZ,client.clientTZ))+',"RIGHTS":'+str(fcp.rights)+',"FORMID":'+str(fcp.formID)+',"NAME":"'+title+'"}' %> <%namespace name="fcnames" file="fcnames.html" import="renderFCNames"/>
招待するメンバー:
${fcnames.renderFCNames(toNames,fcpdefs.dToName," ",True,True,"","")}