관리자 #47 의 5 처리 : 1차 완료

This commit is contained in:
whitedot
2012-11-20 11:45:26 +09:00
parent fa63e4c47c
commit 3b1fb93420
22 changed files with 45 additions and 45 deletions

View File

@ -46,9 +46,9 @@ $colspan = 6;
<tbody>
<?
for ($i=0; $row=mysql_fetch_array($result); $i++) {
$s_mod = '<a href="./mail_form.php?w=u&ma_id='.$row['ma_id'].'">수정</a>';
$s_del = '<a href="javascript:post_delete(\'mail_update.php\', '.$row['ma_id'].');">삭제</a>';
$s_vie = '<a href="./mail_preview.php?ma_id='.$row['ma_id'].'" target="_blank">미리보기</a>';
$s_mod = '<a href="./mail_form.php?w=u&ma_id='.$row[ma_id].'">수정</a>';
$s_del = '<a href="javascript:post_delete(\'mail_update.php\', '.$row[ma_id].');">삭제</a>';
$s_vie = '<a href="./mail_preview.php?ma_id='.$row[ma_id].'" target="_blank">미리보기</a>';
$num = number_format($total_count - ($page - 1) * $config[cf_page_rows] - $i);
?>