Beispiel #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)
Beispiel #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)
Beispiel #3
0
 def eventDetailBanner(self, obj, conf):
     vars = OutputGenerator.getCollaborationParams(conf)
     return WEventDetailBanner.forModule(Collaboration).getHTML(vars)
Beispiel #4
0
 def eventDetailBanner(self, obj, conf):
     vars = OutputGenerator.getCollaborationParams(conf)
     return WEventDetailBanner.forModule(Collaboration).getHTML(vars)