Changeset 291 for trunk/index.php
- Timestamp:
- Oct 2, 2010, 4:24:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r263 r291 44 44 $OnlineComputers = $DbRow[0]; 45 45 46 $Output = '<img alt="" src="images/favicons/comp. gif" width="16" height="16" /> '.$OnlineComputers.' / '.$TotalComputers.' ';46 $Output = '<img alt="" src="images/favicons/comp.png" width="16" height="16" /> '.$OnlineComputers.' / '.$TotalComputers.' '; 47 47 48 48 $DbResult = $this->Database->select('Member', 'COUNT(*)', 'MemberState=0'); … … 54 54 $OnlineUser = $DbRow[0]; 55 55 56 $Output .= '<img alt="" src="images/favicons/house. gif" width="16" height="16" /> '.$OnlineUser.' / '.$TotalUser.' ';56 $Output .= '<img alt="" src="images/favicons/house.png" width="16" height="16" /> '.$OnlineUser.' / '.$TotalUser.' '; 57 57 58 58 $NetworkUsage = 0; 59 $Output .= '<img alt="" src="images/favicons/usage. gif" width="16" height="16" /> '.$NetworkUsage.' % ';59 $Output .= '<img alt="" src="images/favicons/usage.png" width="16" height="16" /> '.$NetworkUsage.' % '; 60 60 61 61 //$Output .= 'Server běží: '.$this->GetServerUptime().' '; … … 67 67 { 68 68 $DbRow = $DbResult->fetch_assoc(); 69 $Output2 .= ' <img alt="" src="images/favicons/money. gif" width="16" height="16" /> '.$DbRow['Money'].' Kč';69 $Output2 .= ' <img alt="" src="images/favicons/money.png" width="16" height="16" /> '.$DbRow['Money'].' Kč'; 70 70 } 71 71 }
Note:
See TracChangeset
for help on using the changeset viewer.