📄 wishdisplay.asp
字号:
<!--#include file="conn.asp"-->
<%
ID=Request("ID")
SQL="Select * From 真情祝福 Where ID=" & CInt(ID)
Set DisplayRS=Server.CreateObject("ADODB.Recordset")
DisplayRS.Open SQL,Connstr,1,1
IF DisplayRS.EOF Then
Response.Redirect "error.asp"
End IF
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<!--#include file="inc/css.asp"-->
<title><%=WebsiteName%></title>
</head>
<body topmargin="0" background="images/bg.gif">
<!--#include file="top.asp"-->
<div align="center">
<center>
<table border="0" width="755" cellspacing="0" cellpadding="0">
<tr>
<td width="189" style="background-color: #FFFFFF; border-left: 1 solid #000000; border-top: 1 solid #000000; border-bottom: 1 solid #000000" valign="top">
<!--#include file="left.asp"-->
</td>
<td width="562" style="background-color: #FFFFFF; border: 1 solid #000000" valign="top">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<!--#include file="navigation.asp"-->
<tr>
<td width="27%" valign="top">
<img border="0" src="images/wishlogo.gif" width="203" height="125">
</td>
<td width="73%" valign="top">
<p style="line-height: 150%; margin-left: 40"><br>
<font color="#990000">一九三二年我从英伦回到上海,见到了梦中的他,只<br>
是勉强的握握手,然后擦肩而去。我在黄埔滩上留下<br>
了心愿,然后等待着英伦的那段梦缘……<br>
</font>[ <a href="wishnew.asp">我要留下心愿</a> ] [ <a href="wishindex.asp">回祈愿本首页</a>
]
</td>
</tr>
<tr>
<td width="100%" valign="top" colspan="2" height="20">
</td>
</tr>
<tr>
<td width="100%" valign="top" colspan="2" height="10">
<div align="center">
<center>
<table border="0" width="90%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" style="background-color: #EDEDED; border-top: 1 solid #800000" colspan="2">
<p style="line-height: 150%; margin-left: 5; margin-top: 3; margin-bottom: 3">来自<%=DisplayRS("来自")%>的<%IF DisplayRS("性别")="女" Then%>女孩<%Else%>男孩<%End IF%> <%=DisplayRS("姓名")%> 许下了一个<%IF DisplayRS("类型")="family" Then%>家庭<%ElseIF DisplayRS("类型")="school" Then%>学校<%ElseIF DisplayRS("类型")="life" Then%>生活<%ElseIF DisplayRS("类型")="health" Then%>健康<%ElseIF DisplayRS("类型")="career" Then%>事业<%ElseIF DisplayRS("类型")="future" Then%>未来<%ElseIF DisplayRS("类型")="love" Then%>恋爱<%ElseIF DisplayRS("类型")="riches" Then%>财富<%End IF%>方面的愿望,愿他心愿成真!</td>
</tr>
<tr>
<td width="100%" colspan="2">
<p style="line-height: 150%; margin-left: 15; margin-right: 40; margin-top: 5; margin-bottom: 5"><font color="#990000"><%=DisplayRS("内容")%></font></td>
</tr>
<tr>
<td width="50%" style="border-bottom: 1 solid #990000" height="20"> </td>
</center>
<td width="50%" style="border-bottom: 1 solid #990000" height="20">
<p align="right">许愿时间:<%=DisplayRS("发布时间")%></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td width="100%" valign="top" colspan="2" height="10"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<!--#include file="bottom.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -