Example #1
0
 def __init__(self, request, response):
     FablePage.__init__(self,
                        request,
                        response,
                        "signin.html",
                        request_authentication=False)
     self.template_values['google_login'] = users.create_login_url()
Example #2
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, 'review.html', request_authentication=True)
     self._template_id = ""
     self._title = ""
     self._description = ""
     self._rating = ""
     self._author = ""
Example #3
0
 def __init__(self, request, response):
     FablePage.__init__(self,
                        request,
                        response,
                        'review.html',
                        request_authentication=True)
     self._template_id = ""
     self._title = ""
     self._description = ""
     self._rating = ""
     self._author = ""
Example #4
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, 'howepub.html')
Example #5
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, None)
Example #6
0
 def __init__(self, request, response):
     FablePage.__init__(self,
                        request,
                        response,
                        None,
                        request_authentication=True)
Example #7
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "contacts.html")
     self._x = 0
     self._y = 0
Example #8
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "signin.html", request_authentication=False)
     self.template_values['google_login'] = users.create_login_url()
Example #9
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "allfables.html", request_authentication=False)
Example #10
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "contacts.html")
     self._x = 0
     self._y = 0
Example #11
0
 def __init__(self, request, response):
     self.email_address = ""
     FablePage.__init__(self, request, response, "forgotpassword.html")
Example #12
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "changepassword.html")
Example #13
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "howitworks.html")
Example #14
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "account.html")
Example #15
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "index.html")
Example #16
0
 def __init__(self, request, response):
     FablePage.__init__(self,
                        request,
                        response,
                        "allfables.html",
                        request_authentication=False)
Example #17
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "editfable.html")
Example #18
0
 def __init__(self, request, response):
     FablePage.__init__(self,
                        request,
                        response,
                        'create.html',
                        request_authentication=True)
Example #19
0
 def __init__(self, request, response):
     self.email_address = ""
     FablePage.__init__(self, request, response, "forgotpassword.html")
Example #20
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, 'book.html')
Example #21
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "signup.html")
     self.template_values['google_login'] = users.create_login_url()
Example #22
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "index.html")
Example #23
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, None, request_authentication=True)
Example #24
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "howitworks.html")
Example #25
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "account.html")
Example #26
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "signup.html")
     self.template_values['google_login'] = users.create_login_url()
Example #27
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "changepassword.html")
Example #28
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, 'howepub.html')
Example #29
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, 'create.html', request_authentication=True)
Example #30
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, None)
Example #31
0
 def __init__(self, request, response):
     self._errormsg1 = ''
     self._errormsg2 = ''
     FablePage.__init__(self, request, response, 'orderplaced.html')
Example #32
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "editfable.html")
Example #33
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, 'buy.html')
Example #34
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, 'print.html')
Example #35
0
 def __init__(self, request, response):
     self._errormsg1 = ''
     self._errormsg2 = ''
     FablePage.__init__(self, request, response, 'orderplaced.html')
Example #36
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "thankyouregistered.html")
Example #37
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "admin_fables.html")
Example #38
0
 def __init__(self, request, response):
     FablePage.__init__(self, request, response, "thankyouregistered.html")