diff options
| author | ivan <ivan> | 2010-12-05 00:06:28 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-12-05 00:06:28 +0000 |
| commit | 8304b6b00f1be8d09c714b854e17960d225e0928 (patch) | |
| tree | 32343820126695cc48cba2728da0cdceb7fcb1b9 /rt/share/html/RTx/Statistics/Elements/GraphBox | |
| parent | e16a0b663d39225ec9caaa39e8531d7346639016 (diff) | |
RTx-Statistics in 2.1 / 3.8
Diffstat (limited to 'rt/share/html/RTx/Statistics/Elements/GraphBox')
| -rw-r--r-- | rt/share/html/RTx/Statistics/Elements/GraphBox | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/rt/share/html/RTx/Statistics/Elements/GraphBox b/rt/share/html/RTx/Statistics/Elements/GraphBox new file mode 100644 index 000000000..3dc06973e --- /dev/null +++ b/rt/share/html/RTx/Statistics/Elements/GraphBox @@ -0,0 +1,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> |
