Пример #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