Пример #1
0
 def index_html(self, REQUEST=None, RESPONSE=None):
     """Download the file
     """
     return ATFile.index_html(self, REQUEST, RESPONSE)
 def index_html(self, REQUEST=None, RESPONSE=None):
     """Download the file
     """
     return ATFile.index_html(self, REQUEST, RESPONSE)
Пример #3
0
 def index_html(self, REQUEST=None, RESPONSE=None):
     '''Download the file'''
     self.portal_plonemeeting.rememberAccess(self.UID())
     return ATFile.index_html(self, REQUEST, RESPONSE)