<% var bodyClientHeight = document.body.clientHeight; var barText; var isCn=store.getLang()=='en-us'?false:true; var curDate = utils.formatDate(new Date(), 'yyyy-mm-dd'); var hasLastBtn = false; var _title = lang.flight_list; var depCity = service.getAirport(query.depApt).city, arrCity = service.getAirport(query.arrApt).city, deptDate = query.depDate.substring(5,10), tmpDate = new Date(query.depDate.replace(/-/g,'/')),//将日历格式转化成yyyy/mm/dd barText = deptDate+"/"+lang.short_week[tmpDate.getDay()]; if(query.journeyType == 1){//单程 _title = depCity + "-" + arrCity; } else{ if(_segmentIndex == 1){//去程 _title = lang.int_goway + " " + depCity + "-" + arrCity; } else { arrCity = service.getAirport(query.arrApt).city; depCity = service.getAirport(query.depApt).city; deptDate = query.depDate.substring(5,10); var rettDate = query.retDate.substring(5,10); var tmpDepDate = new Date(query.depDate.replace(/-/g,'/'));//将日历格式转化成yyyy/mm/dd var tmpRetDate = new Date(query.retDate.replace(/-/g,'/')); barText = rettDate+"/"+lang.short_week[tmpRetDate.getDay()]; _title = lang.int_backway + " " + arrCity + "-" + depCity; var depInfo = depObject.depINOD; _depText = depCity + "-" + arrCity + " " + deptDate + "/" + lang.short_week[tmpDepDate.getDay()] + " " + depInfo.depTime + "-" + depInfo.arrTime + (utils.ifEmpty(depInfo.crossDay) ? "" : depInfo.crossDay); } } hasLastBtn = true; var _topRightDisplay = (appConfig && appConfig.intMoreDetail == "Y" && !utils.ifEmpty(params.queryResult.timeDiffInfo)) ? "":"none"; %>

<%= _title %>

<% if(_segmentIndex == 1){//去程才有前一天后一天,返程不用 %>
< <%=lang.last_day%> <%=lang.next_day%> >
<% if(utils.ifEmpty(store.getNoticeData())){ %>

<%= lang.int_time_notice %>

<%= lang.int_time_notnotice %>
<% } } else { %>
<%= lang.int_go %>
<% } var showSameDisplay = "display:none;"; if(sameFlightFlag){//有相同航班 showSameDisplay = ""; } %>
<%= params.queryResult.sameFlightAlert %> <%= lang.Check %>
<% if(_segmentIndex == 1){//去程才有推荐航班信息 var bodyClientWidth = document.body.clientWidth; %>

<% } %>
<% if(appConfig && appConfig.intListPriceNotice == 'Y'){//COZYGO-1604 国际航班列表上方增加价格提示(嘉信) added by zjf 2015-7-14 %>
* <%= lang.int_price_notice %>
<% } %>
<%= lang.clear %> <%= lang.ok %>
<% //if(_segmentIndex == 1){//去程才有筛选,返程不用筛选 var _dsp = "display:none;"; if(params.queryINFlightFlag && _segmentIndex == 1){ _dsp = "display:inherit;"; } %> <% //} %>