## -*- coding: utf_8 -*- <% from fcp import connection from fcp import fcpdefs from fcutils import util from fcp import mlitem from fcws.fcweb import webutil %> <%namespace name="fcnames" file="fcnames.html" import="renderFCNames"/> <% myMLItem = fcp.MyMLItem thisWebID = myMLItem.WebID() jsonStr = '{"MYMLITEM":'+myMLItem.AsJSONArrayItem(mlitem.sendAll,(client.serverTZ,client.clientTZ))+',"FORMID":127,"RIGHTS":'+str(fcp.rights)+'}' windowTitle ="Indstillinger" mtgTimeZoneID = 'fcfid-'+str(fcpdefs.mtgTimeZone) toNames = fcp.GetMsgNameList(fcpdefs.dToName) numToNames = len(toNames) if toNames else 0 isEditable = True if fcp.rights & fcpdefs.acWrite else False AllSigs = "" index = -1 SigNames = webutil.stripNone(fcp,fcpdefs.signatureNames) if len(SigNames)>0: newStyle="display:none;" selectStyle = "" for oneSig in SigNames.split(';'): index += 1 AllSigs = AllSigs + "" else: selectStyle="display:none;" newStyle = "" %>