ÿØÿà JFIF ` ` ÿþ
Server : Apache System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : tkt_travelbus ( 1137) PHP Version : 7.0.0p1 Disable Function : mysql_pconnect Directory : /tkt_travelbus/www/toadmin/board/ |
Upload File : |
<? /** * 2차코드 정보 수정 ajax * * 작성일 : 20130430.허종 */ include "../include/top_proc.html"; //공통파일 인클루드 include "_common.php"; $data = board_group_list($GRP_CD); $row = $data[0]; $SqlType = "board_group_edit"; ?> <div class="iframe"> <!-- 본문 --> <!-- 폼 --> <form name="frm_edit_codeb" id="frm_edit_codeb" method="post"> <input type="hidden" name="SqlType" value="<?=$SqlType?>"> <input type="hidden" name="tmp_layer_id" value="<?=$tmp_layer_id?>"><!-- 레이어ID --> <input type="hidden" name="GRP_CD" value="<?=$GRP_CD?>"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="setting_write"> <tbody> <tr> <th width="25%">그룹 코드</th> <td><?=$row[GRP_CD]?></td> </tr> <tr> <th>그룹 이름</th> <td><input name="GRP_NM" id="GRP_NM" type="text" value="<?=$row['GRP_NM']?>" size="12" class="input_text" hname="그룹 이름" required /></td> </tr> <tr> <th>개설자</th> <td><?=$row['GRP_EM']?></td> </tr> <tr> <th>개설일</th> <td><?=$row['GRP_DT']?></td> </tr> </tbody> </table> <div class="btn_wrap_C mt15"> <a class="Bbtn red" onClick="check_frm_codeb(); return false;" href="javascript:;">수정</a> </div> </form> <!-- /폼 --> <!-- /본문 --> </div>