Hallo,
Uzo Uzo hat gesagt: // Uzo Uzo wrote:

> Shouldn't SidebarPage have a writeFooter()?  

You could add one. I normally add a lot of writeThisAndThat methods to
my SitePages. Here's an actual code snippet of one of my Pages:

        def writeBodyParts(self):
                self.writePageHead()
                self.writeNavigation()
                self.writeSearchFormBasket()
                self.writeLeftMenu()
                self.writeMainHead()
                self.writeMainAlfa()
                self.writeMainHeadTitle()
                self.writeMainHeadInfo()
                self.writeMainContent()
                self.writeMainContentEnd()
                self.writeRightMenu()
                self.writeNewFooter()

ciao
-- 
 Frank Barknecht                               _ ______footils.org__


-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to