summaryrefslogtreecommitdiffstats
path: root/scripts/automation/report_template.html
blob: ccd5388d029db4c53e693cfbd6c67a2b181f894f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>

<head>

<style>
     html{overflow-y:scroll;}
body
{
font-size:12px;
color:#000000;
background-color:#ffffff;
margin:0px;
background-image:url('/images/gradientfromtop.gif');
background-repeat:repeat-x;
}
body,p,h1,h2,h3,h4,table,td,th,ul,ol,textarea,input
{
font-family:verdana,helvetica,arial,sans-serif;
}
h1 {font-size:190%;margin-top:0px;font-weight:normal}
h2 {font-size:160%;margin-top:10px;margin-bottom:10px;font-weight:normal}
h3 {font-size:120%;font-weight:normal}
h4 {font-size:100%;}
h5 {font-size:90%;}
h6 {font-size:80%;}
h1,h2,h3,h4,h5,h6
{
background-color:transparent;
color:#000000;
}
table.myWideTable
{
background-color:#ffffff;
border:1px solid #c3c3c3;
border-collapse:collapse;
width:100%;
}
table.myWideTable th
{
background-color:#e5eecc;
border:1px solid #c3c3c3;
padding:3px;
vertical-align:top;
text-align:left;
}table.myWideTable td
{
border:1px solid #c3c3c3;
padding:3px;
vertical-align:top;
}table.myTable
{
background-color:#ffffff;
border:1px solid #c3c3c3;
border-collapse:collapse;
width:50%;
}
table.myTable th
{
background-color:#e5eecc;
border:1px solid #c3c3c3;
padding:3px;
vertical-align:top;
text-align:left;
}table.myTable td
{
border:1px solid #c3c3c3;
padding:3px;
vertical-align:top;
}}
  </style>


</head>

<body>

<H1>
TRex Performance Report
</H1>

<H2>
Job Setup
</H2>

!@#$template_fill_job_setup_table!@#$

<H2>
Job Summary
</H2>

!@#$template_fill_job_summary_table!@#$

</body>
</html>