Package Gnumed :: Package CherryPy :: Module gmGuiWeb
[frames] | no frames]

Module gmGuiWeb

source code


Version: $Revision: 1 $

Author: S. Hilbert <Sebastian.Hilbert@gmx.net>

License: GPL (details at http://www.gnu.org)

Classes
  cBackendProfile
  gmApp
Functions
 
connect_to_database(login_info=None, max_attempts=3, expected_version=None, require_version=True)
Display the login dialog and try to log into the backend.
source code
 
GetLoginInfo(username=None, password=None, backend=None)
convenience function for compatibility with gmLoginInfo.LoginInfo
source code
 
main() source code
Variables
  __doc__ = """GNUmed web client launch...

Imports: cherrypy, sys, time, cPickle, zlib, locale, os, pyDT, webbrowser, shutil, logging, urllib2, gmDateTime, gmHooks, gmLoginInfo, gmPG2, gmBackendListener, gmTools, gmCfg2, gmI18N, gmDispatcher, gmDocuments


Function Details

connect_to_database(login_info=None, max_attempts=3, expected_version=None, require_version=True)

source code 
Display the login dialog and try to log into the backend.

- up to max_attempts times
- returns True/False


Variables Details

__doc__

Value:
"""GNUmed web client launcher.
"""