Changeset 78 for www/hostlist.php


Ignore:
Timestamp:
May 27, 2008, 1:54:41 PM (16 years ago)
Author:
george
Message:

Upraveno: Korekce XHTML, grafické styly.
Přidáno: Pokusná mapa webu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/hostlist.php

    r4 r78  
    1515 //'<img src="http://wwp.icq.com/scripts/online.dll?icq='.$Row['icq'].'&img=5">'.
    1616  if($Host['online'] == 1) $Style = 'font-weight: bold; color: blue;'; else $Style = '';
    17   if($Host['IP'] == '') $Host['IP'] = '&nbsp';
     17  if($Host['IP'] == '') $Host['IP'] = '&nbsp;';
    1818  echo('<tr><td style="text-align: left; '.$Style.'">'.$Host['name'].'</td><td>'.$Host['IP'].'</td><td style="text-align: right;">'.HumanDate($Host['last_online']).'</td><td style="text-align: right;">'.$User['fullname'].'</td></tr>');
    1919}
Note: See TracChangeset for help on using the changeset viewer.