Changeset 2210 for pykota/trunk/cgi-bin
- Timestamp:
- 04/19/05 23:36:31 (20 years ago)
- Location:
- pykota/trunk/cgi-bin
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/dumpykota.cgi
r2174 r2210 177 177 os.environ["LC_ALL"] = getLanguagePreference() 178 178 admin = PyKotaDumperGUI(lang=os.environ["LC_ALL"], charset=getCharsetPreference()) 179 admin.deferredInit() 179 180 admin.form = cgi.FieldStorage() 180 181 admin.options = { "output" : "-", -
pykota/trunk/cgi-bin/printquota.cgi
r2174 r2210 231 231 os.environ["LC_ALL"] = getLanguagePreference() 232 232 admin = PyKotaReportGUI(lang=os.environ["LC_ALL"], charset=getCharsetPreference()) 233 admin.deferredInit() 233 234 admin.form = cgi.FieldStorage() 234 235 admin.guiAction() -
pykota/trunk/cgi-bin/pykotme.cgi
r2174 r2210 137 137 os.environ["LC_ALL"] = getLanguagePreference() 138 138 admin = PyKotMeGUI(lang=os.environ["LC_ALL"], charset=getCharsetPreference()) 139 admin.deferredInit() 139 140 admin.form = cgi.FieldStorage() 140 141 admin.guiAction()