Code

Added JPgraph
[gosa.git] / gosa-core / plugins / generic / statistics / statistics.tpl
1 <h3>{t}Usage statistics{/t}</h3>
3 {if !$rpcConfigured}
5     {t}This feature is disabled. To enable it you can use the GOsa properties plugin, just activate the remote procedure call (RPC) configuration flags.{/t}
7 {else if !$validRpcHandle}
9     {t}Communication with the GOsa-backend failed. Please check the rpc configuration!{/t}
11 {else}
13     <button name='transmitStatistics'>{t}Send{/t}</button>
14     <button name='receiveStatistics'>{t}Receive{/t}</button>
16     <hr>
18     <img src='plugins/statistics/getGraph.php?id={$graphID_1}'>
20 {/if}