Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2887 → Rev 2926

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