ÿØÿà 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/member/ |
Upload File : |
<? include "../include/top_iframe.html"; include "_common.php"; $class_CommonTour = new CommonTour(); $set_point = $class_CommonTour->shopPoint(); ?> <div class="iframe"> <!-- 본문 --> <!-- 폼 --> <form name="frm_write" id="frm_write" method="post" enctype="multipart/form-data"> <input type="hidden" name="SqlType" value="point_ins"> <input type="hidden" name="tmp_layer_id" value="<?=$tmp_layer_id?>"><!-- 레이어ID --> <input type="hidden" name="mb_id" id="mb_id" value="<?=$mb_id?>"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="setting_write"> <tbody> <tr> <th style="width:60px;">적립금</th> <td class="top_line" colspan="3"> <select name="mpoint" style="width:50px;" hname="증감" required> <option value="">선택</option> <option value="+">+</option> <option value="-">-</option> </select> <input type="text" name="point" id="" value="" class="input_text" style="ime-mode:disabled;" size="10" onkeydown='ChkNum(this,event);' onblur='this.value=comma(this.value)' hname="포인트" required option="numeric">원 </td> </tr> <tr> <th>내역</th> <td colspan="3"><input type="text" name="pcont" value="" class="input_text" size="45" required hname="내역" /></td> </tr> </tbody> </table> <ul class="btn_button ml0"> <li><a href="javascript:;" onClick="check_frm();" class="Bbtn red">저장</a></li> </ul> </form> <!-- /폼 --> <!-- /본문 --> </div> <script Language="javascript"> var seq = '<?=$seq?>'; function check_frm() { var f=document.frm_write; // 폼체크 var result = to_validation(f); if (result == false) return false; if(!confirm("저장하시겠습니까?")) return false; //f.action = "admin_setting_proc.php"; ajax_post("ajax_proc","../member/person_point_proc.html","frm_write"); //f.submit(); } </script> <? include "../include/footer_iframe.html"; ?>