コード例 #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