📄 wishdisplay.asp
字号:
<!--#include file="head.asp"-->
<%
ID=Request("ID")
SQL="Select * From wish Where ID=" & CInt(ID)
Set DisplayRS=Server.CreateObject("ADODB.Recordset")
DisplayRS.Open SQL,Conn,1,1
IF DisplayRS.EOF Then
Response.Redirect "wishindex.asp"
End IF
%>
<TABLE style="BORDER-RIGHT: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid"
cellSpacing=0 cellPadding=0 width=778 align=center bgColor=#ffffff>
<TBODY>
<TR vAlign=top>
<TD bgColor=#cccccc><IMG height=1 alt="" src="image/stu.htm" width=1
name=""></TD>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%" align=center
bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD height=8 bgColor=#f4f4f4></TD></TR>
<TD>
<TABLE id=AutoNumber3 style="BORDER-COLLAPSE: collapse"
cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top height=52>
<TABLE id=AutoNumber5 style="BORDER-COLLAPSE: collapse"
borderColor=#111111 cellSpacing=0 cellPadding=3 width="100%"
border=0>
<TBODY>
<TR>
<TD class=6 width=495 background=image/type_bg.gif
height=30><IMG height=12 src="image/type01.gif" width=12
align=absMiddle> <span style="color: #CC0000">当前位置:</span> <A
href="index.asp">网站首页 - </A><span style="color: #FF99CC">许愿板</span></TD>
<TD width=100 background=image/type_bg.gif>
<DIV align=center><IMG
src="image/more.gif"
border=0></DIV></TD></TR><TR>
<TD colSpan=2>
<DIV align=center> <table border="0" width="755" cellspacing="0" cellpadding="0">
<tr>
<td width="189" valign="top" style="background-color: #FFFFFF; border-left: 1 solid #000000; border-top: 1 solid #000000; border-bottom: 1 solid #000000"><div align="center">
<table width="100%" height="232" border="0" cellpadding="3" cellspacing="1">
<tr>
<td><div align="center"><img src="image/cm_2004_4_22_021.jpg" width="162" height="211"></div></td>
</tr>
</table>
</div></td>
<td width="562" style="background-color: #FFFFFF; border: 1 solid #000000" valign="top">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="27%" valign="top"><div align="center"><img src="image/no.gif" width="105" height="105">
</div></td>
<td width="73%" valign="top">
<p style="line-height: 150%; margin-left: 40"><br>
<font color="#990000">2005年3月1日我来到了连云港市振云高级中学实习,我实习<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>
</TR></TBODY>
</TABLE>
</TD></TR></TBODY></TABLE></TD></TR></TABLE></TD></TR></TBODY></TABLE>
<!--#include file="bottom.asp"--></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -