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

📄 hotel_show.asp

📁 一个有用的东西 希望大家喜欢 谢谢大家对本站的支持
💻 ASP
字号:
<!--#include file="conn.asp" -->
<!--#include file="mfk_body.asp" -->
<!--#include file="system/ubb.asp" -->
<title><%=title1%>--查看酒店详细信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
call pagestart
dim id
id=trim(request("id"))
if id="" or not isnumeric(id) then
Response.Redirect "error.asp?errormsg=<li>系统获取ID号错误!系统无法查找。</li><br><li>您指定的ID号是错误的!</li>"
end if
set rs=conn.execute("select * from hotel where id="&id)
if rs.eof or rs.bof then
closers(rs)
closeconn
Response.Redirect "error.asp?errormsg=<li>系统获取ID号错误!系统无法查找。</li><br><li>您指定的ID号是错误的!</li>"
end if
%>
<table width="755" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="27"><img src="skins/mfk_skin(<%=skin%>)/mfk_lefttitle1.gif"></td>
    <td width="701" background="skins/mfk_skin(<%=skin%>)/mfk_midtitle1.gif">&nbsp;</td>
    <td width="27"><img src="skins/mfk_skin(<%=skin%>)/mfk_righttitle1.gif"></td>
  </tr>
</table>
<table width="755" border="0" align="center" cellpadding="0" cellspacing="0" class="lefttablebox">
  <tr>
    <td height="30"><table width="183" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="30" height="21">&nbsp;</td>
        <td width="153">查 看 酒 店 详 细 情 况</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td class="tablebg"><table width="751" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="100" height="26" align="center">酒店所在城市:</td>
        <td width="274" height="26"><%=rs("hotel_city")%></td>
        <td width="100" height="26" align="center">酒店名称:</td>
        <td width="277" height="26"><%=rs("hotel_name")%></td>
      </tr>
      <tr>
        <td height="26" align="center">酒店具体地址:</td>
        <td height="26"><%=rs("hotel_add")%></td>
        <td height="26" align="center">酒店星级:</td>
        <td height="26"><%=rs("hotel_level")%></td>
      </tr>
      <tr>
        <td height="26" colspan="4" align="center"><table width="751" height="26" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="100" align="center">挂牌价格:</td>
            <td width="100"><%=rs("hotel_price")%>/RMB</td>
            <td width="100" align="center">预订价格:</td>
            <td width="100"><%=rs("hotel_price_1")%>/RMB</td>
            <td width="100" align="center">房间类型:</td>
            <td width="100" align="center"><%=rs("hotel_type")%></td>
            <td width="151" align="center"><a href="hotel_giveme.asp?id=<%=id%>&hotelname=<%=angelic(rs("hotel_name"))%>&hoteladd=<%=angelic(rs("hotel_add"))%>&hoteltype=<%=angelic(rs("hotel_type"))%>">我要预订这家酒店</a></td>
          </tr>
        </table></td>
        </tr>
    </table></td>
  </tr>
</table>

<table width="755" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="7"><img src="skins/mfk_skin(<%=skin%>)/mfk_lefttitle1_1.gif"></td>
    <td width="741" background="skins/mfk_skin(<%=skin%>)/mfk_midtitle1_1.gif">&nbsp;</td>
    <td width="7"><img src="skins/mfk_skin(<%=skin%>)/mfk_righttitle1_1.gif"></td>
  </tr>
</table>
<table width="755" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="4"></td>
  </tr>
</table>
<table width="755" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="29" height="12"><img src="skins/mfk_skin(<%=skin%>)/mfk_lefttitle.gif"></td>
    <td width="695" background="skins/mfk_skin(<%=skin%>)/mfk_midtitle.gif">酒 店 基 本 介 绍</td>
    <td width="31"><img src="skins/mfk_skin(<%=skin%>)/mfk_righttitle.gif"></td>
  </tr>
</table>
<table width="751" border="0" align="center" cellpadding="5" cellspacing="0" class="tablebox1">
  <tr>
    <td height="80" style="word-break:break-all" class=text><%=rs("hotel_bio")%></td>
  </tr>
</table>
<table width="755" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="4"></td>
  </tr>
</table>
<table width="755" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="29" height="12"><img src="skins/mfk_skin(<%=skin%>)/mfk_lefttitle.gif"></td>
    <td width="695" background="skins/mfk_skin(<%=skin%>)/mfk_midtitle.gif">预 订 补 充 说 明</td>
    <td width="31"><img src="skins/mfk_skin(<%=skin%>)/mfk_righttitle.gif"></td>
  </tr>
</table>
<table width="751" border="0" align="center" cellpadding="5" cellspacing="0" class="tablebox1">
  <tr>
    <td height="80" style="word-break:break-all" class=text><%=rs("hotel_bio_1")%></td>
  </tr>
</table>
<table width="755" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="4"></td>
  </tr>
</table>
<%
closers(rs)
call pageend
%>

⌨️ 快捷键说明

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