Esempio n. 1
0
 def meetingAndLectureDisplay(cls, obj, params):
     """ Generates the xml corresponding to the collaboration plugin system
         for an event.
     """
     out = params['out']
     conf = params['conf']
     tz = params['tz']
     OutputGenerator.collaborationToXML(out, conf, tz)
Esempio n. 2
0
 def meetingAndLectureDisplay(cls, obj, params):
     """ Generates the xml corresponding to the collaboration plugin system
         for an event.
     """
     out = params['out']
     conf = params['conf']
     tz = params['tz']
     OutputGenerator.collaborationToXML(out, conf, tz)
Esempio n. 3
0
 def eventDetailBanner(self, obj, conf):
     vars = OutputGenerator.getCollaborationParams(conf)
     return WEventDetailBanner.forModule(Collaboration).getHTML(vars)
Esempio n. 4
0
 def eventDetailBanner(self, obj, conf):
     vars = OutputGenerator.getCollaborationParams(conf)
     return WEventDetailBanner.forModule(Collaboration).getHTML(vars)