CGIWrapper._admin
index
/root/instaladores_rar/Webware-andes/CGIWrapper/_admin.py

CGIWrapper main admin script.

 
Classes
       
CGIWrapper.AdminPage.AdminPage
Page

 
class Page(CGIWrapper.AdminPage.AdminPage)
    CGIWrapper main administration page.
 
  Methods defined here:
endMenu(self)
menuItem(self, title, url)
startMenu(self)
title(self)
writeBody(self)

Methods inherited from CGIWrapper.AdminPage.AdminPage:
__init__(self, vars)
bodyTags(self)
html(self)
write(self, *args)
writeBanner(self)
writeFooter(self)
writeHeader(self)
writeToolbar(self)
writeln(self, *args)

 
Functions
       
asctime(...)
asctime([tuple]) -> string
 
Convert a time tuple to a string, e.g. 'Sat Jun 06 16:26:11 1998'.
When the time tuple is not present, current time as returned by localtime()
is used.
gmtime(...)
gmtime([seconds]) -> (tm_year, tm_mon, tm_mday, tm_hour, tm_min,
                       tm_sec, tm_wday, tm_yday, tm_isdst)
 
Convert seconds since the Epoch to a time tuple expressing UTC (a.k.a.
GMT).  When 'seconds' is not passed in, convert the current time instead.
localtime(...)
localtime([seconds]) -> (tm_year,tm_mon,tm_mday,tm_hour,tm_min,
                          tm_sec,tm_wday,tm_yday,tm_isdst)
 
Convert seconds since the Epoch to a time tuple expressing local time.
When 'seconds' is not passed in, convert the current time instead.
time(...)
time() -> floating point number
 
Return the current time in seconds since the Epoch.
Fractions of a second may be present if the system clock provides them.