1
0
Fork 0

Parsing stats fix

This commit is contained in:
magnolia-fan 2011-04-02 22:19:39 +04:00
parent 96eed6ac9e
commit 150109fd15
1 changed files with 3 additions and 3 deletions

View File

@ -40,8 +40,8 @@ foreach($bots as $name => $bot) {
<tr>
<td align="center" valign="middle">
<div style="float:left;width:100px;height:1;">&nbsp;</div>
<span class="status-3"><?= $info[3] ?></span>
<span class="status-02"> / <?= $info[0] ?> / <?= $info[2] ?></span><br/>
<span class="status-3"><?= $info[6] ?></span>
<span class="status-02"> / <?= $info[3] ?> / <?= $info[2] ?></span><br/>
<table class="bots-stats">
<tr class="stats-head">
@ -63,7 +63,7 @@ foreach($bots as $name => $bot) {
<td><?= $bot->good_results ?></td>
<td><?= $bot->bad_results ?></td>
<td><?= $bot->queue_size ?></td>
<td><?= $bot->last_request ?></td>
<td><div style="width:20em;height:1.2em;overflow:hidden;"><nobr><?= $bot->last_request ?></nobr></div></td>
</tr>
<? endforeach; ?>
</table>