ÿØÿà 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/good/ |
Upload File : |
<? include "../include/top_proc.html"; ?> <? if(!$item_code) exit; $class_PlaceTour = new PlaceTour(); if($item_type == "hotel"){ $sql = "select * from TB_HOTEL where hseq= '{$item_code}'"; $rs = db_fetch($sql); $item_nm = $rs['hotel_nm']; $item_nm_eng = $rs['hotel_nm_eng']; $item_img = $cf['url']."/FileData/hotel/".$rs['img1']; $item_area_nm = $rs['area_nm']; $item_level_img = $cf['url'].$rs['level_cd_img']; $item_lodge_cd = $rs['lodge_cd']; $item_addr = $ros['address']; $item_brief = $rs['hotel_brief']; $item_title = "호텔명"; }else{ $data = $class_PlaceTour->tourplace_list(" and seq= '{$item_code}' "); $rs = $data[0]; $item_nm = $rs['place_nm']; $item_img = $cf['url'].$rs['img1_thum']; //$item_area_nm = $rs['city_area']; $item_area_nm = $rs['area_cd_nm2']; $item_brief = $rs['place_brief']; $item_title = "관광정보명"; } ?> <div class="info_dt_box12" item_code="<?=$item_code?>" item_type="<?=$item_type?>" style="border:1px solid #ccc; background:#f9f9f9; padding:10px; margin:15px 0; width:90%;"> <table> <tr> <td class="left_img" valign="top"><div id='info_img_box'><img src="<?=$item_img?>" width="160" height="110"/></div></td> <td class="right_info" valign="top"> <table id="info_detail" width="100%" border="0"> <tr> <td> <!--<div class="info_dt_title"><?=$item_title?></div>--> <div class="info_dt_conts" style="font-size:16px;"><strong><?=$item_nm?></strong><span style="float:right"><a href="javascript:;" class="bnt_info_dt_detail">more ></a></span></div> </td> </tr> <? if($item_area_nm){ ?> <tr> <td> <!--<div class="info_dt_title">지역</div>--> <div><?=$item_area_nm?></div> </td> </tr> <? } ?> <? if($item_addr){ ?> <tr> <td> <!--<div class="info_dt_title">주소</div>--> <div><?=$item_addr?></div> </td> </tr> <? } ?> <? if($item_brief){?> <tr> <td> <div class="info_detail"><?=cut_str($item_brief,112)?></div> </td> </tr> <? } ?> <!-- <tr> <td><a href="javascript:;" class="bnt_info_dt_detail">more ></a></td> </tr> <? if($item_level_img){ ?> <tr> <td> <div class="info_dt_title" style="font-weight:bold;">등급</div> <div><img src="<?=$item_level_img?>"/></div> </td> </tr> <? } ?> --> </table> </td> </tr> </table> </div>