마크업:관리자>게시판그룹목록 작업 중 반복되는 부분 정리

This commit is contained in:
whitedot
2012-11-13 10:33:47 +09:00
parent 9dc3ee024e
commit a179310f90
27 changed files with 355 additions and 355 deletions

View File

@ -84,14 +84,14 @@ function post_delete(action_url, val)
}
</script>
<form id='fpost' name='fpost' method="post">
<input type='hidden' id='sst' name='sst' value="<?=$sst?>">
<input type='hidden' id='sod' name='sod' value="<?=$sod?>">
<input type='hidden' id='sfl' name='sfl' value="<?=$sfl?>">
<input type='hidden' id='stx' name='stx' value="<?=$stx?>">
<input type='hidden' id='page' name='page' value="<?=$page?>">
<input type='hidden' id='w' name='w' value='d'>
<input type='hidden' id='ma_id' name='ma_id'>
<form id='fpost' id="fpost" name="fpost" method="post">
<input type="hidden" id='sst' id="sst" name="sst" value="<?=$sst?>">
<input type="hidden" id='sod' id="sod" name="sod" value="<?=$sod?>">
<input type="hidden" id='sfl' id="sfl" name="sfl" value="<?=$sfl?>">
<input type="hidden" id='stx' id="stx" name="stx" value="<?=$stx?>">
<input type="hidden" id='page' id="page" name="page" value="<?=$page?>">
<input type="hidden" id='w' id="w" name="w" value='d'>
<input type="hidden" id='ma_id' id="ma_id" name="ma_id">
</form>
<?