쇼핑몰관리자: #49 #57 사용후기 수정 표준화 및 스타일 완료

This commit is contained in:
whitedot
2013-04-17 19:12:53 +09:00
parent a571a83576
commit 5b43eea88c

View File

@ -16,14 +16,12 @@ if (!$is['is_id'])
$name = get_sideview($is['mb_id'], get_text($is['is_name']), $is['mb_email'], $is['mb_homepage']); $name = get_sideview($is['mb_id'], get_text($is['is_name']), $is['mb_email'], $is['mb_homepage']);
$g4['title'] = '사용후기 수정'; $g4['title'] = '사용후기';
include_once (G4_ADMIN_PATH.'/admin.head.php'); include_once (G4_ADMIN_PATH.'/admin.head.php');
$qstr = "page=$page&sort1=$sort1&sort2=$sort2"; $qstr = 'page='.$page.'&sort1='.$sort1.'&sort2='.$sort2;
?> ?>
<?//=subtitle($g4['title'])?>
<form name="fitemps" method="post" onsubmit="return fitemps_submit(this);"> <form name="fitemps" method="post" onsubmit="return fitemps_submit(this);">
<input type="hidden" name="w" value="<? echo $w ?>"> <input type="hidden" name="w" value="<? echo $w ?>">
<input type="hidden" name="is_id" value="<? echo $is_id ?>"> <input type="hidden" name="is_id" value="<? echo $is_id ?>">
@ -37,7 +35,7 @@ $qstr = "page=$page&sort1=$sort1&sort2=$sort2";
<table class="frm_tbl"> <table class="frm_tbl">
<colgroup> <colgroup>
<col class="grid_3"> <col class="grid_3">
<col class="grid_15"> <col>
</colgroup> </colgroup>
<tbody> <tbody>
<tr> <tr>
@ -63,7 +61,7 @@ $qstr = "page=$page&sort1=$sort1&sort2=$sort2";
</tr> </tr>
<tr> <tr>
<th scope="row">확인</th> <th scope="row">확인</th>
<td><input type="submit" name="btn_confirm" value="확인하였습니다"></td> <td><input type="submit" name="btn_confirm" value="확인하였습니다" class="btn_frmline"></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>