示例#1
0
function popup()
{
    $image_top_websites = camWebSitesDay();
    $image_top_clients = camWebUserDay();
    $tabs = tabs();
    $html = "<H1>{dansguardian_statistics}</H1>\n\t<div id='main-dans-page'>\n\t{$tabs}\n\t\n\t" . RoundedLightWhite("<div style='width:100%;height:450px;overflow:auto'>\n\t<table style='width:100%'>\n\t\t<tr>\n\t\t\t<td align='center'>" . RoundedBlack("<img src='" . CourbeParHeure() . "'></a>") . "</td>\n\t\t</tr>\n\t\t<tr><td>&nbsp;</td></tR>\n\t\t<tr>\n\t\t<td align='center'>" . RoundedLightGrey("<img src='{$image_top_websites}'></a>") . "</td>\n\t\t</tr>\n\t\t<tr>\n\t\t<td align='center'>" . RoundedLightGrey("<img src='{$image_top_clients}'></a>") . "</td>\n\t\t</tr>\n\t</table></div>") . "</div>";
    $tpl = new templates();
    echo $tpl->_ENGINE_parse_body($html);
}
function popup()
{
    $html = "<h1>{daily_mailboxes_connections_statistics}</H1>\n\t\n\t" . RoundedLightWhite("<div style='width:100%;height:450px;overflow:auto'>\n\t<table style='width:100%'>\n\t\t<tr>\n\t\t\t<td align='center'>" . RoundedBlack("<img src='" . CourbeParHeure() . "'></a>") . "</td>\n\t\t</tr>\n\t\t<tr><td>&nbsp;</td></tR>\n\t\t<tr>\n\t\t<td align='center'>" . RoundedLightGrey("\n\t\t\t<img src='" . camTodayCon() . "'></a>\n\t\t\t<hr>\n\t\t\t<div style='width:100%;height:220px;overflow:auto'>" . tableauTodayUsersCon() . "</div>\n\t\t\t\n\t\t\t") . "</td>\n\t\t</tr>\n\t\t<tr><td>&nbsp;</td></tR>\n\t\t<td align='center'>" . RoundedLightGrey("\n\t\t\t<img src='" . camTodayIP() . "'></a>\n\t\t\t<hr>\n\t\t\t\n\t\t\t\n\t\t\t") . "</td>\n\t\t</tr>\n\t\t\n\t\t\n\t\t\n\t\t<tr>\n\t\t\t<td valign='top'>\n\t\t\t<hr>\n\t\t\t\n\t\t\t<div style='width:100%;height:300px;overflow;auto'></div></td>\n\t\t</tR>\n\t</table></div>");
    $tpl = new templates();
    echo $tpl->_ENGINE_parse_body($html);
}