blob: 3dc06973e90cfb43e9a9a1c3a8fedf3da91a4c17 (
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
|
<div style="float:left; padding-right:30px;">
<table class="box" bgcolor="#336699" style="border-style:none solid solid solid;border-width:1px;border-color:#2E2E8C;" cellpadding="0" cellspacing="0">
<tbody><tr>
<th style="color: rgb(51, 102, 153);" class="titlebox">
<span class="titleboxclose">
<a href="#" onclick="hideshow('stats_chart')">X</a></span>
<span class="titleboxtitle">
<b><a href="<% $GraphURL %>">Download Chart as Image</a></b>
</span>
</th>
<th style="color: rgb(51, 102, 153);" class="titleboxright">
<span class="titleboxright"> </span>
</th>
</tr>
<tr id="element-stats_chart">
<td colspan="3" class="" bgcolor="#dddddd">
<img src="<% $GraphURL %>" ALT="Result Graph" >
</td>
</tr>
</tbody>
</table>
</div>
<%args>
$GraphURL => undef
</%args>
|