📄 wy_trip_admin.asp
字号:
<!-- #include file="../wy_trip_inc/wy_trip_cnn.inc"-->
<html>
<head>
<title>PTrip Server 2005 For 数据库课程设计
</title>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../wy_trip_css/wy_trip.css">
</head>
<%
adname=request.QueryString("adname")
set rst=server.CreateObject("adodb.recordset")
sqlstr="select * from trip_soloverseas order by id "
rst.open sqlstr,conn,1,1
dim solt(4)
dim solid(4)
for i=0 to 3
if not (rst.eof or rst.bof) then
solid(i)=rst("id")
solt(i)=rst("solname")
rst.movenext
else
exit for
end if
next
rst.close
set rst=nothing
%>
<body leftmargin="0" topmargin="0" bottommargin="0" rightmargin="0" link="#3357B3" vlink="#3357B3" alink="#3357B3" bgcolor="#e8eefc">
<table width="734" height="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" class="Main">
<p class="NoBreakBeforeAfter"><img src="../wy_trip_images/TopCol3.gif" WIDTH="247" HEIGHT="23"></p>
<p class="NoBreakBeforeAfter"><img src="../wy_trip_images/HeaderOtherDestination.gif" width="229" height="28"></p>
<p class="Indented1" align="center"><font size="6"><b>PTrip 2005 后台管理</b></font></p>
<p class="Indented1" align="center"><b>欢迎管理员 <%=adname%> 登录</b></p>
<hr align="center" width="80%" color="#999999">
<table width="80%" border="0" align="center" cellpadding="2" cellspacing="2" >
<tr >
<th colspan="2" scope="col" onmouseover=this.style.backgroundColor="#cccccc";return onmouseout=this.style.backgroundColor=''; true;><a href="wy_trip_inforup.asp?inforkind=1" target="main">关于我们 更新 ... </a></th>
<th width="50%" scope="col" onmouseover=this.style.backgroundColor="#cccccc";return onmouseout=this.style.backgroundColor=''; true;><a href="wy_trip_solinforup.asp?solkind=0">国内旅游解决方案 更新..</a>.</th>
</tr>
<tr>
<th colspan="2"> </th>
<th> </th>
</tr>
<tr >
<th colspan="2" onmouseover=this.style.backgroundColor="#cccccc";return onmouseout=this.style.backgroundColor=''; true;><a href="wy_trip_inforup.asp?inforkind=2" target="main">旅游感受 更新...</a></th>
<th onmouseover=this.style.backgroundColor="#cccccc";return onmouseout=this.style.backgroundColor=''; true;><a href="wy_trip_solinforup.asp?solkind=1">国外旅游解决方案 更新...</a></th>
</tr>
<tr >
<th colspan="2" onmouseover=this.style.backgroundColor="#cccccc";return onmouseout=this.style.backgroundColor=''; true;><a href="wy_trip_titlepci.asp" target="main">更新图片...</a></th>
<th> </th>
</tr>
<tr>
<th colspan="2"> </th>
<th> </th>
</tr>
<tr>
<th width="6%" onmouseover=this.style.backgroundColor="#cccccc";return onmouseout=this.style.backgroundColor=''; true;> </th>
<th width="44%" onmouseover=this.style.backgroundColor="#cccccc";return onmouseout=this.style.backgroundColor=''; true;><div align="left"><a href="wy_trip_solutionup.asp?solid=<%=solid(0)%>&solname=<%=solt(0)%>&tablename=trip_soloverseas"><font color="#6600FF"><%=solt(0)%></font> 旅行计划解决方案 更新..</a>.</div></th>
<th> </th>
</tr>
<tr>
<th onmouseover=this.style.backgroundColor="#cccccc";return onmouseout=this.style.backgroundColor=''; true;> </th>
<th onmouseover=this.style.backgroundColor="#cccccc";return onmouseout=this.style.backgroundColor=''; true;><div align="left"><a href="wy_trip_solutionup.asp?solid=<%=solid(1)%>&solname=<%=solt(1)%>&tablename=trip_soloverseas"><font color="#6600FF"><%=solt(1)%></font> 旅行计划解决方案 更新...</a></div></th>
<th> </th>
</tr>
<tr>
<th onmouseover=this.style.backgroundColor="#cccccc";return onmouseout=this.style.backgroundColor=''; true;> </th>
<th onmouseover=this.style.backgroundColor="#cccccc";return onmouseout=this.style.backgroundColor=''; true;><div align="left"><a href="wy_trip_solutionup.asp?solid=<%=solid(2)%>&solname=<%=solt(2)%>&tablename=trip_soloverseas"><font color="#6600FF"><%=solt(2)%></font> 旅行计划解决方案 更新...</a></div></th>
<th > </th>
</tr>
<tr>
<th onmouseover=this.style.backgroundColor="#cccccc";return onmouseout=this.style.backgroundColor=''; true;> </th>
<th onmouseover=this.style.backgroundColor="#cccccc";return onmouseout=this.style.backgroundColor=''; true;><div align="left"><a href="wy_trip_solutionup.asp?solid=<%=solid(3)%>&solname=<%=solt(3)%>&tablename=trip_soloverseas"><font color="#6600FF"><%=solt(3)%></font> 旅行计划解决方案 更新...</a></div></th>
<th onmouseover=this.style.backgroundColor="#cccccc";return onmouseout=this.style.backgroundColor=''; true;>管理员管理</th>
</tr>
<tr>
<th colspan="2"> </th>
<th> </th>
</tr>
<tr>
<th colspan="2"> </th>
<th> </th>
</tr>
<tr>
<th colspan="2"> </th>
<th> </th>
</tr>
<tr>
<th colspan="2"> </th>
<th> </th>
</tr>
</table>
<p> </p></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -