linedetail.asp

来自「漂亮的欧美旅游模板」· ASP 代码 · 共 107 行

ASP
107
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%Option Explicit%>
<!--#include file="db_conn.asp"-->
<!--#include file="my_libs/my_request.asp"-->
<!--#include file="my_libs/my_lib.asp"-->
<!--#include file="my_libs/comm.asp"-->
<%
call head("线路查看_"&arrlist_s(0))
call top()
%>
<div align="center">
<table border="0" width="760" cellpadding="4" class=istable height="28">
	<tr class=smallblack>
		<td>当前位置: 网站首页 &gt;&gt; 预定首页</td>
	</tr>
</table>
<%
dim sqll,rsl,idl,line(11),m,temp(3),n
idl=my_request("id",1)
sqll="select zm_plane,zm_sing,zm_introduce,zm_other,zm_linename,zm_lineprice,zm_linetype,zm_linesort,zm_linetime,zm_pic,zm_addtime,zm_hit from ssort_lines where id="&idl
set rsl=conn.execute (sqll)
for m=0 to 11
line(m)=rsl(m)
next
rsl.close
set rsl=nothing

conn.execute ("update ssort_lines set zm_hit=zm_hit+1 where id="&idl)

temp(0)="行程安排"
temp(1)="线路景点"
temp(2)="线路、行程说明"
temp(3)="备注说明"
%>
	<table border="0" width="760" cellpadding="4" class=istable>
		<tr>
			<td height="32" colspan="2" class=bigblack><%=line(4)%>
			</td>
		</tr>
		<tr>
			<td width="515" valign="top">
			<table border="0" width="513" cellpadding="4" bordercolor="#D7D7D7" cellspacing="1">
				<tr>
					<td width="66" bgcolor="#E3E3E3" align="right" class=bigblack>类型:</td>
					<td width="428" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: dotted; border-bottom-width: 1px" class=smallblack><%=line(6)%></td>
				</tr>
				<tr>
					<td width="66" bgcolor="#E3E3E3" align="right" class=bigblack>报价:</td>
					<td width="428" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: dotted; border-bottom-width: 1px" class=smallblack><%=line(5)%></td>
				</tr>
				<tr>
					<td width="66" bgcolor="#E3E3E3" align="right" class=bigblack>天数:</td>
					<td width="428" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: dotted; border-bottom-width: 1px" class=smallblack><%=line(8)%></td>
				</tr>
				<tr>
					<td width="66" bgcolor="#E3E3E3" align="right" class=bigblack>浏览:</td>
					<td width="428" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: dotted; border-bottom-width: 1px" class=smallblack>此线路已有<font color="#FF6600"><b><%=line(11)%></b></font>人查看</td>
				</tr>
				<tr>
					<td width="66" bgcolor="#E3E3E3" align="right" class=bigblack>提问:</td>
					<td width="428" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: dotted; border-bottom-width: 1px">
					<img alt="求助信息" src="images/22.gif" align="absMiddle"> &nbsp;<a target="_blank" href="guestBookList.asp" class=smallblack>有问题,请点击</a>&nbsp;</td>
				</tr>
				<tr>
					<td width="66" bgcolor="#E3E3E3" align="right" class=bigblack>预订:</td>
					<td width="428" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom-style: dotted; border-bottom-width: 1px" class=smallblack>
					<a href="orderit.asp?id=<%=idl%>">我要预订这条线路</a></td>
				</tr>
			</table>
			</td>
			<td width="229" valign="top">
			<p align="right">
			<img border="1" src="upfile/<%=line(9)%>" width="200" height="150"></td>
		</tr>
	</table>
</div>
<div align="center">
	<table border="0" width="760" cellpadding="0" class=istable>
		<tr>
			<td> </td>
		</tr>
	</table>
</div>

<%
for n=0 to 3
%>
<div align="center">
	<table border="0" width="760" cellpadding="4" class=istable>
		<tr>
			<td class=toptd height="28">&nbsp;<%=temp(n)%></td>
		</tr>
		<tr class=smallblack>
			<td>
<%=line(n)%></td>
		</tr>
	</table>
</div>
<%next%>
<div align="center">
	<table border="0" width="760" cellpadding="0" class=istable>
		<tr>
			<td> </td>
		</tr>
	</table>
</div>
<%call htmlend()%>

⌨️ 快捷键说明

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