관리자: 컨텐츠별 리스트 완료

This commit is contained in:
whitedot
2012-12-12 11:39:26 +09:00
parent 27f48a1a2a
commit 6c1f11e123
10 changed files with 95 additions and 97 deletions

View File

@ -91,11 +91,11 @@ for ($i=0; $row=sql_fetch_array($result); $i++) {
?>
<tr>
<td><?=$ip?></td>
<td class="td_category"><?=$ip?></td>
<td><?=$link?><?=$title?><?=$link2?></td>
<td><?=$brow?></td>
<td><?=$os?></td>
<td><?=$row['vi_date']?> <?=$row['vi_time']?></td>
<td class="td_category"><?=$brow?></td>
<td class="td_category"><?=$os?></td>
<td class="td_time"><?=$row['vi_date']?> <?=$row['vi_time']?></td>
</tr>
<?