ÿØÿà 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/hotel/ |
Upload File : |
<? include "../include/top_iframe.html"; include "_common.php"; if (!$hseq or !$hdidx_ga) exit; $hdidx_arr = explode(",",$hdidx_ga); if(is_array($hdidx_arr)){ foreach($hdidx_arr as $v) { if($v) $hdidx_ar[] = $v; }} if(!is_array($hdidx_ar)) error_msg(); // 입실일 ID $hdidx = $hdidx_ar[0]; // 입실정보 $data_room = hotel_date($hseq," and hdidx='{$hdidx}' "); $row = $data_room[0]; $code_lodg = base_codec("PRD","LODG");//예약가능상태 코드 ?> <div class="iframe"> <!-- 본문 --> <!-- 폼 --> <form name="frmdate" id="frmdate" method="post"> <input type="hidden" name="SqlType" value="hotel_dok_updt"> <INPUT TYPE="hidden" NAME="tmp_layer_id" value="<?=$tmp_layer_id?>"> <input type="hidden" name="hseq" value="<?=$hseq?>"> <input type="hidden" name="all" value="<?=$all?>"><!-- 전기간 --> <input type="hidden" name="ridx" value="<?=$ridx?>"><!-- 룸타입ID --> <? // 선택된 행사ID for($i=0 ; $i<count($hdidx_ar); $i++) { $hdidx = $hdidx_ar[$i]; ?> <input type="hidden" name="hdidx_ar[]" value="<?=$hdidx?>"> <? } ?> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="setting_write"> <tbody> <tr> <th width="70">상태</th> <td class="top_line"> <select name="lodg_state_cd" style="width:100px"> <? for($i=0 ; $i < count($code_lodg) ; $i++){ $r = $code_lodg[$i]; ?> <option value="<?=$r['code']?>" <?=($r['code']==$row['lodg_state_cd'])?"selected":""?>><?=$r['cd_nm']?></option> <?}?> </select> </td> </tr> </tbody> </table> <ul class="btn_button"> <li class="btn_sky"> <a nohref="" onclick="chk_form();" style="cursor:pointer;">저장</a> </li> </ul> </form> <!-- /폼 --> </div> <!-- 본문 --> <script type="text/javascript"> function chk_form() { var f = document.frmdate; var result = to_validation(f); if ( result == false ) return false; if (!confirm('저장하시겠습니까?')) return false; ajax_post("ajax_proc","hotel_date_proc.html","frmdate"); } </script> <? include "../include/footer_iframe.html"; ?>