<%
var hotelName='';
if(store.getLang()=='en-us'){
if(hotelDetailInfo.hotelEnName==null){//酒店名称
hotelName=hotelDetailInfo.hotelName;
}else{
hotelName=hotelDetailInfo.hotelEnName;
}
}else{
if(hotelDetailInfo.hotelName==null){
hotelName=hotelDetailInfo.hotelEnName;
}else{
hotelName=hotelDetailInfo.hotelName;
}
}
%>
<%=hotelName%>
<%=lang.check_in_title%>/<%=checkInDateSplit%><%=hotelDetailInfo.roomNight%><%=lang.hotel_room_night%><%=checkOutDateSplit%>/<%=lang.check_out_title%>
<%if(!_self.isBCD){%>
<%=lang.cross_policy_content%>:
<%=lang.cross_policy_reason%>
<%}else{%>
<%if(hotelSummaryInfo.isNeedInternalCommunication){%>
<%=lang.hotel_internal_communication%>
<%}%>
<%}%>
<%= lang.total_price%>
<%=lang.h_list_rmb(hotelRatePlanInfoList.currencyUnit)%>
><%=parseFloat(hotelRatePlanInfoList.totalPrice*roomNumber).toFixed(2)%>
<%if(!_self.isAmex && !_self.isBCD){%>
<%}%>
<%if(_self.isBCD){%>
<%= lang.hotel_total_service_fee%>
<%}%>
<%
//针对需要显示注意事项的用户 add zcy 2015-01-20
//var isShowHotelAttention=store.getMyInfo()?store.getMyInfo().isShowHotelAttention:null;//登陆后个人信息myInfo中增加是否显示注意事项 0/1
//if(isShowHotelAttention&&isShowHotelAttention==1&&!utils.ifEmpty(hotelRatePlanInfoList.hotelAttentionNote)){
if(!utils.ifEmpty(hotelRatePlanInfoList.hotelAttentionNote)){
%>
<%=lang.hotel_agree_attention%>
<%}%>