Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2926 → Rev 2887

/web/acc/manager/html/stats.html.php
1,7 → 1,7
<form action="stats.php" method="get">
<div class="panel">
<div class="panel-header"><?= $l_title ?></div>
<div class="panel-row">
<form action="stats.php" method="get">
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tr>
<td colspan="2" align=center>
56,14 → 56,20
</td>
</tr>
</table>
</form>
<hr size=1 noshade>
<center>
<table border=0 width="100%">
<tr>
<td align="center">
<?php
if ($login == '') echo $l_stat_for_all;
else echo "$l_stat_for_user <b><font color=\"darkblue\">$login</font></b>"
?>
</center>
</td>
</tr>
</table>
</div>
<div class="panel-header"><?= $l_title ?></div>
<div class="panel-row">
<table width="100%" border=0 cellspacing=0 cellpadding=0>
<tbody style='font-family: "DejaVu Sans";font-size: small;color: #666666;'>
<tr bgcolor="#d0ddb0">
156,8 → 162,9
</tr>
EOM;
?>
</table>
</div>
</table>
</div>
</div>
</form>
</body>
</html>