Subversion Repositories SmartDukaan

Rev

Rev 290 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 290 Rev 1336
Line 44... Line 44...
44
    def index(self):
44
    def index(self):
45
        """Handle the front-page."""
45
        """Handle the front-page."""
46
        forms = {'indiaplaza':'form_indiaplaza','infibeam':'form_infibeam',
46
        forms = {'indiaplaza':'form_indiaplaza','infibeam':'form_infibeam',
47
                 'univercell':'form_univercell','naaptol':'form_naaptol',
47
                 'univercell':'form_univercell','naaptol':'form_naaptol',
48
                 'babuchak':'form_babuchak','mobilestore':'form_mobilestore'}
48
                 'babuchak':'form_babuchak','mobilestore':'form_mobilestore'}
49
        
49
        print froms
50
        return dict()
50
        return forms
51
 
51
 
52
    @expose('wiki20.templates.about')
52
    @expose('wiki20.templates.about')
53
    def about(self):
53
    def about(self):
54
        """Handle the 'about' page."""
54
        """Handle the 'about' page."""
55
        return dict(page='about')
55
        return dict(page='about')