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