示例#1
0
    def get_login(self):
        """Get page to login
        """
        body = ""

        body += '''
        <table align=centerwidth=600 border=0>
        <tr><td align=center>%s</td></tr>
        <tr><td>&nbsp</td></tr>
        <tr><td>&nbsp</td></tr>
        ''' % fb.login_form()

        return body
示例#2
0
    def get_login(self):
        """Get page to login
        """
        body = ""

        body += '''
        <table align=centerwidth=600 border=0>
        <tr><td align=center>%s</td></tr>
        <tr><td>&nbsp</td></tr>
        <tr><td>&nbsp</td></tr>
        ''' % fb.login_form()

        return body
示例#3
0
    def GET(self):
        return '''
<html><body><center>
%s
</center></body></html>
''' % fb.login_form()
示例#4
0
    def GET(self):
        return '''
<html><body><center>
%s
</center></body></html>
''' % fb.login_form()