Package lemon :: Package auth :: Module template
[show private | hide private]
[frames | no frames]

Module lemon.auth.template

The default HTML templates associated with the Auth module.

Variable Summary
str accessDenied = '\n    <p>You have not been granted acces...
str emailMessage = '\nDear %(firstname)s,\n                 ...
str htmlPage = '\n    <html>\n    <head>\n    <title>%(title...
str loginForm = '\n    <form name="%(name)s" method="%(metho...
str reminderForm = '\n    %(problem)s\n    <form name="%(nam...

Variable Details

accessDenied

Type:
str
Value:
'''
    <p>You have not been granted access to use this part of the websit\
e.</p>
    <p>If you believe you should have access to this program you can e\
ither logout and login as a different 
    user or contact the system administrator to ask for your account p\
ermissions to be changed.<p>
'''                                                                    

emailMessage

Type:
str
Value:
'''
Dear %(firstname)s,
                    
Your password for the %(system)s system is shown below.
                    
%(password)s
                    
You should be able to use this password to sign in.
...                                                                    

htmlPage

Type:
str
Value:
'''
    <html>
    <head>
    <title>%(title)s</title>
    </head>
    <body>
    %(content)s
    </body>
...                                                                    

loginForm

Type:
str
Value:
'''
    <form name="%(name)s" method="%(method)s" action="%(action)s">
    <table border="0">
    <tr>
      <td>Username: </td><td><input type="text" name="username" value=\
"%(username)s"></td>
    </tr>
    <tr>
...                                                                    

reminderForm

Type:
str
Value:
'''
    %(problem)s
    <form name="%(name)s" method="%(method)s" action="%(action)s">
    <table border="0">
    <tr>
      <td>Email Address: </td><td><input type="text" name="email"></td\
>
    </tr>
...                                                                    

Generated by Epydoc 2.0 on Mon Nov 10 15:08:10 2003 http://epydoc.sf.net