ATLAS Offline Software
Classes | Variables
WebPlots Namespace Reference

Classes

class  WebPlots
 

Variables

string __author__ = 'Juerg Beringer'
 
string __version__ = 'WebPlots.py atlas/athena'
 
string errorPage
 
string page
 

Variable Documentation

◆ __author__

string WebPlots.__author__ = 'Juerg Beringer'
private

Definition at line 7 of file WebPlots.py.

◆ __version__

string WebPlots.__version__ = 'WebPlots.py atlas/athena'
private

Definition at line 8 of file WebPlots.py.

◆ errorPage

string WebPlots.errorPage
Initial value:
1 = """\
2 <div class="errormsg">
3 We're sorry - this plot (%s) is currently not available.
4 </div>
5 """

Definition at line 14 of file WebPlots.py.

◆ page

string WebPlots.page
Initial value:
1 = """
2 <div class="boldtext">
3 Last updated: %s
4 </div>
5 <img id="webplot" src="/webplots/%s">
6 """

Definition at line 20 of file WebPlots.py.