コード例 #1
0
 def index_html(self, REQUEST=None, RESPONSE=None):
     """Download the file
     """
     return ATFile.index_html(self, REQUEST, RESPONSE)
コード例 #2
0
 def index_html(self, REQUEST=None, RESPONSE=None):
     """Download the file
     """
     return ATFile.index_html(self, REQUEST, RESPONSE)
コード例 #3
0
ファイル: MeetingFile.py プロジェクト: abdza/PloneMeeting
 def index_html(self, REQUEST=None, RESPONSE=None):
     '''Download the file'''
     self.portal_plonemeeting.rememberAccess(self.UID())
     return ATFile.index_html(self, REQUEST, RESPONSE)