"; echo ""; echo ""; echo "$strPageTitle"; echo ""; echo ""; showHelp($helpId); echo ""; echo ""; echo ""; echo "

"; //没有纪录时,显示无记录提示 if(!$rows){ echo "$strNotFindRecord"; exit(); } ?> "; echo ""; echo ""; echo ""; echo ""; $arr_description = array($strSMS,$strCallForwrd,$strRoaming,$strConferenceCall,$strCloseUserGroup); $arr_amount = array($rows[sm_charge_amount],$rows[cf_charge_amount],$rows[roaming_charge_amount],$rows[cc_charge_amount],$rows[cug_charge_amount]); $arr_unit = array("--",$rows[cf_charge_unit],$rows[roaming_charge_unit],$rows[cc_charge_unit],$rows[cug_charge_unit]); for ($i=0;$i<5;$i++){ echo ""; echo ""; if($moneyPara < 10){ printf("", $arr_amount[$i]/$moneyPara); } elseif($moneyPara < 100){ printf("", $arr_amount[$i]/$moneyPara); } else{ printf("", $arr_amount[$i]/$moneyPara); } //echo ""; echo ""; echo ""; } ?>
$strDescription$strTariffRentChargeAmount$strUnitChargingTimeSecond
$arr_description[$i]%5.0f%5.1f%5.2f$arr_amount[$i]$arr_unit[$i]