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