관리자 #47 의 8 처리

This commit is contained in:
whitedot
2012-11-21 18:37:45 +09:00
parent 5e2b3fe0e4
commit a4684dcd29
10 changed files with 28 additions and 28 deletions

View File

@ -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&amp;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?>">