integrate RTx::Statistics package, part of merging spiritone RT changes (#1661)
[freeside.git] / rt / html / RTx / Statistics / Elements / GraphBox
1 <div style="float:left; padding-right:30px;">
2 <table class="box" bgcolor="#336699" style="border-style:none solid solid solid;border-width:1px;border-color:#2E2E8C;" cellpadding="0" cellspacing="0">
3   <tbody><tr>
4     <th style="color: rgb(51, 102, 153);" class="titlebox">
5       <span class="titleboxclose">
6         <a href="#" onclick="hideshow('stats_chart')">X</a></span>&nbsp;
7
8       <span class="titleboxtitle">
9         <b><a href="<% $GraphURL %>">Download Chart as Image</a></b>
10       </span>
11     </th>
12     <th style="color: rgb(51, 102, 153);" class="titleboxright">
13       <span class="titleboxright">&nbsp;</span>
14     </th>
15   </tr>
16
17   <tr id="element-stats_chart">
18     <td colspan="3" class="" bgcolor="#dddddd">
19        <img src="<% $GraphURL %>" ALT="Result Graph" >
20      </td>
21   </tr>
22   </tbody>
23 </table>
24 </div>
25 <%args>
26 $GraphURL => undef
27 </%args>