ÿØÿà 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_en/ |
Upload File : |
<? include "../include/top_proc.html"; include "_common.php"; // 상품정보 $good_arr = array(); if($g_uid) $good_arr = good_list(" and g_uid='{$g_uid}' "); $arr = $good_arr[0]; ?> <table width="700px" border="0" cellspacing="0" cellpadding="0" class="t_list5"> <tr><th>기간</th><th>정상가(성인/아동)</th><th>할인가(성인/아동)</th></tr> <tr> <td><input type="text" name="day_period" class="input_text" value="<?=$arr['day_period']?>" size="25"></td> <td> <input type="text" name="day_price_nor_adult" class="input_text" value="<?=number_format($arr['day_price_nor_adult'])?>" size="13" style="text-align: right;" onkeyup="this.value=comma(this.value);"> 원 / <input type="text" name="day_price_nor_child" class="input_text" value="<?=number_format($arr['day_price_nor_child'])?>" size="13" style="text-align: right;" onkeyup="this.value=comma(this.value);"> 원 </td> <td> <input type="text" name="day_price_dc_adult" class="input_text" value="<?=number_format($arr['day_price_dc_adult'])?>" size="13" style="text-align: right;" onkeyup="this.value=comma(this.value);"> 원 / <input type="text" name="day_price_dc_child" class="input_text" value="<?=number_format($arr['day_price_dc_child'])?>" size="13" style="text-align: right;" onkeyup="this.value=comma(this.value);"> 원 </td> </tr> </table>