예제 #1
0
파일: pages.py 프로젝트: marksteward/indico
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     WPCollaborationBase.__init__(self)
     self.authKey = authKey
예제 #2
0
파일: pages.py 프로젝트: marksteward/indico
 def getJSFiles(self):
     return WPSimpleEventDisplay.getJSFiles(self) + WPCollaborationBase.getJSFiles(self)
예제 #3
0
파일: pages.py 프로젝트: vstitches/indico
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     self.authKey = authKey
예제 #4
0
파일: pages.py 프로젝트: vstitches/indico
 def getCSSFiles(self):
     return WPSimpleEventDisplay.getCSSFiles(self) + \
                ['Collaboration/Style.css']
예제 #5
0
파일: pages.py 프로젝트: jbenito3/indico
 def getJSFiles(self):
     return WPSimpleEventDisplay.getJSFiles(self) + self._includeJSPackage("Display") + self._plugin_asset_env['collaboration'].urls()
예제 #6
0
파일: pages.py 프로젝트: vstitches/indico
 def getJSFiles(self):
     return WPSimpleEventDisplay.getJSFiles(self) + self._includeJSPackage("Display") + self._includeJSPackage('Collaboration')
예제 #7
0
 def getJSFiles(self):
     return WPSimpleEventDisplay.getJSFiles(self) + self._includeJSPackage(
         "Display") + self._includeJSPackage('Collaboration')
예제 #8
0
 def getCSSFiles(self):
     return WPSimpleEventDisplay.getCSSFiles(self) + \
                ['Collaboration/Style.css']
예제 #9
0
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     self.authKey = authKey
예제 #10
0
 def getJSFiles(self):
     return WPSimpleEventDisplay.getJSFiles(self) + WPCollaborationBase.getJSFiles(self)
예제 #11
0
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     WPCollaborationBase.__init__(self)
     self.authKey = authKey