-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWorkflow.summary.html
executable file
·50 lines (50 loc) · 1.25 KB
/
Workflow.summary.html
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
<HTML>
<HEAD>
<SCRIPT language="JavaScript" type="text/javascript">
<!--
var t = 30
image = "Workflow.summary.svg"
function Start() {
tmp = new Date();
tmp = "?"+tmp.getTime()
document.images["DAG"].src = image+tmp
setTimeout("Start()", t*1000)
}
Start();
// -->
</SCRIPT>
<STYLE TYPE="text/css">
body {
margin: 0px 0px 0px 0px;
}
.top {
background-color: #585858;
text-align: center;
font-family: Arial, Sans;
font-size: 0.875em;
color: #CDCDCD;
margin: 0px 0px 0px 0px;
padding: 10px 10px 10px 10px;
}
a:link {
text-decoration: none;
color: #CDCDCD;
}
a:visited {
text-decoration: none;
color: #CDCDCD;
}
</STYLE>
</HEAD>
<BODY>
<DIV class="top" width="100%" height="100px">
<A HREF="../index.html">RESULTS</A> |
<A HREF="Workflow.summary.html">SUMMARY</A> |
<A HREF="Workflow.details.html">DETAILS</A> |
<A HREF="Workflow.profile.html">PROFILE</A>
</DIV>
<DIV width="100%" height="100%">
<EMBED src="Workflow.summary.svg" width=1400px height=770px border="0" name="DAG">
</DIV>
</BODY>
</HTML>