示例#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")