示例#1
0
 def getJSFiles(self):
     return WPConferenceModifAbstractBase.getJSFiles(self) + \
         self._includeJSPackage('Abstracts')
示例#2
0
 def getJSFiles(self):
     return WPConferenceModifAbstractBase.getJSFiles(self) + \
         self._includeJSPackage('Management')
示例#3
0
 def __init__(self, rh, notifTpl):
     WPConferenceModifAbstractBase.__init__(self, rh, notifTpl.getConference())
     self._notifTpl=notifTpl
示例#4
0
 def __init__(self, rh, notifTpl):
     WPConferenceModifAbstractBase.__init__(
         self, rh, notifTpl.getConference())
     self._notifTpl = notifTpl