?? linedetail.asp
字號:
<%@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>當前位置: 網站首頁 >> 預定首頁</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"> <a target="_blank" href="guestBookList.asp" class=smallblack>有問題,請點擊</a> </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"> <%=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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -