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