def __init__(self, request, response): FablePage.__init__(self, request, response, "signin.html", request_authentication=False) self.template_values['google_login'] = users.create_login_url()
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 = ""
def __init__(self, request, response): FablePage.__init__(self, request, response, 'howepub.html')
def __init__(self, request, response): FablePage.__init__(self, request, response, None)
def __init__(self, request, response): FablePage.__init__(self, request, response, None, request_authentication=True)
def __init__(self, request, response): FablePage.__init__(self, request, response, "contacts.html") self._x = 0 self._y = 0
def __init__(self, request, response): FablePage.__init__(self, request, response, "allfables.html", request_authentication=False)
def __init__(self, request, response): self.email_address = "" FablePage.__init__(self, request, response, "forgotpassword.html")
def __init__(self, request, response): FablePage.__init__(self, request, response, "changepassword.html")
def __init__(self, request, response): FablePage.__init__(self, request, response, "howitworks.html")
def __init__(self, request, response): FablePage.__init__(self, request, response, "account.html")
def __init__(self, request, response): FablePage.__init__(self, request, response, "index.html")
def __init__(self, request, response): FablePage.__init__(self, request, response, "editfable.html")
def __init__(self, request, response): FablePage.__init__(self, request, response, 'create.html', request_authentication=True)
def __init__(self, request, response): FablePage.__init__(self, request, response, 'book.html')
def __init__(self, request, response): FablePage.__init__(self, request, response, "signup.html") self.template_values['google_login'] = users.create_login_url()
def __init__(self, request, response): self._errormsg1 = '' self._errormsg2 = '' FablePage.__init__(self, request, response, 'orderplaced.html')
def __init__(self, request, response): FablePage.__init__(self, request, response, 'buy.html')
def __init__(self, request, response): FablePage.__init__(self, request, response, 'print.html')
def __init__(self, request, response): FablePage.__init__(self, request, response, "thankyouregistered.html")
def __init__(self, request, response): FablePage.__init__(self, request, response, "admin_fables.html")