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