ATLAS Offline Software
Classes | Namespaces | Functions | Variables
WebPage.py File Reference

Go to the source code of this file.

Classes

class  WebPage.htmlTable
 
class  WebPage.WebPageConfigurationError
 
class  WebPage.GlobalConfiguration
 
class  WebPage.WebPage
 
class  WebPage.HelloWorld
 

Namespaces

 WebPage
 

Functions

def WebPage.sep (s)
 
def WebPage.htmlDiv (id, contents='', attr='', keepEmptyDiv=True)
 
def WebPage.htmlText (text, attr='', escapeText=False)
 
def WebPage.htmlPre (text, attr='', escapeText=False)
 
def WebPage.htmlPara (text='', attr='', escapeText=False)
 
def WebPage.htmlLink (text, link, attr='', escapeText=False)
 
def WebPage.htmlList (contents, attr='', listType='ul')
 
def WebPage.htmlLI (text, attr='', escapeText=False)
 
def WebPage.htmlFoldingSection (header, content, isClosed=True, headerClass='section-header', contentClass='section-content')
 
def WebPage.htmlForm (contents, action='', method='post', attr='')
 
def WebPage.htmlLabel (labelText, parName, attr='')
 
def WebPage.htmlSelect (labelText, parName, args, choiceList, hint=None, descriptionSeparator='::', labelAttr='', attr='')
 
def WebPage.htmlCheckbox (labelText, parName, args, labelAttr='', attr='')
 
def WebPage.htmlTextInput (labelText, parName, args, size=None, maxLength=None, labelAttr='', attr='')
 
def WebPage.htmlSubmit (text, parName, attr='', onlyOnce=False)
 

Variables

string WebPage.__author__ = 'Juerg Beringer'
 
string WebPage.__version__ = 'WebPage.py atlas/athena'
 
string WebPage.startPage
 
string WebPage.endPage