⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hotelinfo.jsp

📁 本软件系统可以实现预定酒店的多方位查询、预订酒店的功能。可以方便人们入住酒店,增加酒店的收入
💻 JSP
📖 第 1 页 / 共 2 页
字号:
          <TD id=list_td_sum style="POSITION: relative; HEIGHT: 25px" 
          align=right width=296>用户评分:<B>100</B> 
            </TD></TR></TBODY></TABLE><BR>
      <TABLE cellSpacing=0 cellPadding=0 width=586 border=0>
        <TBODY>
        <TR>
          <TD vAlign=top width=209>
            <TABLE cellSpacing=0 cellPadding=0 width=209 border=0>
              <TBODY>
              <TR vAlign=bottom>
                <TD vAlign=top colSpan=3 height=140><img border="0" src="<%=request.getContextPath()%>/image/<%=pic%>" width="150" height="130"></TD></TR>
              <TR>
                <TD align=left width="33%" height=62></TD>
                <TD align=middle width="33%" height=62></TD>
                <TD align=right width="33%" height=62></TD></TR></TBODY></TABLE></TD>
          <TD vAlign=top align=right width=377>
            <TABLE cellSpacing=0 cellPadding=4 width=367 border=0>
              <TBODY>
              <TR>
                <TD width=18>&nbsp;</TD>
                <TD vAlign=top width=333></TD></TR>
              <TR>
                <TD vAlign=top align=right width=18><IMG height=6 
                  src="单个酒店详细资料.files/info_bluedot.gif" width=6 vspace=4></TD>
                <TD vAlign=top 
                  width=333><%=hotelDesc%></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=0 cellPadding=0 width=586 border=0>
        <TBODY>
        <TR bgColor=#5a9fb5>
          <TD colSpan=2 height=2><IMG height=1 src="单个酒店详细资料.files/z.gif" 
            width=1></TD></TR>
        <TR>
          <TD style="FONT-WEIGHT: bold; COLOR: white" align=middle width=74 
          background=单个酒店详细资料.files/info_more.gif height=22>更多信息</TD>
          <TD width=512>&nbsp;</TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=4 cellPadding=0 width=586 border=0>
        <TBODY>
        <TR>
          <TD align=right width=72><STRONG>星  级:</STRONG></TD>
          <TD style="COLOR: red" width=502><%=hotelLevel%></TD></TR>                    
        <TR>
          <TD align=right><STRONG>信 用 卡:</STRONG></TD>                    
          <TD><%=cCard%></TD></TR>
        <TR>
          <TD align=right><STRONG>餐饮设施:</STRONG></TD>
          <TD><%=cy%></TD></TR>
        <TR>
          <TD align=right><STRONG>休闲设施:</STRONG></TD>
          <TD><%=xx%></TD></TR>
        <TR>
          <TD align=right><STRONG>会议设施:</STRONG></TD>
          <TD><%=hy%></TD></TR>
        <TR>
          <TD align=right><STRONG>服务设施:</STRONG></TD>
          <TD><%=fw%></TD></TR>
        <TR>
          <TD vAlign=top align=right><STRONG>交  通:</STRONG></TD>
          <TD><%=traffic%></TD></TR>
        <TR>
          <TD vAlign=top align=right><STRONG>酒店地址:</STRONG></TD>
          <TD><%=address%></TD></TR>
        </TBODY></TABLE><BR>
      <TABLE height=2 cellSpacing=0 cellPadding=0 width=586 bgColor=#5a9fb5 
      border=0>
        <TBODY>
        <TR>
          <TD><IMG height=1 src="单个酒店详细资料.files/z.gif" 
      width=1></TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=0 cellPadding=0 width=586 border=0>
        <TBODY>
        <TR>
          <TD 
          style="FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #dc441c; FONT-FAMILY: Arial" 
          height=28><IMG height=17 hspace=4 
            src="<%=request.getContextPath()%>/jsp/hotel/img/list_arrowright.gif" width=18 
            align=absMiddle>请选择房型(价格单位:RMB)&nbsp;&nbsp;&nbsp;周末:星期六到星期日</TD></TR></TBODY></TABLE>
      <TABLE cellSpacing=0 cellPadding=0 width=597 border=0>
        
        <TBODY>
        <TR bgColor=#5a9fb5>
          <TD width=7 bgColor=#5a9fb5 height=24>&nbsp;</TD>
          <TD align=middle width=100><STRONG><FONT 
            color=#ffffff>房型</FONT></STRONG></TD>
          
          <TD align=middle width=70><STRONG><FONT 
            color=#ffffff>门市价</FONT></STRONG></TD>
          <TD align=middle width=65><STRONG><FONT 
            color=#ffffff>会员价</FONT></STRONG></TD>
          <TD align=middle width=72><STRONG><FONT 
            color=#ffffff>周末会员价</FONT></STRONG></TD><!--网上支付价暂时不显示--><!--<td width="69" align="center"><strong><font color="#FFFFFF">网上支付价</font></strong></td>-->
          <TD align=middle width=40><STRONG><FONT 
            color=#ffffff>早餐</FONT></STRONG></TD>
          <TD align=middle width=136></TD></TR>
 <!-- =------------------------------------------------------------------------------------------------------------>
        <%
			
			Iterator it = (Iterator)request.getAttribute("session_hotel_type_iterator");
        	//输出房间类型信息	
			while(it.hasNext()){
				Object object = it.next();
				HouseTypeRemote houseTypeRemote = (HouseTypeRemote)PortableRemoteObject.narrow(object,HouseTypeRemote.class);
			
		
		
		%>
		
        <TR bgColor=#e6f0f6>
          <TD align=right width=7 height=24></TD>
          <TD align=middle width=100><B><%=houseTypeRemote.getHouseName()%></B></TD>
          
          <TD align=middle width=70><%=houseTypeRemote.getNormalPrice()%></TD>
          <TD align=middle width=65><%=houseTypeRemote.getVipPrice()%></TD>
          <TD align=middle width=72><%=houseTypeRemote.getVipPrice()%> </TD><!--网上支付价暂时不显示--><!--<td width="69" align="center"></td>-->
          <TD align=middle width=40><%=houseTypeRemote.getBreakfast()%></TD>
          <TD align=middle width=136><a href="<%=request.getContextPath()%>/jsp/hotel/CheckOrder.jsp?houseName=<%=houseTypeRemote.getHouseName()%>&vipPrice=<%=houseTypeRemote.getVipPrice()%>&hotelid=<%=hotelid%>"><img src="<%=request.getContextPath()%>/jsp/hotel/img/list_reserv.gif" border=0></a></TD></TR>
        
      <%
		}
	  %>
        <!-- =----------------------------------------------------------------------------------------------->
          <TD align=right colSpan=7 height=1 width="587"><IMG height=1 
            src="单个酒店详细资料.files/z.gif" width=1></TD></TR>
        
        <TR align=right><!--&nbsp;<A onclick="javascript:window.open('http://www.ip800.com.cn/customer/login/CallNow.asp?ID=A8048000205&amp;SN=1170045555&amp;Tel=1&amp;Language=GB2312','IP800Call','scrollbars=no,width=210,height=205');return false;" href="#"><IMG height=21 alt="欢迎使用免费IP800电话,请确认您的电脑上配备了音箱(或耳机)和麦克风(话筒),点击即可通话。如有问题,请访问www.ip800.com.cn或致电中国网通客服热线1003。" src="/images/ip800call.GIF" width=85 border=0></A>
		<br><br>免费预订电话:800-810-1010 或(010)64329999-->
          </TR> 
        <TR>
          <FORM id=formb name=formb onsubmit="return checkfrm()" 
          action=showhotel.asp method=post>
          <TD colSpan=7 width="587"></TD>
          <TD width="6">
        
        <TR height=90>
          <TD class=bk colSpan=8 width="588">
            <TABLE cellSpacing=0 cellPadding=0 width="100%">
              <TBODY>
              <TR>
                <TD width="60%">  </TD></FORM></TD></TR></TBODY></TABLE>
            <TABLE height=7 cellSpacing=0 cellPadding=0 width=586 
            bgColor=#5a9fb5 border=0>
              <TBODY>
              <TR>
                <TD><IMG height=1 src="单个酒店详细资料.files/z.gif" 
              width=1></TD></TR></TBODY></TABLE>
            <TABLE cellSpacing=0 cellPadding=0 width=586 border=0>
              <FORM name=printform>
              <TBODY>
              <TR>
                <TD 
                style="FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #dc441c; FONT-FAMILY: Arial" 
                width=390 height=28><IMG height=17 hspace=4 
                  src="<%=request.getContextPath()%>/jsp/hotel/img/list_arrowright.gif" width=18 
                  align=absMiddle>免费预订电话:800-810-1010 或(010)64329999</TD>                           
                <TD align=middle width=196><IMG height=17 
                  src="<%=request.getContextPath()%>/jsp/hotel/img/info_orgbtn1.gif" width=17 
                  align=absMiddle>&nbsp;<A class=blulink onclick=printit() 
                  href="http://hotel.elong.com/showhotel.asp?id=459&amp;hotel_id=40101030&amp;rq_stay=2004-6-27&amp;rq_leave=2004-6-29&amp;hotel_name1=&amp;arrive_date=2004-6-27&amp;city_name=Beijing&amp;checkarea=&amp;area_id=&amp;leave_date=2004-6-29&amp;star=&amp;price=#">打印本页</A> <IMG 
                  height=17 src="<%=request.getContextPath()%>/jsp/hotel/img/info_orgbtn2.gif" width=17 
                  align=absMiddle>&nbsp;<A class=blulink onclick=commendit() 
                  href="http://hotel.elong.com/showhotel.asp?id=459&amp;hotel_id=40101030&amp;rq_stay=2004-6-27&amp;rq_leave=2004-6-29&amp;hotel_name1=&amp;arrive_date=2004-6-27&amp;city_name=Beijing&amp;checkarea=&amp;area_id=&amp;leave_date=2004-6-29&amp;star=&amp;price=#" 
                  target=_self>推荐给朋友</A></TD></TR></FORM></TBODY></TABLE>
            
            <TABLE cellSpacing=0 cellPadding=0 width=293 border=0>
              <TBODY>
              <TR>
                <TD>
                  <TABLE cellSpacing=0 cellPadding=0 width=586 border=0>
                    <TBODY>
                    
                    <TR align=middle bgColor=#5a9fb5>
                      <TD class=bk bgColor=#5a9fb5 
                        colSpan=2><B>网友评论({酒店名})</B></TD></TR>
                    
                    <TR bgColor=#e6f0f6>
                      <TD width=400><BR><I>&lt;&nbsp;发言人:{name}  发言时间:{yyyy-mm-dd                 
                        hh-m-s}&gt;</I> </TD>
                      <TD id=list_td1 
                        style="POSITION: relative"><BR>对该酒店评分:<B>100</B> 
                        </TD></TR>
                    <TR>
                      <TD colSpan=2><BR><BR><font class="bkl">{Message}</font><BR><BR><BR>          
                        <HR align=center width="100%" SIZE=1>
                      </TD></TR>
                    
                    <TR bgColor=#d9e7eb>
                      <TD>上一页&nbsp;&nbsp;&nbsp;&nbsp; <A                           
                        href="http://hotel.elong.com/showhotel.asp?order_by=c_date&amp;Page=2&amp;id=459&amp;city_id=0101&amp;hotel_ID=40101030&amp;hotel_name=北京保利大厦酒店&amp;guest_type_id=1001&amp;rq_stay=2004-6-27&amp;rq_leave=2004-6-29">下一页</A> 
                        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A                            
                        href="http://hotel.elong.com/review.asp?hotel_id=40101030&amp;hotel_name=北京保利大厦酒店" 
                        target=_blank>所有评论</A> </TD>
                      <FORM id=form1 name=form1 action=showhotel.asp 
                      method=post> 
                      <TD>输入页数:<INPUT size=3 name=Page>页数:1/4                            
                        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></FORM></TR>
                    <TR>
                      <TD align=middle colSpan=2>请在这里<A class=blueb 
                        href="http://hotel.elong.com/reviewadd.asp?hotel_id=40101030&amp;hotel_name=北京保利大厦酒店" 
                        target=_blank>发表</A>您对北京保利大厦酒店的评论 
              </TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><BR><BR>
      <TABLE cellSpacing=0 cellPadding=0 width=586 border=0>
        <TBODY>
        <TR>
          <TD>
            <TABLE cellSpacing=0 cellPadding=0 width=586 border=0>
              <TBODY>
              <TR>
                <TD width=8><IMG height=8 src="<%=request.getContextPath()%>/jsp/hotel/img/newbotcor1.gif" 
                  width=8></TD>
                <TD>
                  <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
                    <TBODY>
                    <TR>
                      <TD bgColor=#52a6c6 height=2><IMG height=1 
                        src="单个酒店详细资料.files/z.gif" width=1></TD></TR>
                    <TR>
                      <TD bgColor=#ffffde height=6><IMG height=1 
                        src="单个酒店详细资料.files/z.gif" 
                width=1></TD></TR></TBODY></TABLE></TD>
                <TD width=8><IMG height=8 src="<%=request.getContextPath()%>/jsp/hotel/img/newbotcor2.gif" 
                  width=8></TD></TR></TBODY></TABLE></TD></TR>
        <TR>
          <TD>
            <TABLE cellSpacing=0 cellPadding=0 width=586 border=0>
              <TBODY>
              <TR>
                <TD width=2 bgColor=#52a6c6><IMG height=1 
                  src="单个酒店详细资料.files/z.gif" width=1></TD>
                <TD align=middle bgColor=#ffffde height=45>
                  <P 
                  style="FONT-SIZE: 12px; LINE-HEIGHT: 150%; FONT-FAMILY: Arial">电话(TEL):<STRONG><FONT 
                  color=#df451c>800-810-1010或010-64329999</FONT></STRONG> 传真(FAX):010-65882160<BR>E-mail:<A 
                  class=blulink 
                  href="mailto:cs@corp.elong.com">cs@corp.elong.com</A></P></TD>
                <TD width=2 bgColor=#52a6c6><IMG height=1 
                  src="单个酒店详细资料.files/z.gif" width=1></TD></TR></TBODY></TABLE></TD></TR>
        <TR>
          <TD>
            <TABLE cellSpacing=0 cellPadding=0 width=586 border=0>
              <TBODY>
              <TR>
                <TD width=8><IMG height=8 src="<%=request.getContextPath()%>/jsp/hotel/img/newbotcor3.gif" 
                  width=8></TD>
                <TD>
                  <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
                    <TBODY>
                    <TR>
                      <TD bgColor=#ffffde height=6><IMG height=1 
                        src="单个酒店详细资料.files/z.gif" width=1></TD></TR>
                    <TR>
                      <TD bgColor=#52a6c6 height=2><IMG height=1 
                        src="单个酒店详细资料.files/z.gif" 
                width=1></TD></TR></TBODY></TABLE></TD>
                <TD width=8><IMG height=8 src="<%=request.getContextPath()%>/jsp/hotel/img/newbotcor4.gif" 
                  width=8></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<TABLE height=14 cellSpacing=0 cellPadding=0 width=760 border=0>
  <TBODY>
  <TR>
    <TD><!--Calendar begin-->
      
<!--Calendar end--><IMG height=1 src="单个酒店详细资料.files/z.gif" 
  width=1></TD></TR></TBODY></TABLE>
<SCRIPT language=javascript src="单个酒店详细资料.files/travelnewbottom.js"></SCRIPT>

</CENTER></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -