📄 wy_trip_solinforup.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">
<link rel="stylesheet" type="text/css" href="../wy_trip_css/wy_trip_scolsub.css">
</head>
<%
solkind=request.QueryString("solkind")
if(solkind=0) then
tablename="trip_solhomeland"
tablenameinfor="trip_solhomelandinfor"
sqlstr="select * from trip_solhomeland order by id"
else
tablename="trip_soloverseas"
tablenameinfor="trip_soloverseasinfor"
sqlstr="select * from trip_soloverseas order by id"
end if
%>
<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="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th width="32%" scope="col">解决方案</th>
<th scope="col"> </th>
<th scope="col">编辑方案 </th>
<th scope="col"> </th>
<th scope="col"><a href="wy_trip_solutionaddnew.asp?solkind=<%=solkind%>">添加新方案</a></th>
</tr>
<%
set rst=server.CreateObject("adodb.recordset")
rst.open sqlstr,conn,1,1
if not (rst.eof or rst.bof) then
do while(not rst.eof)
solname=trim(rst("solname"))
%>
<tr>
<td> <font color="#3300FF"><%=solname%></font>旅行方案</td>
<td width="23%"><div align="center"><a href="wy_trip_solutionup.asp?solname=<%=solname%>&tablename=<%=tablename%>&kind=1">更新说明信息及 示例图</a></div></td>
<td width="22%"><div align="center"><a href="wy_trip_solutioninforup.asp?solname=<%=solname%>&tablename=<%=tablenameinfor%>&kind=2">更新出游信息</a></div></td>
<td width="11%"><div align="center"><a href="wy_trip_solutioninforup.asp?solname=<%=solname%>&tablename=<%=tablename%>&kind=0">删除</a> </div></td>
<td width="12%"><div align="center"></div></td>
</tr>
<%
rst.movenext
loop
end if
rst.close
set rst=nothing
%>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<p> </p>
<p> </p></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -