관리자 #47 의 8 처리
This commit is contained in:
@ -46,7 +46,7 @@ $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_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>';
|
||||
|
||||
@ -84,7 +84,7 @@ function post_delete(action_url, val)
|
||||
}
|
||||
</script>
|
||||
|
||||
<form id="fpost" id="fpost" name="fpost" method="post">
|
||||
<form id="fpost" name="fpost" method="post">
|
||||
<input type="hidden" name="sst" value="<?=$sst?>">
|
||||
<input type="hidden" name="sod" value="<?=$sod?>">
|
||||
<input type="hidden" name="sfl" value="<?=$sfl?>">
|
||||
|
||||
Reference in New Issue
Block a user