ÿØÿà 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/admin/setting/ |
Upload File : |
<? include "../include/top_proc.html"; //공통파일 인클루드 include "_common.php"; $data = TO_get_sc($b_uid,$m_uid,$s_uid); $arr = $data[0]; ?> <div class="iframe"> <!-- 본문 --> <!-- 폼 --> <form name="frm_sc_edit" id="frm_sc_edit" method="post"> <input type="hidden" name="SqlType" value="sc_edit"> <input type="hidden" name="tmp_layer_id" value="<?=$tmp_layer_id?>"><!-- 레이어ID --> <input type="hidden" name="b_uid" value="<?=$b_uid?>"> <input type="hidden" name="m_uid" value="<?=$m_uid?>"> <input type="hidden" name="s_uid" value="<?=$s_uid?>"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="setting_write"> <tbody> <tr> <th width="100">s_uid</th> <td class="top_line"><?=$arr['s_uid']?></td> </tr> <tr> <th width="100">타이틀</th> <td class="top_line"><input name="s_name" type="text" value="<?=$arr['s_name']?>" style="width:220px;" class="input_text" hname="제목" required onkeypress="if(event.keyCode==13){form_update('frm_sc_edit'); return false;}"/></td> </tr> </tbody> </table> <div class="btn_wrap_C mt30 mb30"> <a class="Tbtn red" href="javascript:;" onClick="form_update('frm_sc_edit');">수정</a> </div> </form> <!-- /폼 --> <!-- /본문 --> </div>