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

📄 lineview.asp

📁 旅游在线报名的系统包括地域管理
💻 ASP
字号:
<!--#include file="conndb.asp"-->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>查看旅游线路</title>
<link href=style.css rel=STYLESHEET type=text/css>

</head>
<%
  Dim LineId
  LineId = Request.QueryString("lid")
  Dim Rs
  Set Rs = Server.CreateObject("ADODB.RecordSet")  
  sql = "SELECT l.*, a.TypeId,a.AreaName FROM Line l, Area a WHERE l.LineId="&CLng(LineId)&" And l.AreaId=a.AreaId"
  rs.Open sql,Conn,1,3
%>
<body topmargin="0">
<center>
<table border="0" width="80%" cellspacing="1">
  <tr>
    <td width="20%">
      <table border="1" cellspacing="2" width="100%" height="100%" bordercolor="#64B9E1" bordercolorlight="#64B9E1" bordercolordark="#FFFFFF">
        <tr>
          <td width="100%" align=center valign="middle"><img src="pic/place2.gif" border=0 height="60"></td>
        </tr>
        <tr>
          <td width="100%" align=center height="25%">
          <table border="1" cellspacing="1" width="100%" bordercolor="#64B9E1" bordercolorlight="#64B9E1" bordercolordark="#DDDDDD">
            <tr>
              <%If rs("Image1")<>"" Then%><td width="50%" align="center"><img src="admin/images/<%=rs("Image1")%>" border=0 width="150"></td>
            </tr>
            <tr>
             <td width="50%" align="center"><%=Rs("ImageTitle1")%></td><%End If%>
            </tr>
        </table>
          </td>
        </tr>
        <tr>
          <td width="100%" align="center" height="25%">
          <table border="1" cellspacing="1" width="100%" bordercolor="#64B9E1" bordercolorlight="#64B9E1" bordercolordark="#DDDDDD">
            <tr>
              <%If Rs("Image2")<>""  Then%><td width="50%" align="center"><img src="admin/images/<%=Rs("Image2")%>" border=0 width="150"></td>
            </tr>
            <tr>
             <td width="50%" align="center"><%=Rs("ImageTitle2")%></td> <%End If%>
            </tr>
        </table>
          </td>
        </tr>
        <tr>
          <td width="100%" align="center" height="25%">
          <table border="1" cellspacing="1" width="100%" bordercolor="#64B9E1" bordercolorlight="#64B9E1" bordercolordark="#DDDDDD">
            <tr>
              <%If Rs("Image3")<>""  Then%><td width="50%" align="center"><img src="admin/images/<%=Rs("Image3")%>" border=0 width="150"></td>
            </tr>
            <tr>
             <td width="50%" align="center"><%=Rs("ImageTitle3")%></td> <%End If%>
            </tr>
        </table>
          </td>
        </tr>
        <tr>
          <td width="100%" align="center" height="25%">
          <table border="1" cellspacing="1" width="100%" bordercolor="#64B9E1" bordercolorlight="#64B9E1" bordercolordark="#DDDDDD">
            <tr>
              <%If Rs("Image4")<>""  Then%><td width="50%" align="center"><img src="admin/images/<%=Rs("Image4")%>" border=0 width="150"></td>
            </tr>
            <tr>
             <td width="50%" align="center"><%=Rs("ImageTitle4")%></td> <%End If%>
            </tr>
        </table>
          </td>
        </tr>
      </table>
    </td>
    <td width="80%" valign="top">
      <table border="1" cellspacing="1" width="80%" height="100%" bordercolor="#64B9E1" bordercolorlight="#64B9E1" bordercolordark="#FFFFFF">
        <tr>
          <td width="80%" align=center><img src="pic/linetitle.gif" border=0></td>
        </tr>
        <tr>
          <td width="80%" align=center><font size=3 color=red><%=Rs("LineName")%></font></td>
        </tr>
        <tr>
          <td width="80%">          
            <table border="0" cellspacing="1" width="100%">
              <tr>
                <td width="100%" align="left">
                地域:<%If Rs("TypeId")=1 Then%>本市<%Else%>外埠<%End IF%> -- <%=Rs("AreaName")%><br>  
                <table width="100%" align=center border=1 cellspacing="0" bordercolor="#64B9E1" bordercolorlight="#64B9E1" bordercolordark="#FFFFFF">
                <tr>
				  <td width="20%" align=center rowspan="3" bgcolor="#BCCDE9">线路报价<br>(元/人)</td>
				  <td width="20%" align="center" bgcolor="#BCCDE9">经济</td>
				  <td width="20%" align="center" bgcolor="#BCCDE9">标准</td>
				  <td width="20%" align="center" bgcolor="#BCCDE9">豪华</td>
				  <td width="20%" align="center" bgcolor="#BCCDE9">儿童</td>
				</tr>
				<tr>
				  <td align="center"><%=Rs("EcoPrice")%></td>
				  <td align="center"><%=Rs("StdPrice")%></td>
				  <td align="center"><%=Rs("ExpPrice")%></td>
				  <td align="center"><%=Rs("CldPrice")%></td>
				</tr>
				<tr>
				  <td colspan="4">含交通费、住宿费、餐费、景区大门票、导游服务费、旅行社责任险</td>
				</tr>
                </table>
                <form name="form1" method="post" action="Book.asp?lid=<%=LineId%>">
                <center><input type="submit" name="order" value=" 我要预定 ">
                </center>
                </form>
                </td>
              </tr>
            </table>
          </td>
        </tr>
        <tr>
          <td width="100%">
           <table border=1 bordercolor="#64B9E1" bordercolorlight="#64B9E1" bordercolordark="#FFFFFF" width="100%" bgcolor="#FFFFFF">
           <tr><td bgcolor="#BCCDE9"><font color="#000080">行程安排</font></td></tr>
           <tr><td><%=Rs("LineRef")%>&nbsp;</td></tr>
           </table>
          </td>
        </tr>
        <tr>
          <td width="100%">
           <table border=0 width="100%">
           <tr><td bgcolor="#BCCDE9"><font color="#000080">服务标准</font></td></tr>
           <tr><td>
              <table border=1 cellspacing="3" bordercolor="#64B9E1" bordercolorlight="#64B9E1" bordercolordark="#FFFFFF" width="100%" bgcolor="#FFFFFF">
               <tr><td width="8%"><font color="#008080">交通</font></td><td><%=Rs("Traffic")%>&nbsp;</td></tr>
               <tr><td width="8%"><font color="#008080">住宿</font></td><td><%=Rs("Hotel")%>&nbsp;</td></tr>
               <tr><td width="8%"><font color="#008080">用餐</font></td><td><%=Rs("Dinner")%>&nbsp;</td></tr>
               <tr><td width="8%"><font color="#008080">娱乐</font></td><td><%=Rs("Entertainment")%>&nbsp;</td></tr>
               <tr><td width="8%"><font color="#008080">购物</font></td><td><%=Rs("Shopping")%>&nbsp;</td></tr>
             </table>
            </td></tr></table>
          </td>
        </tr>
        <tr>
          <td width="100%">
          <table border=1 bordercolor="#64B9E1" bordercolorlight="#64B9E1" bordercolordark="#FFFFFF"  bgcolor="#FFFFFF" width="100%">
           <tr><td bgcolor="#BCCDE9"><font color="#000080">景点介绍</font></td></tr>
           <tr><td><%=Rs("Place")%>&nbsp;</td></tr>
           </table>
          </td>
        </tr>
        <tr>
          <td width="100%">
          <table border=1 bordercolor="#64B9E1" bordercolorlight="#64B9E1" bordercolordark="#FFFFFF"  bgcolor="#FFFFFF" width="100%">
           <tr><td bgcolor="#BCCDE9"><font color="#000080">友情提示</font></td></tr>
           <tr><td><%=Rs("Tips")%>&nbsp;</td></tr>
           <tr><td><%=Rs("SafeTip")%>&nbsp;</td></tr>
           </table>
          </td>
        </tr>
        <tr>
          <td width="100%">
          <table border=1 bordercolor="#64B9E1" bordercolorlight="#64B9E1" bordercolordark="#FFFFFF"  bgcolor="#FFFFFF" width="100%">
           <tr><td bgcolor="#BCCDE9"><font color="#000080">特别说明</font></td></tr>
           <tr><td><%=Rs("Special")%>&nbsp;</td></tr>
           </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</center>

</body>

</html>

⌨️ 快捷键说明

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