Package madgraph :: Package various :: Module gen_crossxhtml
[hide private]
[frames] | no frames]

Module gen_crossxhtml

source code

Create gen_crossxhtml

Classes [hide private]
  AllResults
Store the results for all the run of a given directory
  RunResults
The list of all OneTagResults
  OneTagResults
Store the results of a specific run
Variables [hide private]
  crossxhtml_template = '\n<HTML> \n<HEAD> \n %(refresh)s \n ...
  status_template = '\n<H2 ALIGN=CENTER> Currently Running </H2>...
  __package__ = 'madgraph.various'
Variables Details [hide private]

crossxhtml_template

Value:
'''
<HTML> 
<HEAD> 
    %(refresh)s 
    <META HTTP-EQUIV="EXPIRES" CONTENT="20" > 
    <TITLE>Online Event Generation</TITLE>
    <link rel=stylesheet href="./HTML/mgstyle.css" type="text/css">
</HEAD>
...

status_template

Value:
'''
<H2 ALIGN=CENTER> Currently Running </H2>
<TABLE BORDER=2 ALIGN=CENTER>
    <TR ALIGN=CENTER>
        <TH nowrap ROWSPAN=2 font color="#0000FF"> Run Name </TH>
        <TH nowrap ROWSPAN=2 font color="#0000FF"> Tag Name </TH>
        <TH nowrap ROWSPAN=2 font color="#0000FF"> Cards </TH>   
        <TH nowrap ROWSPAN=2 font color="#0000FF"> Results </TH> 
...