ÿØÿà 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 : |
<?php $params = $_href."&g_uid=".$g_uid."&dtid=".$dtid; $commonProductCodeGoodList = getCommonProductCodeGoodList($_REQUEST['g_uid']); $tourCode = $commonProductCodeGoodList['tour_code']; if($tourCode){ $t_sql = "SELECT COUNT(*) AS total FROM `REVIEW_INTERGRATED` WHERE good_code='" .$tourCode. "'"; $t_row = db_fetch($t_sql); $t_total = $t_row[total]; }else{ $t_total = 0; $t_sql = "SELECT COUNT('g_uid') AS total FROM `REVIEW` WHERE `g_uid`='" . $_REQUEST['g_uid'] . "'"; $t_row = db_fetch($t_sql); $t_total = $t_row[total]; if ($t_total == 0) { $t_sql = "SELECT COUNT(*) AS total FROM `TWREV` WHERE `g_uid`='" .$_REQUEST['g_uid']. "'"; $t_row = db_fetch($t_sql); $t_total = $t_row[total]; } if ($t_total == 0) { $t_sql = "SELECT COUNT(*) AS total FROM `CNREV` WHERE `g_uid`='" .$_REQUEST['g_uid']. "'"; $t_row = db_fetch($t_sql); $t_total = $t_row[total]; } if ($t_total == 0) { $t_sql = "SELECT COUNT(*) AS total FROM `ENREV` WHERE `g_uid`='" .$_REQUEST['g_uid']. "'"; $t_row = db_fetch($t_sql); $t_total = $t_row[total]; } } ?> <!-- 부메뉴 --> <ul class="register_tab"> <li style="display:<?=$submenu_arr['edit']?>;" <?=TO_page_on("good_edit.html")?>><a href="good_edit.html?<?=$_href?>&g_uid=<?=$g_uid?>"><i style="position:relative;top:3px;font-size:18px" class="xi-comment"></i>기본정보</a></li> <li style="display:<?=$submenu_arr['gallery']?>;" <?=TO_page_on("good_gallery.html")?>><a href="good_gallery.html?<?=$_href?>&g_uid=<?=$g_uid?>"><i style="position:relative;top:3px;font-size:18px" class="xi-library-image"></i>갤러리</a></li> <li style="display:<?=$submenu_arr['depot']?>;" <?=TO_page_on("good_depot.html")?>><a href="good_depot.html?<?=$_href?>&g_uid=<?=$g_uid?>"><i style="position:relative;top:3px;font-size:18px" class="xi-maker-drop"></i>출발지</a></li> <li style="display:<?=$submenu_arr['map']?>;" <?=TO_page_on("good_map.html")?>><a href="good_map.html?<?=$_href?>&g_uid=<?=$g_uid?>"><i style="position:relative;top:3px;font-size:18px" class="xi-map"></i>지도정보</a></li> <li style="display:<?=$submenu_arr['hotel']?>;" <?=TO_page_on("good_hotel.html")?>><a href="good_hotel.html?<?=$_href?>&g_uid=<?=$g_uid?>"><i style="position:relative;top:3px;font-size:18px" class="xi-hotel"></i>숙박정보</a></li> <li style="display:<?=$submenu_arr['place']?>;" <?=TO_page_on("good_place.html")?>><a href="good_place.html?<?=$_href?>&g_uid=<?=$g_uid?>"><i style="position:relative;top:3px;font-size:18px" class="xi-bank"></i>관광정보</a></li> <li style="display:<?=$submenu_arr['schedule_edit']?>;" <?=TO_page_on("good_date_schedule_edit.html")?>><a href="good_date_schedule_edit.html?<?=$_href?>&g_uid=<?=$g_uid?>"><i style="position:relative;top:3px;font-size:18px" class="xi-library-books"></i>일정표</a></li> <li style="display:<?=$submenu_arr['options']?>;" <?=TO_page_on("good_options.html")?>><a href="good_options.html?<?=$_href?>&g_uid=<?=$g_uid?>"><i style="position:relative;top:3px;font-size:18px" class="xi-plus-square"></i>옵션관리</a></li> <li style="display:<?=$submenu_arr['date']?>;" <?=TO_page_on("good_date.html")?>><a href="good_date.html?<?=$_href?>&g_uid=<?=$g_uid?>"><i style="position:relative;top:3px;font-size:18px" class="xi-calendar-check"></i>행사관리</strong></a></li> <!--<li style="display:<?=$submenu_arr['schedule_edit']?>;" <?=TO_page_on("good_date_timeline_edit.html")?>><a href="good_date_timeline_edit.html?<?=$_href?>&g_uid=<?=$g_uid?>">일정표(임시)</a></li>--> <li style="display:<?=$submenu_arr['discount']?>;" <?=TO_page_on("good_discount.html")?>><a href="good_discount.html?<?=$_href?>&g_uid=<?=$g_uid?>"><i style="position:relative;top:3px;font-size:18px" class="xi-percent"></i>할인관리</a></li> <li style="display:<?=$submenu_arr['seo']?>;" <?=TO_page_on("good_seo.html")?>><a href="good_seo.html?<?=$_href?>&g_uid=<?=$g_uid?>"><i style="position:relative;top:3px;font-size:18px" class="xi-globus"></i>SEO관리</a></li> <li style="display:<?=$submenu_arr['seo']?>;" <?=TO_page_on("good_review.html")?>><a href="good_review.html?<?=$_href?>&g_uid=<?=$g_uid?>"><i style="position:relative;top:3px;font-size:18px" class="xi-message"></i>후기관리(<?=$t_total?>)</a></li> </ul> <!-- /부메뉴 -->