﻿//特价线路
function BildPriceLine(lineid,linename,pic,traffic,tripday,bq,mprice,wprice){
    var html="";
    html+="<table width='99%' height='70' border='0' align='center' cellpadding='0' cellspacing='0'>";
    html+="<tr>";
    html+="<td width='15%' rowspan='2' align='center' valign='bottom'>";
    html+="<table width='85' height='55' border='0' align='center' cellpadding='0' cellspacing='0'>";
    html+="<tr>";
    html+="<td width='86' background='"+pic+"'>&nbsp;</td>";
    html+="</tr>";
    html+="</table></td>";
    html+="<td width='67%' align='left'><a href='/NewLine/Show-"+lineid+".html' class='line_title'>";
    html+=linename+"</a> ";
    html+="</td>";
    html+="<td width='18%' height='35' align='center'>";
    html+="<img src='../images/button_D.gif' width='76' height='23' /></td>";
    html+="</tr>";
    html+="<tr>";
    html+="<td height='6' colspan='2' align='left' class='line_title_B'>";
    html+="【交通】"+traffic+" 【天数】"+tripday+" 【开班日期】"+bq+" 【门市】￥"+mprice+"【网上价】￥"+wprice+"</td>";
    html+="</tr>";
    html+="<tr>";
    html+="<td colspan='3' align='right' background='../images/x_line.gif' height='6'>";
    html+="<img src='../images/BG_d.gif' width='8' height='9' /></td>";
    html+="</tr></table>";
    return html;
} 
  

function BuildGreateAsk(id,sort,title,content)
{
    var html="";
    html+="<table width='99%' height='95' border='0' align='center' cellpadding='0' cellspacing='0'>";
    html+="<tr>";
    html+="<td colspan='3' align='left' valign='bottom'>";
    html+="<a href='/NewAsk/Show.aspx?ID="+id+"' class='line_title'> 【"+sort+"】"+title+"</a>";//
    html+="</td>";
    html+="<td width='12%' height='31' align='center' valign='bottom'>";
    html+="<img src='../images/button_H.gif' width='76' height='23' /></td>";
    html+="</tr><tr>";
    html+="<td width='12%' align='center' valign='bottom'>";
    html+="<table width='65' height='55' border='0' align='center' cellpadding='0' cellspacing='0' class='box_BG_img'>";
    html+="<tr>";
    html+="<td width='71'>&nbsp;</td>";
    html+="</tr>";
    html+="</table></td>";
    html+="<td height='50' colspan='2' align='left' class='right_z'>";
    html+=content;//
    html+="</td>";
    html+="<td height='50' align='left' valign='bottom' class='line_title_B'><a href='213'></a></td>";
    html+="</tr><tr>";
    html+="<td colspan='4' align='right' background='../images/x_line.gif' height='6'>";
    html+="<img src='../images/BG_d.gif' width='8' height='9' /></td>";
    html+="</tr>";
    html+="</table>";
}
  


  
  


  
  
