|
|
|
|
线路名称 |
参考价格 |
<%int countOutboundBj = 0;
for(int i = 0;i
 |
<%=leftlength(28,sDisplayname)%> |
<%if(!sPrice.equals("")){%>
¥<%=sFormatPrice%>
<%}%> |
<%}}%>
<%
for(int i = 0;i<6-countOutboundBj;i++){
%>
|
|
|
<%}%>
|
 |
热点排行: |
<%
String outbandbjtypeId = "outbandbj";
List outbandbjthreshStringList = getThreshString(outbandbjtypeId,xmlpath);
HashMap outbandbjthreshAttr = new HashMap();
String outbandbjdisplayContentarray[] = new String[outbandbjthreshStringList.size()];
String outbandbjurlarray[] = new String[outbandbjthreshStringList.size()];
for (int i=0; i
|
|
|
|
|
线路名称 |
参考价格 |
<%int countOutboundSh = 0;
for(int i = 0;i
 |
<%=leftlength(28,sDisplayname)%> |
<%if(!sPrice.equals("")){%>
¥<%=sFormatPrice%>
<%}%> |
<%}}%>
<%
for(int i = 0;i<6-countOutboundSh;i++){
%>
|
|
|
<%}%>
|
 |
热点排行: |
<%
String outbandshtypeId = "outbandsh";
List outbandshthreshStringList = getThreshString(outbandshtypeId,xmlpath);
HashMap outbandshthreshAttr = new HashMap();
String outbandshdisplayContentarray[] = new String[outbandshthreshStringList.size()];
String outbandshurlarray[] = new String[outbandshthreshStringList.size()];
for (int i=0; i
|
|
|
|
|
线路名称 |
参考价格 |
<%int countOutboundCd = 0;
for(int i = 0;i
 |
<%=leftlength(28,sDisplayname)%> |
<%if(!sPrice.equals("")){%>
¥<%=sFormatPrice%>
<%}%> |
<%}}%>
<%
for(int i = 0;i<6-countOutboundCd;i++){
%>
|
|
|
<%}%>
|
 |
热点排行: |
<%
String outbandcdtypeId = "outbandcd";
List outbandcdthreshStringList = getThreshString(outbandcdtypeId,xmlpath);
HashMap outbandcdthreshAttr = new HashMap();
String outbandcddisplayContentarray[] = new String[outbandcdthreshStringList.size()];
String outbandcdurlarray[] = new String[outbandcdthreshStringList.size()];
for (int i=0; i
|
|
|
|
|
|
|
|
|
线路名称 |
参考价格 |
<%int countDomesticBj = 0;
for(int i = 0;i
 |
<%=leftlength(28,sDisplayname)%> |
<%if(!sPrice.equals("")){%>
¥<%=sFormatPrice%>
<%}%> |
<%}}%>
<%
for(int i = 0;i<6-countDomesticBj;i++){
%>
|
|
|
<%}%>
|
 |
热点排行: |
<%
String domesticbjtypeId = "domesticbj";
List domesticbjthreshStringList = getThreshString(domesticbjtypeId,xmlpath);
HashMap domesticbjthreshAttr = new HashMap();
String domesticbjdisplayContentarray[] = new String[domesticbjthreshStringList.size()];
String domesticbjurlarray[] = new String[domesticbjthreshStringList.size()];
for (int i=0; i
|
|
|
|
|
线路名称 |
参考价格 |
<%int countDomesticSh = 0;
for(int i = 0;i
 |
<%=leftlength(28,sDisplayname)%> |
<%if(!sPrice.equals("")){%>
¥<%=sFormatPrice%>
<%}%> |
<%}}%>
<%
for(int i = 0;i<6-countDomesticSh;i++){
%>
|
|
|
<%}%>
|
 |
热点排行: |
<%
String domesticshtypeId = "domesticsh";
List domesticshthreshStringList = getThreshString(domesticshtypeId,xmlpath);
HashMap domesticshthreshAttr = new HashMap();
String domesticshdisplayContentarray[] = new String[domesticshthreshStringList.size()];
String domesticshurlarray[] = new String[domesticshthreshStringList.size()];
for (int i=0; i
|
|
|
|
|
线路名称 |
参考价格 |
<%int countDomesticCd = 0;
for(int i = 0;i
 |
<%=leftlength(28,sDisplayname)%> |
<%if(!sPrice.equals("")){%>
¥<%=sFormatPrice%>
<%}%> |
<%}}%>
<%
for(int i = 0;i<6-countDomesticCd;i++){
%>
|
|
|
<%}%>
|
 |
热点排行: |
<%
String domesticcdtypeId = "domesticcd";
List domesticcdthreshStringList = getThreshString(domesticcdtypeId,xmlpath);
HashMap domesticcdthreshAttr = new HashMap();
String domesticcddisplayContentarray[] = new String[domesticcdthreshStringList.size()];
String domesticcdurlarray[] = new String[domesticcdthreshStringList.size()];
for (int i=0; i
|
|
|
|
|
 |
|
|
<%
int nASA = 0;
if (visaCountryMap != null) {
String continentId = "ASA"; // 亚洲
List countryLs = (List) visaCountryMap.get(continentId);
if (countryLs != null && countryLs.size() > 0) {
int k = 0;
while(k < countryLs.size() && nASA < 4) {
%>
<%
for(int m = 0; m < 5; m++) {
if (k < countryLs.size() && countryLs.get(k) != null) {
String country_id = (String) ((HashMap) countryLs.get(k)).get("country_id");
String country_name = (String) ((HashMap) countryLs.get(k)).get("country_name");
%>
| <%=country_name%> |
<%
} else {
%>
|
<%
}
k = k + 1;
}
%>
<%
nASA = nASA + 1;
}
}
}
for (int g = 0; g < 4 - nASA; g++) {
%>
| | | | |
<%
}
%>
<%
int nEUR = 0;
if (visaCountryMap != null) {
String continentId = "EUR"; // 欧洲
List countryLs = (List) visaCountryMap.get(continentId);
if (countryLs != null && countryLs.size() > 0) {
int k = 0;
while(k < countryLs.size() && nEUR < 4) {
%>
<%
for(int m = 0; m < 5; m++) {
if (k < countryLs.size() && countryLs.get(k) != null) {
String country_id = (String) ((HashMap) countryLs.get(k)).get("country_id");
String country_name = (String) ((HashMap) countryLs.get(k)).get("country_name");
%>
| <%=country_name%> |
<%
} else {
%>
|
<%
}
k = k + 1;
}
%>
<%
nEUR = nEUR + 1;
}
}
}
for (int g = 0; g < 4 - nEUR; g++) {
%>
| | | | |
<%
}
%>
<%
int nNMESME = 0;
if (visaCountryMap != null) {
String continentId = "NME"; // 美洲(北美)
List countryLs = (List) visaCountryMap.get(continentId);
continentId = "SME"; // 美洲(南美)
List countryLs2 = (List) visaCountryMap.get(continentId);
if(countryLs != null && countryLs2 != null) {
countryLs.addAll(countryLs2);
} else if(countryLs == null && countryLs2 != null) {
countryLs = countryLs2;
}
if (countryLs != null && countryLs.size() > 0) {
int k = 0;
while(k < countryLs.size() && nNMESME < 4) {
%>
<%
for(int m = 0; m < 5; m++) {
if (k < countryLs.size() && countryLs.get(k) != null) {
String country_id = (String) ((HashMap) countryLs.get(k)).get("country_id");
String country_name = (String) ((HashMap) countryLs.get(k)).get("country_name");
%>
| <%=country_name%> |
<%
} else {
%>
|
<%
}
k = k + 1;
}
%>
<%
nNMESME = nNMESME + 1;
}
}
}
for (int g = 0; g < 4 - nNMESME; g++) {
%>
| | | | |
<%
}
%>
热门签证:
<%
String visatypeId = "visa";
List visathreshStringList = getThreshString(visatypeId,xmlpath);
HashMap visathreshAttr = new HashMap();
String visadisplayContent;
String visaurl;
for (int i=0; i
<%=visadisplayContent%>
<%
}
%>
|
|
|
|
 |
精彩目的地 |
|
|
|
 |
|
|
|
|
|
|
 |
酒店 |
 |
<%for (int i = 0; i < iHotel; i++) {
String[] hotelS = (String[]) hotelList.get(i);
String sID = hotelS[0];
String shotelName = hotelS[1];
String sPrice = hotelS[4];
int tempprice = (int) Float.parseFloat(sPrice);
sPrice = String.valueOf(tempprice);
//String sRoom = hotelS[3];
%>
 |
<%=leftlength(13,shotelName)%> |
¥<%=sPrice%> |
<%}%>
<%for (int i = 0; i < 6-iHotel; i++) {
%>
|
|
|
<%}%>
|
|
|
 |
机票 |
 |
<%
for (int i = 0; i < iSpcPriceTop10; i++) {
DynaBean dbean = (DynaBean) lSpcPriceTop10.get(i);
String localticketname = dbean.get("AirQuery_abbr") + " " + dbean.get("OrgCityQuery_name") + "-" + dbean.get("DstCityQuery_name");
%>
 |
"><%=leftlength(13,localticketname)%> |
¥<%=(int)Double.parseDouble(dbean.get("PriceQuery_quote").toString())%> |
<%}%>
<%
for (int i = 0; i < iTicketPrice; i++) {
TicketPriceBO bo = (TicketPriceBO) lTicketPrice.get(i);
String strProductId = bo.getProduct_id();
String strAirName = bo.getAir_name();
String strStartPlace = bo.getStart_place();
String strDestPlace = bo.getDest_place();
String strJnyType = bo.getJny_type();
int price = bo.getQuote().intValue();
String interticketname = strStartPlace + "-" + strDestPlace + "(" +strJnyType + ")";
%>
 |
<%=leftlength(13,interticketname)%> |
¥<%=price%> |
<%}%>
<%
for (int i = 0; i < 6-iTicketPrice-iSpcPriceTop10; i++) {
%>
|
|
|
<%}%>
|
|
|
 |
 |
新闻 |
 |
<%
for (int i = 0; i < iNewsRes; i++) {
DynaBean dbean = (DynaBean)lNewsRes.get(i);
String sId = dbean.get("NewsQuery_"+NewsBOHelper.news_id).toString();
String sTitle = dbean.get("NewsQuery_" + NewsBOHelper.news_title).toString();
String sDate = CmnUtDate.formatDate((Timestamp)dbean.get("NewsQuery_" + NewsBOHelper.exam_date),4);
%>
 |
<%=leftlength(13,sTitle)%> |
<%=sDate%> |
<%}%>
|
|