관리자: #11 접속자검색 마크업2

This commit is contained in:
whitedot
2013-11-15 13:34:26 +09:00
parent 5a670fa304
commit 450682f810

View File

@ -121,9 +121,9 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'">처음</a>'; //페이지 처음
if ($brow == '기타') $brow = '<span title="'.$row['vi_agent'].'">'.$brow.'</span>';
if ($os == '기타') $os = '<span title="'.$row['vi_agent'].'">'.$os.'</span>';
$list = ($i%2);
$tr_bg = 'tr_bg'.($i%2);
?>
<tr>
<tr class="<?php echo $tr_bg; ?>">
<td class="td_id"><a href="<?php echo $_SERVER['PHP_SELF']; ?>?search_sort=vi_ip&amp;search_word=<?php echo $ip; ?>"><?php echo $ip; ?></a></td>
<td><?php echo $link.$title; ?></a></td>
<td class="td_idsmall"><?php echo $brow; ?></td>