관리자: 사이드뷰 작업 중

This commit is contained in:
whitedot
2012-12-17 18:33:18 +09:00
parent 05852d17f4
commit 542cdbda61
5 changed files with 20 additions and 18 deletions

View File

@ -153,11 +153,11 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
</td>
<td class="td_mbid"><a href="?sfl=mb_id&amp;stx=<?=$row['mb_id']?>"><?=$row['mb_id']?></a></td>
<td class="td_mbname"><?=$row2['mb_name']?></td>
<td><?=$mb_nick?></td>
<td class="td_mbnick"><div><?=$mb_nick?></div></td>
<td><?=$row['po_datetime']?></td>
<td class="td_pt_log"><?=$link1?><?=$row['po_content']?><?=$link2?></td>
<td><?=number_format($row[po_point])?></td>
<td><?=number_format($row2[mb_point])?></td>
<td class="td_bignum"><?=number_format($row[po_point])?></td>
<td class="td_bignum"><?=number_format($row2[mb_point])?></td>
</tr>
<?