📄 left.asp
字号:
<!--'include file="conn.asp"-->
<td width="206" valign="top" background="img/left_bg.gif" bgcolor="#F4F2E9">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/route_left_1.gif" width="206" height="38"></td>
</tr>
<tr>
<td width="206" height="129" align="center" valign="middle" background="images/index_48.gif"><table width="90%" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td height="5" colspan="2"></td>
</tr>
<form name="form1" method="post" action="">
<%dim rs,strsql
set rs=server.createobject("adodb.recordset")
strsql="select * from line order by id desc"
rs.open strsql,conn,1,1
do while not rs.eof
%>
<tr align="right">
<td width="15" valign="middle" height="20" align="center" class="green"><img src="images/icon/icon_1.gif" width="8" height="9" border="0"> </td>
<td align="left" class="green"> <a href="route_show.asp?id=<%=rs("id")%>" title ="乐满地休闲世界一日游" class="z"><%=rs("id")%></a></td>
</tr>
<%rs.movenext
loop
rs.close
%>
<tr align="center">
<td height="15" align="center"> </td>
<td align="right"><a href="route.asp"><img src="images/more.gif" width="34" height="11" border="0"></a></td>
</tr>
</form>
</table></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><IMG SRC="images/index_40.gif" WIDTH="206" HEIGHT="9" ALT="" /></td>
</tr>
<tr>
<td><IMG SRC="images/hotel_left_1.gif" WIDTH="206" HEIGHT="37" ALT="" /></td>
</tr>
<tr>
<td height="138" align="center" valign="middle" background="images/index_26.gif"><table width="90%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="5" colspan="2"></td>
</tr>
<%
strsql="select * from jiudian order by id desc"
rs.open strsql,conn,1,1
do while not rs.eof
%>
<tr align="right">
<td width="15" valign="middle" height="20" align="center" class="green"><img src="images/icon/icon_1.gif" width="8" height="9" border="0"> </td>
<td align="left" class="green"> <a href="hotel_show.asp?id=<%=rs("id")%>" title ="巴塘新桂大酒店" class="z"><%=rs("jiudian_name")%></a></td>
</tr>
<%rs.movenext
loop
rs.close
%>
<tr>
<td height="15"> </td>
<td align="right"><a href="lhotel.asp"><img src="images/more_y.gif" width="34" height="11" border="0"></a></td>
</tr>
</table></td>
</tr>
</table>
</td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -