コード例 #1
0
ファイル: PageTemplates.py プロジェクト: tanorion/tipotcm-cch
 def addModules(self):
     self.modules.append(PageTypes.getStandardHeading(self, 'MainHeading'))
     self.modules.append(PageTypes.getStandardHeading(self, 'SubHeading'))
     self.modules.append(PageTypes.getStandardTextBox(self, 'MainTextBox'))
     self.modules.append(PageTypes.getImageListModule(self, 'ImageList'))
コード例 #2
0
ファイル: PageTemplates.py プロジェクト: tanorion/tipotcm-cch
 def addModules(self):
     self.modules.append(PageTypes.getStandardHeading(self, 'NextImage'))
     self.modules.append(PageTypes.getStandardHeading(self, 'PreviousImage'))
     self.modules.append(PageTypes.getStandardHeading(self, 'ImageText'))
     self.modules.append(PageTypes.getImageListModule(self, 'ImageList'))