コード例 #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
ファイル: fblogin.py プロジェクト: netcomtec/webfb
    def GET(self):
        return '''
<html><body><center>
%s
</center></body></html>
''' % fb.login_form()
コード例 #4
0
ファイル: fblogin.py プロジェクト: netcomtec/webfb
    def GET(self):
        return '''
<html><body><center>
%s
</center></body></html>
''' % fb.login_form()