ÿØÿà 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/skin/board/yg_reservation/ |
Upload File : |
<? if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 // 선택옵션으로 인해 셀합치기가 가변적으로 변함 $colspan = 8; //if ($is_category) $colspan++; if ($is_checkbox) $colspan++; if ($is_good) $colspan++; if ($is_nogood) $colspan++; ?> <script type="text/javascript"> <!-- function CheckForm(){ var TXT = ""; $('input[type=text]').val(function(e){ if(this.title){ if(!this.value){ if(!TXT){ TXT = this.title; OBJ = this.id; this.focus(); } } } return this.value; }); if(TXT){ alert(TXT + "을(를) 입력해 주세요"); $(OBJ).focus(); }else{ $("#guestForm").submit(); } } // --> </script> <div class="location"> <dl> <dt class="blind">현재위치</dt> <dd><img src="/img/common/location_home.gif" width="11" height="11" alt="Home" /> <span>|</span> 짚라인 용인 <span>|</span> <span class="lc">예약 조회 하기</span></dd> </dl> </div> <p class="title"><img src="/img/sub/title_02_04_2.gif" width="750" height="55" alt="짚라인 예약 조회 하기-ReservationS Search" /></p> <p><img src="/img/sub/visual_02_04_2.jpg" width="750" height="175" alt="탑승예약 및 결제하신 내역을 확인하세요!-탑승예약 및 결제하신 내역을 확인하세요!" /></p> <!-- S: 서브 내용 --> <div id="s2_04" class="sub_common"> <!-- S: 내용 --> <form name="guestForm" id="guestForm" method="post"> <input type='hidden' name='bo_table' value='<?=$bo_table?>'> <input type='hidden' name='sfl' value='<?=$sfl?>'> <input type='hidden' name='stx' value='<?=$stx?>'> <input type='hidden' name='spt' value='<?=$spt?>'> <input type='hidden' name='page' value='<?=$page?>'> <input type='hidden' name='sw' value=''> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td style="padding-top:100px;"> <table id="guestTable" cellspacing="0" cellpadding="0"> <caption>게시판 리스트 Table</caption> <colgroup> <col /> <col /> <!-- <col /> --> </colgroup> <thead> <tr> <th>예약자 성명</th> <td> <input type="text" name="guestName" id="guestName" value="" title="예약자 성명"> </td> </tr> <tr> <th>예약 비밀번호</th> <td> <input type="text" name="guestPwd" id="guestPwd" value="" title="예약자 비밀번호"> </td> </tr> <tr> <td colspan="2"> <input type="button" name="okBt" id="okBt" value="확인" OnClick="CheckForm()"> <input type="button" name="cancleBt" id="cancleBt" value="취소"> </td> </tr> </thead> </table> </td> </tr> </table> </form> <!-- S: 내용 --> </div> <!-- S: 서브 내용 -->