예제 #1
0
    def webfetch(self,REQUEST): 
        """
        web 
        """
	theTemplate = PDFPageTemplate('issue','products/Newspaper/issue.pd')
	parent = self.aq_inner
	return theTemplate.web(REQUEST,parent)
예제 #2
0
 def webfetch(self, REQUEST):
     """
     web 
     """
     theTemplate = PDFPageTemplate(
         "issue", "/opt/development/newholland/press/products/Newspaper/skins/newspaper_templates/issue.pd"
     )
     parent = self.aq_inner
     return theTemplate.web(REQUEST, parent)