ÿØÿà 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/test/ |
Upload File : |
<? if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 // 선택옵션으로 인해 셀합치기가 가변적으로 변함 $colspan = 8; //if ($is_category) $colspan++; if ($is_checkbox) $colspan++; if ($is_good) $colspan++; if ($is_nogood) $colspan++; ?> <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: 리스트 --> <div class="list_box"> <form name="fboardlist" 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 cellspacing="0" cellpadding="0" summary="예약조회 Table" > <caption>게시판 리스트 Table</caption> <colgroup> <col /> <col /> <col /> <col /> <col /> <col /> <col /> <!-- <col /> --> </colgroup> <thead> <tr> <th><img src="/img/reserv/reserv_id.gif" alt="예약아이디" /></th> <th><img src="/img/reserv/reserv_name.gif" alt="예약자성함" /></th> <th><img src="/img/reserv/reserv_inwon.gif" alt="예약인원" /></th> <th><?=subject_sort_link('wr_datetime', $qstr2, 1)?><img src="/img/reserv/reserv_date.gif" alt="예약일자" /></a></th> <th><?=subject_sort_link('wr_link1', $qstr2, 1)?><img src="/img/reserv/reserv_indate.gif" alt="탑승일자" /></a></th> <th><?=subject_sort_link('wr_6', $qstr2, 1)?><img src="/img/reserv/reserv_result.gif" alt="예약결과" /></a></th> <th><?=subject_sort_link('wr_7', $qstr2, 1)?><img src="/img/reserv/reserv_vote.gif" alt="결제방법" /></a></th> <!-- <th><img src="/img/reserv/reserv_ok.gif" alt="확인증" /></th> --> </tr> </thead> <tbody> <? for ($i=0; $i<count($list); $i++) { $bg = $i%2 ? 0 : 1; ?> <tr class="bg<?=$bg?>"> <td class="num"><?=$list[$i][mb_id]?></td> <td class="num"><?=$list[$i][name]?></td> <td class="num"><?=$list[$i][wr_3]?></td> <td class="datetime"><?=$list[$i][datetime]?>[<?=$list[$i][datetime2]?>]</td> <td class="datetime"><?=$list[$i][wr_link1]?></td> <td class="nogood"> <?if($list[$i][wr_1] =='N'){?> 예약취소 <?}else if($list[$i][wr_1] =='Y'){?> 예약완료 <?}else{?> 미입금 <?}?> </td> <td class="good"><?=$list[$i][wr_6]?></td> <!-- <td class="hit"><img src="/img/reserv/reserv_okicon.gif" alt="결제방법" /></td> --> </tr> <? } // end for ?> <? if (count($list) == 0) { echo "<tr><td colspan='$colspan' style='text-align:center; height:100px;'>게시물이 없습니다.</td></tr>"; } ?> </tbody> </table> </form> </div> <!-- E: 리스트 --> <!-- 페이지 --> <div class="board_page"> <? if ($prev_part_href) { echo "<a href='$prev_part_href'><img src='$board_skin_path/img/page_search_prev.gif' border='0' align=absmiddle title='이전검색'></a>"; } ?> <? $write_pages = str_replace("처음", "<img src='$board_skin_path/img/page_begin.gif' border='0' align='absmiddle' title='처음'>", $write_pages); $write_pages = str_replace("이전", "<img src='$board_skin_path/img/page_prev.gif' border='0' align='absmiddle' title='이전'>", $write_pages); $write_pages = str_replace("다음", "<img src='$board_skin_path/img/page_next.gif' border='0' align='absmiddle' title='다음'>", $write_pages); $write_pages = str_replace("맨끝", "<img src='$board_skin_path/img/page_end.gif' border='0' align='absmiddle' title='맨끝'>", $write_pages); //$write_pages = preg_replace("/<span>([0-9]*)<\/span>/", "$1", $write_pages); $write_pages = preg_replace("/<b>([0-9]*)<\/b>/", "<b><span style=\"color:#4D6185; font-size:12px; text-decoration:underline;\">$1</span></b>", $write_pages); ?> <?=$write_pages?> <? if ($next_part_href) { echo "<a href='$next_part_href'><img src='$board_skin_path/img/page_search_next.gif' border='0' align=absmiddle title='다음검색'></a>"; } ?> </div> <!-- 페이지 --> </td> </tr> </table> <!-- 게시판 목록 끝 --> </div> <!-- S: 서브 내용 -->